Forum: Visual Basic
Feb 21st, 2006, 11:19 AM
|
|
Replies: 43
Views: 999
|
Forum: Visual Basic
Feb 21st, 2006, 11:12 AM
|
|
Replies: 43
Views: 999
|
Forum: Visual Basic
Feb 21st, 2006, 8:52 AM
|
|
Replies: 43
Views: 999
The GOTO statement (*hints while pointing to...
The GOTO statement (*hints while pointing to aethereal*) should only be used, as someone said earlier for breaking out of loops in the case of error catching. This is its best application.
It can...
|
Forum: C++
Feb 18th, 2006, 4:52 PM
|
|
Replies: 18
Views: 739
|
Forum: Visual Basic
Feb 17th, 2006, 2:44 PM
|
|
Replies: 3
Views: 199
|
Forum: Visual Basic
Feb 14th, 2006, 9:47 PM
|
|
Replies: 3
Views: 161
:eek:
the above code would go in the 2nd...
:eek:
the above code would go in the 2nd form
to open another form with a button, double click button. Within the click event type e.g.
Private Sub Command1_Click()
Form2.Show
End Sub
|
Forum: Visual Basic
Feb 14th, 2006, 5:52 PM
|
|
Replies: 3
Views: 161
|
Forum: Visual Basic
Feb 13th, 2006, 8:45 AM
|
|
Replies: 25
Views: 881
solution with VB, database not required
1)... parsing of text file--create VB program to open file in upload folder and insert HTML formatting(this could be as simple as adding <p> to the start and end of the file or you could use your...
|