Click here to Skip to main content
15,896,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to improve my 2D collision detection system? Pin
riced18-Mar-09 7:32
riced18-Mar-09 7:32 
AnswerRe: how to improve my 2D collision detection system? Pin
Luc Pattyn18-Mar-09 8:39
sitebuilderLuc Pattyn18-Mar-09 8:39 
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 
Yup, that's possible. Works just like calling an ordinary executable.
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

This works in VB6, can't give any guarantees for VB5 though.

I are troll Smile | :)

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 
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 

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.