Click here to Skip to main content
15,925,781 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question.NET Images...Where R They?? Pin
AlexeiXX37-Feb-06 5:28
AlexeiXX37-Feb-06 5:28 
AnswerRe: .NET Images...Where R They?? Pin
KaptinKrunch7-Feb-06 6:45
KaptinKrunch7-Feb-06 6:45 
AnswerRe: .NET Images...Where R They?? Pin
Dave Kreskowiak7-Feb-06 6:48
mveDave Kreskowiak7-Feb-06 6:48 
AnswerRe: .NET Images...Where R They?? Pin
Mekong River7-Feb-06 14:44
Mekong River7-Feb-06 14:44 
GeneralRe: .NET Images...Where R They?? Pin
AlexeiXX38-Feb-06 4:27
AlexeiXX38-Feb-06 4:27 
GeneralRe: .NET Images...Where R They?? Pin
Mekong River8-Feb-06 4:40
Mekong River8-Feb-06 4:40 
Questionhow to remove visual basic for application from references Pin
tamila_tamila7-Feb-06 4:38
tamila_tamila7-Feb-06 4:38 
AnswerRe: how to remove visual basic for application from references Pin
Dave Kreskowiak7-Feb-06 6:48
mveDave Kreskowiak7-Feb-06 6:48 
QuestionForm in a DLL Pin
dptalt7-Feb-06 4:13
dptalt7-Feb-06 4:13 
AnswerRe: Form in a DLL Pin
AlexeiXX37-Feb-06 5:40
AlexeiXX37-Feb-06 5:40 
QuestionQualifying expression will not be evaluated Pin
KreativeKai7-Feb-06 2:55
professionalKreativeKai7-Feb-06 2:55 
AnswerRe: Qualifying expression will not be evaluated Pin
Craster7-Feb-06 3:05
Craster7-Feb-06 3:05 
GeneralRe: Qualifying expression will not be evaluated Pin
KreativeKai7-Feb-06 3:24
professionalKreativeKai7-Feb-06 3:24 
GeneralRe: Qualifying expression will not be evaluated Pin
Craster7-Feb-06 3:41
Craster7-Feb-06 3:41 
GeneralRe: Qualifying expression will not be evaluated Pin
KreativeKai7-Feb-06 5:14
professionalKreativeKai7-Feb-06 5:14 
GeneralRe: Qualifying expression will not be evaluated Pin
Craster7-Feb-06 5:31
Craster7-Feb-06 5:31 
You realise that the intellisense box will actually suggest what you need to replace these with to get rid of the warning? In this case:

dim start as DateTime<br />
dim diff as TimeSpan = system.DateTime.op_subtraction(system.DateTime.Now, start)


You still need the definition of start, as you are actually using the instance in the function, not just using it to gain access to the function.

For the second:

windows.forms.cursor.show()

I'm not sure if this is what you're trying to do here, but this is recommended substitution for the code you provided.
GeneralRe: Qualifying expression will not be evaluated Pin
KreativeKai7-Feb-06 6:25
professionalKreativeKai7-Feb-06 6:25 
QuestionPainting of usercontrols Pin
Craster7-Feb-06 2:55
Craster7-Feb-06 2:55 
Questionmicrosoft word COM component ... MS Word 200 Pin
Member 22716557-Feb-06 0:55
Member 22716557-Feb-06 0:55 
Questioncan I create a variable name by Concatenation of two strings????? Pin
DreamQuestioner7-Feb-06 0:34
DreamQuestioner7-Feb-06 0:34 
AnswerRe: can I create a variable name by Concatenation of two strings????? Pin
Guffa7-Feb-06 0:40
Guffa7-Feb-06 0:40 
GeneralRe: can I create a variable name by Concatenation of two strings????? Pin
DreamQuestioner7-Feb-06 0:59
DreamQuestioner7-Feb-06 0:59 
AnswerRe: can I create a variable name by Concatenation of two strings????? Pin
Guffa7-Feb-06 1:50
Guffa7-Feb-06 1:50 
QuestionError using a Visual Basic DLL from c++ Pin
jtrujillogomez6-Feb-06 23:43
jtrujillogomez6-Feb-06 23:43 
AnswerRe: Error using a Visual Basic DLL from c++ Pin
Dave Kreskowiak7-Feb-06 1:26
mveDave Kreskowiak7-Feb-06 1:26 

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.