Click here to Skip to main content
15,921,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
One line of code that I'm receiving this error is:

Dim diff As TimeSpan = start.op_Subtraction(System.DateTime.Now, start)

It worked fine in VS2003, but now I get this error. What do you suggest I change for this one?

Another line that is getting this warning is:

Me.cbxEEName.Cursor.Show

And finally another example is what I mentioned in my original message, I have a variable setup in one class (clsSqlCalls) as friend shared:

Friend Shared BeneficiaryDataset As DataSet

and I reference it in another class:

Dim clsSQL As New clsSQLCalls<br />
If clsSQL.BeneficiaryDataset.HasChanges Then


You answered this question. I replaced the code with:

If clsSQLCalls.BeneficiaryDataset.HasChanges Then

and it worked... Thanks.

Any suggestions on the first two examples of code?

Lost in the vast sea of .NET
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 
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 

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.