Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: network Pin
fatidarya1-Oct-06 20:29
fatidarya1-Oct-06 20:29 
GeneralRe: network Pin
Dave Kreskowiak2-Oct-06 3:12
mveDave Kreskowiak2-Oct-06 3:12 
QuestionData Source name not defined and default driver specified Pin
bony_baba29-Sep-06 18:51
bony_baba29-Sep-06 18:51 
AnswerRe: Data Source name not defined and default driver specified Pin
Dave Kreskowiak1-Oct-06 14:46
mveDave Kreskowiak1-Oct-06 14:46 
QuestionHow to deploy a project? Pin
cstrader23229-Sep-06 17:37
cstrader23229-Sep-06 17:37 
AnswerRe: How to deploy a project? Pin
Dave Kreskowiak1-Oct-06 14:51
mveDave Kreskowiak1-Oct-06 14:51 
QuestionUnable to shut down windows with VB.Net App loaded. Pin
Dick Bellnier29-Sep-06 14:52
Dick Bellnier29-Sep-06 14:52 
AnswerRe: Unable to shut down windows with VB.Net App loaded. Pin
Dave Kreskowiak1-Oct-06 14:55
mveDave Kreskowiak1-Oct-06 14:55 
You don't have to override WndProc to do this.

Does your app spawn any threads? This is probably the most common cause of this problem. Any threads have to be terminated before your app closes, unless the threads are tagged as Background threads.

Another is some people decide to handle the Form Close event so they can minize their form to the System Tray. But, it's usually not done properly because they forget that this event fires during Windows shutdown to close your application.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionReading and renaming Excel Files Help Needed Pin
CraigBob29-Sep-06 13:36
CraigBob29-Sep-06 13:36 
Questionhow to reflect changes Pin
praveen kumar mahto29-Sep-06 3:09
praveen kumar mahto29-Sep-06 3:09 
AnswerRe: how to reflect changes Pin
Guffa29-Sep-06 3:27
Guffa29-Sep-06 3:27 
AnswerRe: how to reflect changes Pin
Kschuler29-Sep-06 10:33
Kschuler29-Sep-06 10:33 
Questioncombobox sort/index problem Pin
chrishowell29-Sep-06 1:43
chrishowell29-Sep-06 1:43 
AnswerRe: combobox sort/index problem Pin
Christian Graus29-Sep-06 10:47
protectorChristian Graus29-Sep-06 10:47 
QuestionREmoting Pin
maryamnet29-Sep-06 1:04
maryamnet29-Sep-06 1:04 
Questiondatatable.columns.add(datacolumn, index) Pin
jcrussell29-Sep-06 0:39
jcrussell29-Sep-06 0:39 
AnswerRe: datatable.columns.add(datacolumn, index) Pin
Dave Kreskowiak29-Sep-06 6:32
mveDave Kreskowiak29-Sep-06 6:32 
QuestionRe: datatable.columns.add(datacolumn, index) Pin
jcrussell2-Oct-06 14:30
jcrussell2-Oct-06 14:30 
AnswerRe: datatable.columns.add(datacolumn, index) Pin
Dave Kreskowiak2-Oct-06 14:57
mveDave Kreskowiak2-Oct-06 14:57 
QuestionRe: datatable.columns.add(datacolumn, index) Pin
jcrussell2-Oct-06 15:04
jcrussell2-Oct-06 15:04 
AnswerRe: datatable.columns.add(datacolumn, index) Pin
Dave Kreskowiak2-Oct-06 16:32
mveDave Kreskowiak2-Oct-06 16:32 
QuestionHow to enable checkbox option in Save Dialog Box [modified] Pin
vikram13828-Sep-06 23:47
vikram13828-Sep-06 23:47 
AnswerRe: How to enable checkbox option in Save Dialog Box Pin
Dave Kreskowiak29-Sep-06 6:28
mveDave Kreskowiak29-Sep-06 6:28 
Questiondeploying app with xp themes Pin
ashhorner28-Sep-06 23:42
ashhorner28-Sep-06 23:42 
QuestionBitwise Enum and the <Flags()> [modified] Pin
Alsvha28-Sep-06 22:08
Alsvha28-Sep-06 22:08 

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.