Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Mutiple Selected Listbox Pin
cylix200018-Jan-06 20:48
cylix200018-Jan-06 20:48 
GeneralRe: Mutiple Selected Listbox Pin
Muhammad Javed Khan18-Jan-06 22:05
Muhammad Javed Khan18-Jan-06 22:05 
QuestionInvalid printer specified Pin
misecprj18-Jan-06 18:37
misecprj18-Jan-06 18:37 
AnswerRe: Invalid printer specified Pin
Dave Kreskowiak19-Jan-06 6:08
mveDave Kreskowiak19-Jan-06 6:08 
QuestionForm size Pin
mayhem_rules18-Jan-06 18:10
mayhem_rules18-Jan-06 18:10 
AnswerRe: Form size Pin
Rana Muhammad Javed Khan18-Jan-06 18:44
Rana Muhammad Javed Khan18-Jan-06 18:44 
AnswerRe: Form size Pin
mayhem_rules18-Jan-06 18:44
mayhem_rules18-Jan-06 18:44 
QuestionCompare value from database Pin
yaminilathatv18-Jan-06 17:58
yaminilathatv18-Jan-06 17:58 
Hi everyone I am trying to compare userid i.e, if the user exists I want to display the message.I am getting error when comparing the text in the textbox and the text from the database.Please tell me how to convert the value into string. the code is as follows...

cmd.commandtext="select user from reg"
da.selectcommand=cmd
da.fill(ds,"reg")
for each dr in ds.tables("reg").rows
If textbox1.text=dr.item(0) then
msgbox("UserExists")
endif
next


thanxin advance
yamini
AnswerRe: Compare value from database Pin
Muhammad Javed Khan18-Jan-06 18:50
Muhammad Javed Khan18-Jan-06 18:50 
AnswerRe: Compare value from database Pin
Guffa18-Jan-06 21:30
Guffa18-Jan-06 21:30 
QuestionAudio and Image at the same time? Pin
musiccode55618-Jan-06 17:43
musiccode55618-Jan-06 17:43 
AnswerRe: Audio and Image at the same time? Pin
Christian Graus18-Jan-06 17:53
protectorChristian Graus18-Jan-06 17:53 
Questionhow can i bind checkbox to sqldatabase Pin
thepityone18-Jan-06 17:37
thepityone18-Jan-06 17:37 
QuestionHow to get hwnd in .NET? Pin
bskirkman18-Jan-06 16:38
bskirkman18-Jan-06 16:38 
AnswerRe: How to get hwnd in .NET? Pin
Christian Graus18-Jan-06 17:55
protectorChristian Graus18-Jan-06 17:55 
GeneralRe: How to get hwnd in .NET? Pin
bskirkman18-Jan-06 18:20
bskirkman18-Jan-06 18:20 
GeneralRe: How to get hwnd in .NET? Pin
bskirkman18-Jan-06 18:21
bskirkman18-Jan-06 18:21 
AnswerRe: How to get hwnd in .NET? Pin
Dave Kreskowiak19-Jan-06 5:54
mveDave Kreskowiak19-Jan-06 5:54 
GeneralRe: How to get hwnd in .NET? Pin
Christian Graus19-Jan-06 8:52
protectorChristian Graus19-Jan-06 8:52 
GeneralRe: How to get hwnd in .NET? Pin
Dave Kreskowiak19-Jan-06 9:08
mveDave Kreskowiak19-Jan-06 9:08 
GeneralRe: How to get hwnd in .NET? Pin
Christian Graus19-Jan-06 9:10
protectorChristian Graus19-Jan-06 9:10 
GeneralRe: How to get hwnd in .NET? Pin
Dave Kreskowiak19-Jan-06 9:26
mveDave Kreskowiak19-Jan-06 9:26 
GeneralRe: How to get hwnd in .NET? Pin
Christian Graus19-Jan-06 9:29
protectorChristian Graus19-Jan-06 9:29 
GeneralRe: How to get hwnd in .NET? Pin
bskirkman19-Jan-06 11:05
bskirkman19-Jan-06 11:05 
QuestionListbox style with checkbox? Pin
cylix200018-Jan-06 16:05
cylix200018-Jan-06 16:05 

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.