Click here to Skip to main content
15,920,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerSenthil's Reply for Call a control's click event Pin
Senthil S8-Aug-07 2:12
Senthil S8-Aug-07 2:12 
GeneralRe: Senthil's Reply for Call a control's click event Pin
x-Taka-x11-Aug-07 0:18
x-Taka-x11-Aug-07 0:18 
QuestionCalling a C ++ DLL from a VB 2005 application Pin
jyothim7-Aug-07 11:44
jyothim7-Aug-07 11:44 
AnswerRe: Calling a C ++ DLL from a VB 2005 application Pin
Christian Graus7-Aug-07 12:10
protectorChristian Graus7-Aug-07 12:10 
GeneralRe: Calling a C ++ DLL from a VB 2005 application Pin
jyothim8-Aug-07 3:13
jyothim8-Aug-07 3:13 
QuestionCystal Report Pin
Assaf827-Aug-07 10:31
Assaf827-Aug-07 10:31 
QuestionUser Authentication Pin
Lexi Phillips7-Aug-07 10:11
Lexi Phillips7-Aug-07 10:11 
AnswerRe: User Authentication Pin
Tom Deketelaere8-Aug-07 1:23
professionalTom Deketelaere8-Aug-07 1:23 
well this is just a matter of comparing 2 strings

dim suserdb as string = 'user string from the database
dim spassdb as string = 'pass string from the database

dim suser as string = 'user string from the form
dim spass as string = 'pass string from the form

if suser.equals(suserdb) and spass.equals(spassdb) then
messagebox.show("the user exist and the pass is correct")
else
messagebox.show("the user does not exist or the pass is not correct")
end if

suggestions:
-make user unique value in you're db
-when asking for the user in you'r sql check what you get returned if you don't have any row returned than the user doesn't exist
like this you can tell the user that his name doesn't exist
-only when user exists in db check if password is correct
QuestionMaking sure a file really is there Pin
'Drew7-Aug-07 9:56
'Drew7-Aug-07 9:56 
AnswerRe: Making sure a file really is there Pin
The ANZAC7-Aug-07 10:41
The ANZAC7-Aug-07 10:41 
GeneralRe: Making sure a file really is there Pin
'Drew7-Aug-07 11:38
'Drew7-Aug-07 11:38 
GeneralRe: Making sure a file really is there Pin
Dave Kreskowiak7-Aug-07 12:28
mveDave Kreskowiak7-Aug-07 12:28 
GeneralRe: Making sure a file really is there Pin
'Drew7-Aug-07 12:51
'Drew7-Aug-07 12:51 
GeneralRe: Making sure a file really is there Pin
Dave Kreskowiak7-Aug-07 13:01
mveDave Kreskowiak7-Aug-07 13:01 
GeneralRe: Making sure a file really is there Pin
'Drew7-Aug-07 13:05
'Drew7-Aug-07 13:05 
GeneralRe: Making sure a file really is there Pin
Christian Graus7-Aug-07 13:07
protectorChristian Graus7-Aug-07 13:07 
GeneralRe: Making sure a file really is there Pin
dBrong8-Aug-07 6:33
dBrong8-Aug-07 6:33 
Questionconvert anynumber to text [modified] Pin
playout7-Aug-07 7:52
playout7-Aug-07 7:52 
AnswerRe: convert anynumber to text Pin
Hessam Jalali7-Aug-07 8:19
Hessam Jalali7-Aug-07 8:19 
AnswerRe: convert anynumber to text Pin
Guffa7-Aug-07 9:36
Guffa7-Aug-07 9:36 
AnswerRe: convert anynumber to text Pin
The ANZAC7-Aug-07 10:49
The ANZAC7-Aug-07 10:49 
QuestionData Conversion issue Pin
Cory Kimble7-Aug-07 6:00
Cory Kimble7-Aug-07 6:00 
AnswerRe: Data Conversion issue Pin
Luc Pattyn7-Aug-07 6:33
sitebuilderLuc Pattyn7-Aug-07 6:33 
GeneralRe: Data Conversion issue Pin
Cory Kimble7-Aug-07 6:58
Cory Kimble7-Aug-07 6:58 
GeneralRe: Data Conversion issue Pin
Luc Pattyn7-Aug-07 7:16
sitebuilderLuc Pattyn7-Aug-07 7:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.