Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNewbie to MFCs (Image Processing help) Pin
vishal_c20-Nov-09 12:42
vishal_c20-Nov-09 12:42 
AnswerRe: Newbie to MFCs (Image Processing help) Pin
LunaticFringe20-Nov-09 12:53
LunaticFringe20-Nov-09 12:53 
QuestionHook calls to an API? Pin
o m n i20-Nov-09 10:09
o m n i20-Nov-09 10:09 
AnswerRe: Hook calls to an API? Pin
«_Superman_»20-Nov-09 10:54
professional«_Superman_»20-Nov-09 10:54 
QuestionNetwork Drives Pin
Bram van Kampen20-Nov-09 8:56
Bram van Kampen20-Nov-09 8:56 
AnswerRe: Network Drives Pin
«_Superman_»20-Nov-09 9:19
professional«_Superman_»20-Nov-09 9:19 
GeneralRe: Network Drives Pin
Bram van Kampen20-Nov-09 9:30
Bram van Kampen20-Nov-09 9:30 
QuestionHandle to child windows in Start Menu? Pin
yeswekey20-Nov-09 7:00
yeswekey20-Nov-09 7:00 
I'm able to find the handle to taskbar using FindWindow("Shell_TrayWnd", NULL);

But I want to find the handle to the window containing the text "Run...". I want to change it. It should change to different values at different time. So I can't patch Explorer.exe

I wanna change its text dynamically using SetWindowText, change its styles etc.
Or create some effects like bounce (by movine the window using some mathematical equation)

I tried EnumChildWindows but that doesn't help me.

Plz tell me a way to get handle the child window that displays "Run..."

I want to change the text, move the position and just play around with it! Big Grin | :-D

(Just a hobby project)

-
S.V.Kaushik

AnswerRe: Handle to child windows in Start Menu? Pin
«_Superman_»20-Nov-09 7:19
professional«_Superman_»20-Nov-09 7:19 
GeneralRe: Handle to child windows in Start Menu? Pin
o m n i20-Nov-09 10:11
o m n i20-Nov-09 10:11 
GeneralRe: Handle to child windows in Start Menu? Pin
David Crow20-Nov-09 10:13
David Crow20-Nov-09 10:13 
GeneralRe: Handle to child windows in Start Menu? Pin
o m n i20-Nov-09 10:15
o m n i20-Nov-09 10:15 
GeneralRe: Handle to child windows in Start Menu? Pin
yeswekey21-Nov-09 19:22
yeswekey21-Nov-09 19:22 
Questionoperator over loading problem? Pin
york52820-Nov-09 6:22
york52820-Nov-09 6:22 
AnswerRe: operator over loading problem? Pin
josda100020-Nov-09 8:17
josda100020-Nov-09 8:17 
GeneralRe: operator over loading problem? Pin
york52820-Nov-09 22:43
york52820-Nov-09 22:43 
GeneralRe: operator over loading problem? Pin
Lim Bio Liong22-Nov-09 22:25
Lim Bio Liong22-Nov-09 22:25 
GeneralRe: operator over loading problem? Pin
york52823-Nov-09 18:14
york52823-Nov-09 18:14 
GeneralRe: operator over loading problem? Pin
Lim Bio Liong23-Nov-09 23:10
Lim Bio Liong23-Nov-09 23:10 
Questionpow function appears to fail randomly. Pin
Member 208820-Nov-09 6:21
Member 208820-Nov-09 6:21 
AnswerRe: pow function appears to fail randomly. Pin
Richard MacCutchan20-Nov-09 6:43
mveRichard MacCutchan20-Nov-09 6:43 
GeneralRe: pow function appears to fail randomly. Pin
Member 208820-Nov-09 7:03
Member 208820-Nov-09 7:03 
GeneralRe: pow function appears to fail randomly. Pin
Richard MacCutchan20-Nov-09 7:14
mveRichard MacCutchan20-Nov-09 7:14 
GeneralRe: pow function appears to fail randomly. Pin
Member 208820-Nov-09 7:46
Member 208820-Nov-09 7:46 
GeneralRe: pow function appears to fail randomly. Pin
josda100020-Nov-09 8:09
josda100020-Nov-09 8:09 

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.