Click here to Skip to main content
15,905,420 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIs there a way to bypass the form_load event of vb.net windows application? Pin
rains197918-Mar-09 1:42
rains197918-Mar-09 1:42 
AnswerRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Eddy Vluggen18-Mar-09 1:58
professionalEddy Vluggen18-Mar-09 1:58 
GeneralRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
rains197918-Mar-09 2:49
rains197918-Mar-09 2:49 
GeneralRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Eddy Vluggen18-Mar-09 2:57
professionalEddy Vluggen18-Mar-09 2:57 
GeneralRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
rains197918-Mar-09 3:08
rains197918-Mar-09 3:08 
GeneralRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Eddy Vluggen18-Mar-09 3:19
professionalEddy Vluggen18-Mar-09 3:19 
AnswerRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Alan N18-Mar-09 4:52
Alan N18-Mar-09 4:52 
AnswerRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Dave Kreskowiak18-Mar-09 5:52
mveDave Kreskowiak18-Mar-09 5:52 
Scrap everything you have. Your application design is bad from the start. You can't "bypass" the load event in the form. The problem is you combined your app's business logic in with the UI code of the form. Move all of your buiness code to a seperate .DLL that both VB5 and VB.NET project can use and you solve all of your problems.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
rains197918-Mar-09 23:42
rains197918-Mar-09 23:42 
GeneralRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Dave Kreskowiak19-Mar-09 2:15
mveDave Kreskowiak19-Mar-09 2:15 
Questioncombine and run two projects with diffrent menus forms Pin
Member 462416918-Mar-09 0:22
Member 462416918-Mar-09 0:22 
AnswerRe: combine and run two projects with diffrent menus forms Pin
Christian Graus18-Mar-09 0:25
protectorChristian Graus18-Mar-09 0:25 
GeneralRe: combine and run two projects with diffrent menus forms Pin
Member 462416918-Mar-09 1:05
Member 462416918-Mar-09 1:05 
QuestionCalling a function in VB.Net through Visual Basic 5 Pin
rains197917-Mar-09 23:38
rains197917-Mar-09 23:38 
AnswerRe: Calling a function in VB.Net through Visual Basic 5 Pin
Christian Graus18-Mar-09 0:14
protectorChristian Graus18-Mar-09 0:14 
QuestionRe: Calling a function in VB.Net through Visual Basic 5 Pin
rains197918-Mar-09 1:39
rains197918-Mar-09 1:39 
Questionconfigure crystal report2008 with vb6.0 Pin
demetter17-Mar-09 20:05
demetter17-Mar-09 20:05 
AnswerRe: configure crystal report2008 with vb6.0 Pin
_Damian S_17-Mar-09 20:39
professional_Damian S_17-Mar-09 20:39 
GeneralRe: configure crystal report2008 with vb6.0 Pin
Mycroft Holmes17-Mar-09 23:20
professionalMycroft Holmes17-Mar-09 23:20 
GeneralRe: configure crystal report2008 with vb6.0 Pin
demetter18-Mar-09 21:19
demetter18-Mar-09 21:19 
AnswerRe: configure crystal report2008 with vb6.0 Pin
Christian Graus17-Mar-09 20:39
protectorChristian Graus17-Mar-09 20:39 
GeneralRe: configure crystal report2008 with vb6.0 Pin
demetter18-Mar-09 21:28
demetter18-Mar-09 21:28 
QuestionListbox to textboxes Pin
hendrikbez17-Mar-09 19:37
hendrikbez17-Mar-09 19:37 
AnswerRe: Listbox to textboxes Pin
Christian Graus17-Mar-09 19:52
protectorChristian Graus17-Mar-09 19:52 
GeneralRe: Listbox to textboxes Pin
hendrikbez17-Mar-09 20:54
hendrikbez17-Mar-09 20:54 

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.