Click here to Skip to main content
15,906,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Web Browser VB.net [modified] Pin
M-Hall10-Feb-07 16:03
M-Hall10-Feb-07 16:03 
GeneralRe: Web Browser VB.net Pin
al96811-Feb-07 9:38
al96811-Feb-07 9:38 
QuestionClosing a modal dialog box in another Windows app... Pin
Waushaka10-Feb-07 14:44
Waushaka10-Feb-07 14:44 
AnswerRe: Closing a modal dialog box in another Windows app... Pin
Christian Graus10-Feb-07 15:16
protectorChristian Graus10-Feb-07 15:16 
GeneralRe: Closing a modal dialog box in another Windows app... Pin
Waushaka10-Feb-07 15:31
Waushaka10-Feb-07 15:31 
GeneralRe: Closing a modal dialog box in another Windows app... Pin
Christian Graus10-Feb-07 15:42
protectorChristian Graus10-Feb-07 15:42 
GeneralRe: Closing a modal dialog box in another Windows app... Pin
Waushaka10-Feb-07 15:49
Waushaka10-Feb-07 15:49 
GeneralRe: Closing a modal dialog box in another Windows app... Pin
Christian Graus10-Feb-07 21:18
protectorChristian Graus10-Feb-07 21:18 
There are C API functions you can p/invoke to go over all the active window handles. If you know the caption text of the window you want, you can find it that way.

You don't want to change the handle, nor is that possible. You want to send it a message, namely WM_CLOSE. SendMessage is the API you want to p/invoke, I think.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

QuestionVB.Net 2005 form reset??? Pin
harveyhanson10-Feb-07 14:03
harveyhanson10-Feb-07 14:03 
AnswerRe: VB.Net 2005 form reset??? Pin
Christian Graus10-Feb-07 14:08
protectorChristian Graus10-Feb-07 14:08 
GeneralRe: VB.Net 2005 form reset??? Pin
harveyhanson10-Feb-07 14:10
harveyhanson10-Feb-07 14:10 
GeneralRe: VB.Net 2005 form reset??? Pin
Christian Graus10-Feb-07 14:28
protectorChristian Graus10-Feb-07 14:28 
QuestionVBA Excel Macros Question - Saving Pictures From the Web Pin
ghettoneck10-Feb-07 12:00
ghettoneck10-Feb-07 12:00 
AnswerRe: VBA Excel Macros Question - Saving Pictures From the Web Pin
Dave Kreskowiak10-Feb-07 13:04
mveDave Kreskowiak10-Feb-07 13:04 
GeneralRe: VBA Excel Macros Question - Saving Pictures From the Web Pin
ghettoneck10-Feb-07 13:33
ghettoneck10-Feb-07 13:33 
GeneralRe: VBA Excel Macros Question - Saving Pictures From the Web Pin
ghettoneck10-Feb-07 13:42
ghettoneck10-Feb-07 13:42 
QuestionUnpacking in VB.Net Pin
al96810-Feb-07 9:48
al96810-Feb-07 9:48 
Questionform/databse/if statement question. Pin
jady8410-Feb-07 7:17
jady8410-Feb-07 7:17 
AnswerRe: form/databse/if statement question. Pin
Dave Kreskowiak10-Feb-07 8:17
mveDave Kreskowiak10-Feb-07 8:17 
GeneralRe: form/databse/if statement question. Pin
jady8410-Feb-07 11:24
jady8410-Feb-07 11:24 
GeneralRe: form/databse/if statement question. Pin
Christian Graus10-Feb-07 11:37
protectorChristian Graus10-Feb-07 11:37 
AnswerRe: form/databse/if statement question. Pin
Guffa10-Feb-07 11:38
Guffa10-Feb-07 11:38 
GeneralRe: form/databse/if statement question. Pin
jady8410-Feb-07 13:15
jady8410-Feb-07 13:15 
GeneralRe: form/databse/if statement question. Pin
Christian Graus10-Feb-07 14:43
protectorChristian Graus10-Feb-07 14:43 
GeneralRe: form/databse/if statement question. Pin
jady8411-Feb-07 4:22
jady8411-Feb-07 4:22 

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.