Click here to Skip to main content
16,008,750 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRemoting troubles :( Pin
WillemM20-Jun-03 7:52
WillemM20-Jun-03 7:52 
GeneralRe: Remoting troubles :( Pin
WillemM20-Jun-03 20:25
WillemM20-Jun-03 20:25 
QuestionCould Some one Please help with two lines trans from C#? Pin
Eikeland20-Jun-03 5:02
Eikeland20-Jun-03 5:02 
AnswerRe: Could Some one Please help with two lines trans from C#? Pin
Matt Casto20-Jun-03 5:16
Matt Casto20-Jun-03 5:16 
GeneralRe: Could Some one Please help with two lines trans from C#? Pin
Eikeland20-Jun-03 6:36
Eikeland20-Jun-03 6:36 
GeneralSpreadsheet "Like" Data Entry Pin
Andrew Bromfield20-Jun-03 3:06
Andrew Bromfield20-Jun-03 3:06 
GeneralPicture Box won't show on second form Pin
Jm6k19-Jun-03 18:34
Jm6k19-Jun-03 18:34 
GeneralRe: Picture Box won't show on second form Pin
dynamic20-Jun-03 2:13
dynamic20-Jun-03 2:13 
here ya go :
VB:
<font color="blue">Private</font> <font color="blue">Sub</font> Button1_Click(<font color="blue">ByVal</font> sender <font color="blue">As</font> System.Object, <font color="blue">ByVal</font> e <font color="blue">As</font> System.EventArgs) <font color="blue">Handles</font> Button1.Click
        <font color="blue">Dim</font> frm <font color="blue">As</font> <font color="blue">New</font> Form2() <font color="darkgreen">'/// must say as new Form2() not Form</font>
        frm.Show()
    <font color="blue">End</font> <font color="blue">Sub</font>



hope this helps.Smile | :)


<font color="blue">Private void</font> ExpectingTwins(<font color="blue">string</font> twins)
    {    
    <font color="blue">switch</font>(twins)
    {
    <font color="blue">Case</font> ("twins on the way"):
        MessageBox.Show("for mr and mrs dynamic","twins on the way");
    <font color="blue">break</font>;
    }
    }




GeneralRe: Picture Box won't show on second form Pin
Jm6k23-Jun-03 11:45
Jm6k23-Jun-03 11:45 
QuestionMS Code Advisor rules? Pin
Onuk19-Jun-03 3:28
Onuk19-Jun-03 3:28 
Generalvb6 freezing help Pin
DxSolo18-Jun-03 3:13
DxSolo18-Jun-03 3:13 
GeneralRe: vb6 freezing help Pin
DxSolo18-Jun-03 5:07
DxSolo18-Jun-03 5:07 
GeneralRe: Several sub routines in same loop Pin
dynamic17-Jun-03 21:43
dynamic17-Jun-03 21:43 
GeneralRe: Several sub routines in same loop Pin
oliver_twistor17-Jun-03 22:08
oliver_twistor17-Jun-03 22:08 
GeneralRe: Several sub routines in same loop Pin
dynamic18-Jun-03 3:31
dynamic18-Jun-03 3:31 
GeneralRe: Several sub routines in same loop Pin
oliver_twistor18-Jun-03 22:07
oliver_twistor18-Jun-03 22:07 
GeneralRe: Several sub routines in same loop Pin
oliver_twistor22-Jun-03 9:18
oliver_twistor22-Jun-03 9:18 
GeneralSounds and .WAV using MMControl 6.0 Pin
Jm6k17-Jun-03 13:16
Jm6k17-Jun-03 13:16 
GeneralRe: Sounds and .WAV using MMControl 6.0 Pin
dynamic17-Jun-03 13:50
dynamic17-Jun-03 13:50 
GeneralRe: Sounds and .WAV using MMControl 6.0 Pin
Jm6k18-Jun-03 7:10
Jm6k18-Jun-03 7:10 
GeneralHllapi program to screen scrape in XP Pin
jbyears17-Jun-03 9:28
jbyears17-Jun-03 9:28 
GeneralRe: Hllapi program to screen scrape in XP Pin
Daniel Turini17-Jun-03 10:54
Daniel Turini17-Jun-03 10:54 
GeneralVB COM Object Pin
thowra17-Jun-03 3:02
thowra17-Jun-03 3:02 
GeneralToolbar with Close Button &amp; Title Bar Pin
Anand_Thakur17-Jun-03 0:53
Anand_Thakur17-Jun-03 0:53 
QuestionHow to use multi_thread in VB? Pin
Thomas Lau16-Jun-03 15:48
Thomas Lau16-Jun-03 15:48 

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.