Click here to Skip to main content
15,903,856 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
QuestionCrystal report matter Pin
Swiss Mantoro6-Feb-06 23:00
Swiss Mantoro6-Feb-06 23:00 
QuestionHow 2 create the pocket pc application using .net with database features?? Pin
williamccyccyccy6-Feb-06 22:39
williamccyccyccy6-Feb-06 22:39 
AnswerVB6: Trap CTRL+F6 (and not CTRL+TAB) Pin
Pete Burgess6-Feb-06 22:12
Pete Burgess6-Feb-06 22:12 
AnswerRe: VB6: Trap CTRL+F6 (and not CTRL+TAB) Pin
bskirkman6-Feb-06 23:09
bskirkman6-Feb-06 23:09 
GeneralRe: VB6: Trap CTRL+F6 (and not CTRL+TAB) Pin
Pete Burgess7-Feb-06 10:16
Pete Burgess7-Feb-06 10:16 
AnswerRe: VB6: Trap CTRL+F6 (and not CTRL+TAB) Pin
Pete Burgess8-Feb-06 4:43
Pete Burgess8-Feb-06 4:43 
QuestionUsing CrystalReports XI In VB Pin
ZulnurainAdil6-Feb-06 21:27
ZulnurainAdil6-Feb-06 21:27 
AnswerRe: Using CrystalReports XI In VB Pin
rifan7-Feb-06 9:50
rifan7-Feb-06 9:50 

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.