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

Visual Basic

 
AnswerRe: How to Free a USB port on VB.NET Pin
Dave Kreskowiak20-Jan-04 18:50
mveDave Kreskowiak20-Jan-04 18:50 
GeneralRe: How to Free a USB port on VB.NET Pin
elRaptor21-Jan-04 5:51
elRaptor21-Jan-04 5:51 
GeneralRe: How to Free a USB port on VB.NET Pin
Dave Kreskowiak21-Jan-04 6:33
mveDave Kreskowiak21-Jan-04 6:33 
GeneralRe: How to Free a USB port on VB.NET Pin
elRaptor22-Jan-04 7:05
elRaptor22-Jan-04 7:05 
GeneralRe: How to Free a USB port on VB.NET Pin
Dave Kreskowiak22-Jan-04 7:31
mveDave Kreskowiak22-Jan-04 7:31 
GeneralKeyBinding to Office Add-In Pin
JohnWhyte20-Jan-04 4:31
JohnWhyte20-Jan-04 4:31 
GeneralMDI problem Pin
Anonymous20-Jan-04 1:24
Anonymous20-Jan-04 1:24 
GeneralRe: MDI problem Pin
jimpar20-Jan-04 3:46
jimpar20-Jan-04 3:46 
Remove listitem:

ListView1.ListItems.Remove(lngI)

As for the form:

The QueryUnload event has a second parameter called
UnloadMode. By testing this mode, the program will know what is causing
the form to unload. Then you can decide what you want to do, etc

These are the constants and a brief explanation:

Select Case UnloadMode
Case vbFormControlMenu
'The "X" button or the "Close" menu
'from the form's System menu.
Case vbFormCode
'The Unload statement is called from code.
Case vbAppWindows
'Windows is shutting down.
Case vbAppTaskManager
'The Task Manager is closing the app.
Case vbFormMDIForm
'The form is an MDI child and the
'MDI form is closing.
Case vbFormOwner
'The form is closing because its
'owner is closing.
End Select




"Since we don't know where we're going, we have to stick together in case someone gets there." - Ken Kesey 1935 - 2001

GeneralRe: MDI problem Pin
JensB20-Jan-04 20:27
JensB20-Jan-04 20:27 
GeneralRe: MDI problem Pin
gpa200020-Jan-04 21:38
gpa200020-Jan-04 21:38 
GeneralRe: MDI problem Pin
Anonymous20-Jan-04 22:18
Anonymous20-Jan-04 22:18 
GeneralLocking files in VB6 Pin
steff kamush19-Jan-04 23:48
steff kamush19-Jan-04 23:48 
GeneralRe: Locking files in VB6 Pin
Dave Kreskowiak20-Jan-04 8:08
mveDave Kreskowiak20-Jan-04 8:08 
GeneralRe: Locking files in VB6 Pin
steff kamush20-Jan-04 21:31
steff kamush20-Jan-04 21:31 
GeneralRe: Locking files in VB6 Pin
Dave Kreskowiak21-Jan-04 6:40
mveDave Kreskowiak21-Jan-04 6:40 
Generalstill chart Pin
Adhizzz19-Jan-04 21:20
Adhizzz19-Jan-04 21:20 
GeneralRe: still chart Pin
steff kamush20-Jan-04 6:55
steff kamush20-Jan-04 6:55 
GeneralRe: still chart Pin
steff kamush20-Jan-04 6:56
steff kamush20-Jan-04 6:56 
QuestionWhere to Start??? Pin
SweetoSyed19-Jan-04 16:39
SweetoSyed19-Jan-04 16:39 
AnswerRe: Where to Start??? Pin
gpa200020-Jan-04 21:28
gpa200020-Jan-04 21:28 
GeneralRe: Where to Start??? Pin
HinJinShah22-Jan-04 6:23
HinJinShah22-Jan-04 6:23 
GeneralPls help me!! Pin
Member 82457919-Jan-04 15:19
Member 82457919-Jan-04 15:19 
GeneralRe: Pls help me!! Pin
gpa200020-Jan-04 21:32
gpa200020-Jan-04 21:32 
GeneralDeploy VBA script for Outlook Pin
staft19-Jan-04 14:54
staft19-Jan-04 14:54 
GeneralHELP ME PLEASE Pin
RobertAdam8218-Jan-04 8:24
RobertAdam8218-Jan-04 8:24 

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.