Click here to Skip to main content
15,905,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Drag-and-Drop in VB.NET Pin
Bassam Saoud5-Aug-08 6:54
Bassam Saoud5-Aug-08 6:54 
QuestionEnumeration - Public enum statement question Pin
chas0365-Aug-08 4:11
chas0365-Aug-08 4:11 
AnswerRe: Enumeration - Public enum statement question PinPopular
jzonthemtn5-Aug-08 4:21
jzonthemtn5-Aug-08 4:21 
GeneralRe: Enumeration - Public enum statement question Pin
Oakman5-Aug-08 7:34
Oakman5-Aug-08 7:34 
GeneralRe: Enumeration - Public enum statement question Pin
jzonthemtn5-Aug-08 7:49
jzonthemtn5-Aug-08 7:49 
GeneralRe: Enumeration - Public enum statement question Pin
MidwestLimey5-Aug-08 12:12
professionalMidwestLimey5-Aug-08 12:12 
QuestionHelp understanding C# to VB.Net translation of event handlers... Need C# and VB.Net expert... Pin
Keith Yerian5-Aug-08 3:24
Keith Yerian5-Aug-08 3:24 
AnswerRe: Help understanding C# to VB.Net translation of event handlers... Need C# and VB.Net expert... Pin
Dave Doknjas5-Aug-08 5:04
Dave Doknjas5-Aug-08 5:04 
1. You don't need to do this sort of check for VB. VB does this behind the scenes when you use RaiseEvent.
2. If you really need it, then "If ChangingEvent IsNot Nothing" works. Note the 'Event' tagged on the end of the event name. This refers to a private hidden variable that VB creates for your events.

David Anton
http://www.tangiblesoftwaresolutions.com
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
VB & C# to Java Converter
Java to VB & C# Converter
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB, C#, or Java to C++/CLI

AnswerRe: Help understanding C# to VB.Net translation of event handlers... Need C# and VB.Net expert... Pin
paas5-Aug-08 5:05
paas5-Aug-08 5:05 
QuestionHow to merge cells of table control Pin
Rameez Raja5-Aug-08 0:58
Rameez Raja5-Aug-08 0:58 
AnswerRe: How to merge cells of table control Pin
John_Adams5-Aug-08 3:02
John_Adams5-Aug-08 3:02 
QuestionI think it's wrong Pin
abuamd5-Aug-08 0:29
abuamd5-Aug-08 0:29 
AnswerRe: I think it's wrong Pin
Ashfield5-Aug-08 1:20
Ashfield5-Aug-08 1:20 
GeneralRe: I think it's wrong Pin
abuamd6-Aug-08 2:39
abuamd6-Aug-08 2:39 
AnswerRe: I think it's wrong Pin
rprateek5-Aug-08 16:02
rprateek5-Aug-08 16:02 
GeneralRe: I think it's wrong Pin
abuamd6-Aug-08 2:42
abuamd6-Aug-08 2:42 
QuestionPublish property in Web service Pin
nitin_ion5-Aug-08 0:24
nitin_ion5-Aug-08 0:24 
AnswerRe: Publish property in Web service Pin
Mycroft Holmes5-Aug-08 21:52
professionalMycroft Holmes5-Aug-08 21:52 
QuestionUpdation of Software (vb.net 2005) Pin
compad5-Aug-08 0:07
compad5-Aug-08 0:07 
AnswerRe: Updation of Software (vb.net 2005) Pin
Vimalsoft(Pty) Ltd5-Aug-08 0:30
professionalVimalsoft(Pty) Ltd5-Aug-08 0:30 
GeneralRe: Updation of Software (vb.net 2005) Pin
compad5-Aug-08 22:51
compad5-Aug-08 22:51 
AnswerRe: Updation of Software (vb.net 2005) Pin
jzonthemtn5-Aug-08 2:01
jzonthemtn5-Aug-08 2:01 
GeneralRe: Updation of Software (vb.net 2005) Pin
compad5-Aug-08 22:58
compad5-Aug-08 22:58 
QuestionVB.Net Pin
mutharasi5-Aug-08 0:00
mutharasi5-Aug-08 0:00 
AnswerRe: VB.Net Pin
Ashfield5-Aug-08 1:19
Ashfield5-Aug-08 1:19 

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.