Click here to Skip to main content

C / C++ / MFC

    RSS: RSS Feed

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
QuestionHook calls to an API? PinmemberOmnicoder11:09 20 Nov '09  
AnswerRe: Hook calls to an API? Pinmember«_Superman_»11:54 20 Nov '09  
QuestionNetwork Drives PinmemberBram van Kampen9:56 20 Nov '09  
AnswerRe: Network Drives Pinmember«_Superman_»10:19 20 Nov '09  
GeneralRe: Network Drives PinmemberBram van Kampen10:30 20 Nov '09  
QuestionHandle to child windows in Start Menu? Pinmemberyeswekey8:00 20 Nov '09  
AnswerRe: Handle to child windows in Start Menu? Pinmember«_Superman_»8:19 20 Nov '09  
The Run window is not a child of Shell_TrayWnd.
This is why EnumChildWindows doesn't work for you.
 
The Run Dialog is an independent dialog whose parent is the desktop.
In your case you can get notification that a dialog is appearing by writing a global shell hook using SetWindowsHookEx.
Check if the dialog is the Run dialog and then change its title.
 
«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: Handle to child windows in Start Menu? PinmemberOmnicoder11:11 20 Nov '09  
GeneralRe: Handle to child windows in Start Menu? PinmvpDavidCrow11:13 20 Nov '09  
GeneralRe: Handle to child windows in Start Menu? PinmemberOmnicoder11:15 20 Nov '09  
GeneralRe: Handle to child windows in Start Menu? Pinmemberyeswekey20:22 21 Nov '09  
Questionoperator over loading problem? Pinmemberyork5287:22 20 Nov '09  
AnswerRe: operator over loading problem? Pinmemberjosda10009:17 20 Nov '09  
GeneralRe: operator over loading problem? Pinmemberyork52823:43 20 Nov '09  
GeneralRe: operator over loading problem? PinmemberLim Bio Liong23:25 22 Nov '09  
GeneralRe: operator over loading problem? Pinmemberyork52819:14 23 Nov '09  
GeneralRe: operator over loading problem? PinmemberLim Bio Liong0:10 24 Nov '09  
Questionpow function appears to fail randomly. PinmemberMember 20887:21 20 Nov '09  
AnswerRe: pow function appears to fail randomly. PinmemberRichard MacCutchan7:43 20 Nov '09  
GeneralRe: pow function appears to fail randomly. PinmemberMember 20888:03 20 Nov '09  
GeneralRe: pow function appears to fail randomly. PinmemberRichard MacCutchan8:14 20 Nov '09  
GeneralRe: pow function appears to fail randomly. PinmemberMember 20888:46 20 Nov '09  
GeneralRe: pow function appears to fail randomly. Pinmemberjosda10009:09 20 Nov '09  
GeneralRe: pow function appears to fail randomly. PinmemberMember 208812:55 20 Nov '09  
GeneralRe: pow function appears to fail randomly. PinmemberRichard MacCutchan0:07 21 Nov '09  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web03 | 2.5.120210.1 | Last Updated 13 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid