Click here to Skip to main content
15,897,187 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB6 YO VB.NET Pin
AliAmjad31-Oct-07 8:03
AliAmjad31-Oct-07 8:03 
GeneralRe: VB6 YO VB.NET Pin
s3rro31-Oct-07 10:23
s3rro31-Oct-07 10:23 
GeneralRe: VB6 YO VB.NET [modified] Pin
John_Adams1-Nov-07 1:03
John_Adams1-Nov-07 1:03 
QuestionMSWebDVD Pin
portreathbeach31-Oct-07 6:30
portreathbeach31-Oct-07 6:30 
AnswerRe: MSWebDVD Pin
Dave Kreskowiak31-Oct-07 6:52
mveDave Kreskowiak31-Oct-07 6:52 
GeneralRe: MSWebDVD Pin
portreathbeach31-Oct-07 7:34
portreathbeach31-Oct-07 7:34 
QuestionVB6 to VB.NET Pin
s3rro31-Oct-07 5:18
s3rro31-Oct-07 5:18 
AnswerRe: VB6 to VB.NET Pin
AliAmjad31-Oct-07 5:24
AliAmjad31-Oct-07 5:24 
s3rro wrote:
Private Sub Form_Load()


You have to change its structure like this:

Private Sub Form_Load(sender as Object,e as System.EventArgs) handles MyBase.Load

     'Additional Code here

End Sub


Hope it helps !

AliAmjad(MCP)

GeneralRe: VB6 to VB.NET Pin
s3rro31-Oct-07 6:25
s3rro31-Oct-07 6:25 
QuestionCapturing/supressing error message Pin
svanwass31-Oct-07 5:08
svanwass31-Oct-07 5:08 
AnswerRe: Capturing/supressing error message Pin
AliAmjad31-Oct-07 5:48
AliAmjad31-Oct-07 5:48 
GeneralRe: Capturing/supressing error message Pin
svanwass31-Oct-07 6:38
svanwass31-Oct-07 6:38 
GeneralRe: Capturing/supressing error message Pin
AliAmjad31-Oct-07 7:01
AliAmjad31-Oct-07 7:01 
AnswerRe: Capturing/supressing error message Pin
Dave Kreskowiak31-Oct-07 6:41
mveDave Kreskowiak31-Oct-07 6:41 
GeneralRe: Capturing/supressing error message Pin
svanwass31-Oct-07 9:59
svanwass31-Oct-07 9:59 
GeneralRe: Capturing/supressing error message Pin
Dave Kreskowiak31-Oct-07 10:13
mveDave Kreskowiak31-Oct-07 10:13 
QuestionUpgrading vb.net 2002 to vb.net 2005 [modified] Pin
gil_be31-Oct-07 3:57
gil_be31-Oct-07 3:57 
QuestionReturning a filename from command prompt. Pin
Support12331-Oct-07 3:50
Support12331-Oct-07 3:50 
AnswerRe: Returning a filename from command prompt. Pin
svanwass31-Oct-07 5:12
svanwass31-Oct-07 5:12 
GeneralRe: Returning a filename from command prompt. Pin
Support12331-Oct-07 5:23
Support12331-Oct-07 5:23 
GeneralRe: Returning a filename from command prompt. Pin
svanwass31-Oct-07 5:45
svanwass31-Oct-07 5:45 
AnswerRe: Returning a filename from command prompt. Pin
Dave Kreskowiak31-Oct-07 6:38
mveDave Kreskowiak31-Oct-07 6:38 
GeneralRe: Returning a filename from command prompt. Pin
Mycroft Holmes31-Oct-07 23:21
professionalMycroft Holmes31-Oct-07 23:21 
GeneralRe: Returning a filename from command prompt. Pin
Dave Kreskowiak1-Nov-07 1:45
mveDave Kreskowiak1-Nov-07 1:45 
QuestionHow pass an event to a sub Pin
Narenge31-Oct-07 3:37
Narenge31-Oct-07 3:37 

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.