Click here to Skip to main content
15,914,221 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralThe 1 votes Pin
MikeMarq20-Aug-08 15:46
MikeMarq20-Aug-08 15:46 
GeneralRe: The 1 votes Pin
cstrader23220-Aug-08 16:17
cstrader23220-Aug-08 16:17 
GeneralRe: The 1 votes Pin
MikeMarq20-Aug-08 16:25
MikeMarq20-Aug-08 16:25 
GeneralRe: The 1 votes Pin
Mycroft Holmes20-Aug-08 19:16
professionalMycroft Holmes20-Aug-08 19:16 
GeneralRe: The 1 votes Pin
MikeMarq21-Aug-08 7:04
MikeMarq21-Aug-08 7:04 
QuestionConverting C# code to Vb.net Pin
dix20-Aug-08 3:46
dix20-Aug-08 3:46 
AnswerRe: Converting C# code to Vb.net Pin
Steven J Jowett20-Aug-08 11:48
Steven J Jowett20-Aug-08 11:48 
AnswerRe: Converting C# code to Vb.net Pin
Dave Doknjas20-Aug-08 14:29
Dave Doknjas20-Aug-08 14:29 
You need a 'RaiseEvent' block in custom events in VB:

RaiseEvent(ByVal sender As Object, ByVal e As EventArgs)
'...
End RaiseEvent

The online converters should have caught that.

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

QuestionComputer Science 101 question Pin
cstrader23220-Aug-08 2:57
cstrader23220-Aug-08 2:57 
AnswerRe: Computer Science 101 question Pin
MikeMarq20-Aug-08 6:39
MikeMarq20-Aug-08 6:39 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 7:52
cstrader23220-Aug-08 7:52 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak20-Aug-08 13:41
mveDave Kreskowiak20-Aug-08 13:41 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 16:31
cstrader23220-Aug-08 16:31 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak21-Aug-08 1:28
mveDave Kreskowiak21-Aug-08 1:28 
GeneralRe: Computer Science 101 question Pin
cstrader23221-Aug-08 1:36
cstrader23221-Aug-08 1:36 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak21-Aug-08 12:13
mveDave Kreskowiak21-Aug-08 12:13 
AnswerRe: Computer Science 101 question Pin
Paul Conrad20-Aug-08 14:13
professionalPaul Conrad20-Aug-08 14:13 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 16:12
cstrader23220-Aug-08 16:12 
GeneralRe: Computer Science 101 question Pin
Mycroft Holmes20-Aug-08 19:25
professionalMycroft Holmes20-Aug-08 19:25 
QuestionCopy a Row from one DataGridView to another Pin
Princy_Jones19-Aug-08 22:11
Princy_Jones19-Aug-08 22:11 
QuestionWMI Connection Error Pin
nitin_ion19-Aug-08 21:34
nitin_ion19-Aug-08 21:34 
Questionisnull(value,default value) as <column name=""> not working for adapter.update()</column> Pin
honeyashu19-Aug-08 20:49
honeyashu19-Aug-08 20:49 
AnswerRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 21:27
professionalMycroft Holmes19-Aug-08 21:27 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:08
honeyashu19-Aug-08 23:08 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 23:15
professionalMycroft Holmes19-Aug-08 23:15 

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.