Click here to Skip to main content
15,902,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing parallel port by using VB.Net Pin
Dave Kreskowiak6-Jul-04 2:54
mveDave Kreskowiak6-Jul-04 2:54 
GeneralRe: Accessing parallel port by using VB.Net Pin
marcus_gsh7-Jul-04 20:07
sussmarcus_gsh7-Jul-04 20:07 
GeneralMail program in VB6 Pin
Ravi S.V.5-Jul-04 19:34
Ravi S.V.5-Jul-04 19:34 
GeneralRe: Mail program in VB6 Pin
Hesham Amin5-Jul-04 22:12
Hesham Amin5-Jul-04 22:12 
GeneralQuestion for the VB guys Pin
#realJSOP5-Jul-04 15:55
professional#realJSOP5-Jul-04 15:55 
QuestionProblems in VB.net? Pin
mythinky5-Jul-04 15:39
mythinky5-Jul-04 15:39 
AnswerRe: Problems in VB.net? Pin
Colin Angus Mackay6-Jul-04 1:00
Colin Angus Mackay6-Jul-04 1:00 
AnswerRe: Problems in VB.net? Pin
Dave Kreskowiak6-Jul-04 3:10
mveDave Kreskowiak6-Jul-04 3:10 
2. It's usually a good practice to specify the full path to the app you want to launch. That way, you leave nothing to chance that the app can't be found.

3. Be careful how you implement this. If you just cancel the close event constantly, your app will never quit. This will stop Windows from restarting and shutting down. You'll have to override WndPrc and watch for the WM_ENDSESSION message. When you receive this message, you should set a flag in your code that is checked upon the Close event firing. This will tell you wheather or not you should really close your app or just minimize it.

4. This is normally because your window's normal state size is essentially 0 by 0. Try setting the size of the window to known values before you set it's state to normal.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: Problems in VB.net? Pin
Martin Dionne14-Jul-04 12:07
Martin Dionne14-Jul-04 12:07 
QuestionHow does Unload works exactly? Pin
jlopezpenalba5-Jul-04 5:18
jlopezpenalba5-Jul-04 5:18 
AnswerRe: How does Unload works exactly? Pin
beowulfagate5-Jul-04 14:01
beowulfagate5-Jul-04 14:01 
GeneralRe: How does Unload works exactly? Pin
jlopezpenalba5-Jul-04 21:11
jlopezpenalba5-Jul-04 21:11 
AnswerRe: How does Unload works exactly? Pin
Dave Kreskowiak6-Jul-04 3:24
mveDave Kreskowiak6-Jul-04 3:24 
GeneralSocket Listener To A USB Bluetooth Connected To PC Pin
hani_aql5-Jul-04 3:33
hani_aql5-Jul-04 3:33 
GeneralINSERT Fails Pin
Anonymous5-Jul-04 1:52
Anonymous5-Jul-04 1:52 
GeneralRe: INSERT Fails Pin
Hesham Amin5-Jul-04 4:56
Hesham Amin5-Jul-04 4:56 
GeneralRe: INSERT Fails Pin
Dave Kreskowiak6-Jul-04 3:37
mveDave Kreskowiak6-Jul-04 3:37 
Generalvb.net and forms Pin
mrdance4-Jul-04 21:20
mrdance4-Jul-04 21:20 
GeneralRe: vb.net and forms Pin
Dave Kreskowiak6-Jul-04 3:49
mveDave Kreskowiak6-Jul-04 3:49 
GeneralRe: vb.net and forms Pin
mrdance12-Jul-04 4:55
mrdance12-Jul-04 4:55 
GeneralRe: vb.net and forms Pin
Dave Kreskowiak12-Jul-04 12:36
mveDave Kreskowiak12-Jul-04 12:36 
GeneralDataRelation Pin
Guerven4-Jul-04 17:50
Guerven4-Jul-04 17:50 
GeneralProgram help please Pin
Anonymous4-Jul-04 8:01
Anonymous4-Jul-04 8:01 
GeneralRe: Program help please Pin
Dave Kreskowiak6-Jul-04 3:55
mveDave Kreskowiak6-Jul-04 3:55 
Generalvb6 (data grid) Pin
nazerudeen3-Jul-04 7:51
nazerudeen3-Jul-04 7:51 

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.