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

Visual Basic

 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
bitpusher14-Oct-04 5:24
bitpusher14-Oct-04 5:24 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
J4amieC14-Oct-04 6:06
J4amieC14-Oct-04 6:06 
AnswerRe: How to 'deploy' without need to install .net framework?? Pin
Anonymous13-Oct-04 14:49
Anonymous13-Oct-04 14:49 
AnswerRe: How to 'deploy' without need to install .net framework?? Pin
Dave Kreskowiak13-Oct-04 16:25
mveDave Kreskowiak13-Oct-04 16:25 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
bitpusher14-Oct-04 6:17
bitpusher14-Oct-04 6:17 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
Dave Kreskowiak14-Oct-04 7:20
mveDave Kreskowiak14-Oct-04 7:20 
GeneralSub Procedure Pin
Member 116832413-Oct-04 12:45
Member 116832413-Oct-04 12:45 
GeneralRe: Sub Procedure Pin
Anonymous13-Oct-04 18:00
Anonymous13-Oct-04 18:00 
Like this?

Public Sub Test(ByVal whereto As String)
If whereto = "gotohere" Then
GoTo gottohere
End If
MsgBox("Im here")
gottohere:
MsgBox("Im here too")
End Sub

Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click
Test("gotohere")
End Sub
GeneralRe: Sub Procedure Pin
Anonymous13-Oct-04 19:11
Anonymous13-Oct-04 19:11 
GeneralRe: Sub Procedure Pin
Anonymous13-Oct-04 19:14
Anonymous13-Oct-04 19:14 
General[VB.NET] Unicode by default Pin
Anonymous13-Oct-04 12:42
Anonymous13-Oct-04 12:42 
GeneralRe: [VB.NET] Unicode by default Pin
Anonymous13-Oct-04 16:32
Anonymous13-Oct-04 16:32 
QuestionHow can I connect two Computers Pin
Waleed Eissa13-Oct-04 11:08
Waleed Eissa13-Oct-04 11:08 
AnswerRe: How can I connect two Computers Pin
Anonymous13-Oct-04 16:55
Anonymous13-Oct-04 16:55 
GeneralEXPORT PDF from VB.NET Pin
partt13-Oct-04 10:28
partt13-Oct-04 10:28 
GeneralRe: EXPORT PDF from VB.NET Pin
Jim Matthews13-Oct-04 11:03
Jim Matthews13-Oct-04 11:03 
GeneralRe: EXPORT PDF from VB.NET Pin
partt13-Oct-04 11:39
partt13-Oct-04 11:39 
GeneralRe: EXPORT PDF from VB.NET Pin
Jim Matthews14-Oct-04 3:12
Jim Matthews14-Oct-04 3:12 
GeneralRe: EXPORT PDF from VB.NET Pin
partt14-Oct-04 4:30
partt14-Oct-04 4:30 
GeneralRe: EXPORT PDF from VB.NET Pin
Jim Matthews14-Oct-04 5:27
Jim Matthews14-Oct-04 5:27 
GeneralRe: EXPORT PDF from VB.NET Pin
partt14-Oct-04 6:54
partt14-Oct-04 6:54 
GeneralRe: EXPORT PDF from VB.NET Pin
Jim Matthews14-Oct-04 8:11
Jim Matthews14-Oct-04 8:11 
GeneralRe: EXPORT PDF from VB.NET Pin
partt14-Oct-04 9:35
partt14-Oct-04 9:35 
GeneralRe: EXPORT PDF from VB.NET Pin
Jim Matthews14-Oct-04 10:36
Jim Matthews14-Oct-04 10:36 
GeneralRe: EXPORT PDF from VB.NET Pin
partt15-Oct-04 5:14
partt15-Oct-04 5:14 

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.