20,284 Topics

Member Avatar for
Member Avatar for mancode1007

Guys, I having problem with the encryption method. I have the class but not quite understand. It will store the salt and hash password in the database. Imports Microsoft.VisualBasic Imports System.Security.Cryptography Imports System.Text Public Class PasswordCrypto Private Hasher As New SHA1CryptoServiceProvider() Public Function GetSalt(ByVal saltSize As Integer) As String Dim …

0
83
Member Avatar for kazekagerandy

please help me guys! i cant install crystal report for visual studio 2010! i already have installed vb express 2010 and yet the installation always fails because the installer says :You must already have Visual Studio 2010 installed to proceed with this installation PLEASE HELP! :(

Member Avatar for poojavb
0
152
Member Avatar for auwi987

hello guys how limit the number of data being display on DataGridV0iew ex. i have 100 records, i want them to fetch all but limit the display by 10's and navigate the other. sorry guys thats the best way that i can explain the situation, need somehelp pls.., thank you …

Member Avatar for hericles
0
86
Member Avatar for Afi83

Hi there, I am trying to use parallel.for in order to calculate the summation of all the values in an multidimensional array. I googled and found [Click Here](http://msdn.microsoft.com/en-us/library/ff963547.aspx). However, this is just for one dimensional arrays. The LINQ does not work for multidimensional array. And when I use parallel.for it …

Member Avatar for Afi83
0
218
Member Avatar for raaif

I am trying to save database after inserting the records into dataset from external file.... But when I insert records and then try to save it, it does not save...No error comes up though.??? Can you please look into the code and help?? If file_path = Nothing Then Msgbox.Show ("Database …

Member Avatar for G_Waddell
0
177
Member Avatar for CEOEngineerSoft

To save data to your program using My.Settings. To do this go to your program's properties and to Settings. Create your variables there and to access them, here's an example: dim FavNumA as string FavNumA = 5 My.Settings.FavNumB = FavNumA My.Settings.Save FavNumA=3 MsgBox (FavNumA) MsgBox(FavNumB) You will get a first …

Member Avatar for G_Waddell
0
201
Member Avatar for Iamateur

My doubt is : 1] I have got many forms and MDI container. There is close button on all the forms.One of the form name is Homepage. 2]Whenever the user clicks on close button,i.e.the cross button with minimize and maximize box, The form will close but at the same time …

Member Avatar for poojavb
0
242
Member Avatar for Pricess

hello, im have problem with my code..im used access database, when i select combobox1, the textbox will appear data set as value member....but data not appear on textbox..someone can help me :) this my code Sub fillcombo() Dim acscmd As New OleDb.OleDbCommand acscmd.CommandText = strsql acscmd.Connection = acsconn acsdr = …

Member Avatar for M.Waqas Aslam
0
2K
Member Avatar for yayasya

Hi.. i'm new in vb.net and i have problem with my project. can anyone help me with this problem.. -update button Dim con As New OleDb.OleDbConnection(My.Settings.TREViS_03_ConnectionString) Dim com As New OleDb.OleDbCommand Dim adap As New OleDb.OleDbDataAdapter Dim ds As New DataSet con = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Yaya\Desktop\TREViS(03).mdb;Persist Security Info=True") con.Open() Dim …

Member Avatar for poojavb
0
165
Member Avatar for VB 2012

