Click here to Skip to main content
15,881,380 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Looking for a Serial Ports library for VB 2003. Pin
Dave Kreskowiak9-Apr-08 13:24
mveDave Kreskowiak9-Apr-08 13:24 
Generalconvert a text file to hexa file Pin
maboelectro9-Apr-08 9:39
maboelectro9-Apr-08 9:39 
GeneralRe: convert a text file to hexa file Pin
Dave Kreskowiak9-Apr-08 10:30
mveDave Kreskowiak9-Apr-08 10:30 
GeneralRe: convert a text file to hexa file Pin
Christian Graus9-Apr-08 11:18
protectorChristian Graus9-Apr-08 11:18 
Questionregard insert time [modified] Pin
Member 44429169-Apr-08 5:46
Member 44429169-Apr-08 5:46 
GeneralRe: regard insert time Pin
Steven J Jowett9-Apr-08 6:11
Steven J Jowett9-Apr-08 6:11 
GeneralRe: regard insert time Pin
Member 44429169-Apr-08 6:18
Member 44429169-Apr-08 6:18 
GeneralRe: regard insert time Pin
Dave Kreskowiak9-Apr-08 6:33
mveDave Kreskowiak9-Apr-08 6:33 
That error says that you didn't supply a value for a parameter.

Looking at this code, it wouldn't work, even if it did compile. Your if statement doesn't make any sense at all.
if btnLogin.Text=true then

You comparing the Text property of a button to a boolean value?? Why?? Does this button actually say "true" on it when you click it??

I would highly suggest picking up a beginners book on VB.NET and working through it. You're missing some very basic (VB.NET 101) type concepts, and it's limiting your ability to write code and out ability to help you fix it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Help..urgent...insert time to database [modified] Pin
Member 44429169-Apr-08 6:45
Member 44429169-Apr-08 6:45 
GeneralRe: Help..urgent...insert time to database Pin
Johan Hakkesteegt9-Apr-08 20:03
Johan Hakkesteegt9-Apr-08 20:03 
QuestionAdd Command Crystal Report not updating parameter Pin
liona9-Apr-08 4:08
liona9-Apr-08 4:08 
Questionhow to operate the code if the text in the textbox change Pin
shee_dee869-Apr-08 3:42
shee_dee869-Apr-08 3:42 
AnswerRe: how to operate the code if the text in the textbox change Pin
Ashish Sehajpal9-Apr-08 4:15
Ashish Sehajpal9-Apr-08 4:15 
GeneralRe: how to operate the code if the text in the textbox change Pin
shee_dee8610-Apr-08 22:52
shee_dee8610-Apr-08 22:52 
QuestionGeneric Methods : Pin
Feras Mazen Taleb9-Apr-08 3:27
Feras Mazen Taleb9-Apr-08 3:27 
GeneralRe: Generic Methods : Pin
Dave Kreskowiak9-Apr-08 6:25
mveDave Kreskowiak9-Apr-08 6:25 
GeneralRe: Generic Methods : Pin
Christian Graus9-Apr-08 11:20
protectorChristian Graus9-Apr-08 11:20 
GeneralRe: Generic Methods : Pin
Dave Kreskowiak9-Apr-08 12:32
mveDave Kreskowiak9-Apr-08 12:32 
GeneralText in form title bar not keeping up (me.text) Pin
Johan Hakkesteegt9-Apr-08 2:19
Johan Hakkesteegt9-Apr-08 2:19 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
ChandraRam9-Apr-08 2:34
ChandraRam9-Apr-08 2:34 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
Johan Hakkesteegt9-Apr-08 3:16
Johan Hakkesteegt9-Apr-08 3:16 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
ChandraRam9-Apr-08 5:43
ChandraRam9-Apr-08 5:43 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
Dave Kreskowiak9-Apr-08 5:48
mveDave Kreskowiak9-Apr-08 5:48 
Generaloptional parameter Pin
helelark1239-Apr-08 1:22
helelark1239-Apr-08 1:22 
GeneralRe: optional parameter Pin
Christian Graus9-Apr-08 2:06
protectorChristian Graus9-Apr-08 2:06 

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.