Hi daniweb members. Today i would like to how to get all the current frames from a website and also how to access those frames (Meaning , only showing that frame or where the loc is of that frame?

Member Avatar for VB 2012
-1
139
Member Avatar for jsj1411

how to save records in listview into ms access database table using a button , i've tried with my codes but nothing is saved in the database `Inline Code Example Here` private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim con As New OleDbConnection con.ConnectionString = …

Member Avatar for Reverend Jim
0
163
Member Avatar for jsj1411

i have 6 collumn in a listview , how do i multiply each data by row in collumn 4 and 5 and display the result in collumn 6.?? `Inline Code Example Here` Dim itm As ListViewItem str(0) = txttarikh.Text str(1) = txtresit.Text str(2) = Txtkod.Text str(3) = Txtnama.Text str(4) = …

Member Avatar for jsj1411
0
268
Member Avatar for VB 2012

How can i get my key's value using a stream reader [SettingsMB] Remember Me=1 Auto Log In=1 [DataMB] Password="Mypassword" Username="MyEmail"

Member Avatar for VB 2012
0
223
Member Avatar for belenos46

So, I'm currently trying to open a .xls/.xlsx file, tell it to run a macro to refresh the workbooks, and then save the file as a different file name, thus leaving the original untouched. Now, technically, it is working, because the last person who held my position wrote a dll …

Member Avatar for belenos46
0
310
Member Avatar for salman_hundekar
Member Avatar for choudhuryshouvi

Hello all, we have a vb.net windows appliacation that uses sql server as backend. we have created all reports for this application using crystal report that is embedded in visual studio 2005. everything is working fine except the reports specially which needs to be displayed is custome mode. we have …

Member Avatar for maildummyabc
0
2K
Member Avatar for garrettchap1

I consider myself a very patient guy with a whole lot of determination to get things working within say, a program i'm working on. However, I feel that I am only wasting precious time that I could be using to actually gain knowledge in something rather than hitting my head …

Member Avatar for poojavb
0
768
Member Avatar for renzlo

Hi, All, Sample Table Job_ID Job_Name Status 1 TEST00001 FOR KE 2 TEST00002 FOR KE 3 TEST00003 FOR KE 4 TEST00004 FOR KE 5 TEST00005 FOR KE I have sql query that will get a jobname where status is equal to 'FOR KE' and I have multiple users that will …

Member Avatar for renzlo
0
341
Member Avatar for poojavb

Hello Friends....One more doubt... I have a connection module in which I have written the open and close database connection.... if database connection is an error it will return false else if success it will return true the function of the modules will be called from the form code.... what …

Member Avatar for poojavb
0
252
Member Avatar for ashley24

Imports System.Data.SqlClient Imports System Imports System.Data Imports System.Collections Imports System.Windows.Forms Imports System.Resources Imports System.Data.OleDb Imports System.Drawing Imports System.Net.Mail Imports System.Configuration Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Public Class Form1 Inherits System.Windows.Forms.Form Dim counter As Int32 = 0 Private Sub Form1_Load(ByVal sender As System.Object, ByVal …

Member Avatar for M.Waqas Aslam
0
2K
Member Avatar for Beginner20

hi.. Im a beginner in visual basic 2010 im making my first project i created form3 for the search function so i created 2 checkbox to give the user the choice to choose to search by name or by date or by both of them and i created a button …

Member Avatar for M.Waqas Aslam
0
146
Member Avatar for KingGold171

Hi, DaniWeb members, Recently i've been developing a progam that will read in a player database that is stored in plain text if the folling format name ,age,score,date played So far i have managed to read in the file and caculate the number of players in the database by Do …

Member Avatar for KingGold171
0
181
Member Avatar for Gus_19

I'm not really sure how to word it, if it is possible, but part of my program reads from a text file. It then pulls out the necessary information needed from that file by finding key identifiers. Right now the code is written to find the first key identifier and …

Member Avatar for Reverend Jim
0
212
Member Avatar for jaz854

does anybody know how to create a login form in vb.net? I have an access database and I am trying to create a login form with a user name and password to have multiple users login. Please help.

Member Avatar for Lhey
0
2K
Member Avatar for gal7

hey i'm trying to make console app with basic commands like copy,move the problem is that i cant get my code right the command suppose to be like this: > = copy to file directory>the copied file im trying to split the : file directory, > , the copied file …

Member Avatar for lolafuertes
0
169
Member Avatar for jsj1411

i have a datagridview in my vb.net form displaying data from ms access file A , table A , is it possible for me to export the data in the data gridview to ms access file A table B?? i'm not using sql.

Member Avatar for Reverend Jim
0
870
Member Avatar for sebastian3

Hi all, I have a issue in writing excel worksheet through OLEDB/Excel 8.0 provider where an apostrophe is coming in every cell before the value. When the excel worksheet is created through provider,cells are not getting as Text format and remaining as General even though I have denoted it as …

Member Avatar for sebastian3
0
134
Member Avatar for VB 2012

Hi ive got a problem and im not sure how to do this one :( Im currently working on a dll and wondering on how something would work ? Public Sub CtsItemsTooltipText**(ByVal MyCustomItemsTooltipString As String)** ** MyCustomColumnsTooltipString = "This will display the Columns section for a Custom database" & vbNewLine …

Member Avatar for VB 2012
0
107
Member Avatar for Sahil89

Hi, Recently I retrieved code of my project EXE file. And it was almost same with 100s of errors. So my question is Is career in .NET is safe? And is our code safe? Can this be done with other languages?

Member Avatar for Sahil89
0
154
Member Avatar for TIM_M_91

Ok guys I need some help why I am getting this error and how do I fix this:'Handles clause requires a withevent variable defined in the containing type or one of its base types' Code below Error occurs on line 14: Imports System.ComponentModel Imports System.Text Imports DevComponents.DotNetBar.Metro Imports DevComponents.DotNetBar Namespace …

Member Avatar for Begginnerdev
0
168

The End.