Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: cin subtutitute in vc++ Pin
Eytukan16-Dec-06 5:24
Eytukan16-Dec-06 5:24 
QuestionDisable Menu Item. Pin
Kiran Pinjala15-Dec-06 23:01
Kiran Pinjala15-Dec-06 23:01 
AnswerRe: Disable Menu Item. Pin
Vinod Sankaranarayanan15-Dec-06 23:27
Vinod Sankaranarayanan15-Dec-06 23:27 
GeneralRe: Disable Menu Item. Pin
Kiran Pinjala15-Dec-06 23:32
Kiran Pinjala15-Dec-06 23:32 
GeneralRe: Disable Menu Item. Pin
CPallini15-Dec-06 23:41
mveCPallini15-Dec-06 23:41 
GeneralRe: Disable Menu Item. Pin
Vinod Sankaranarayanan16-Dec-06 0:07
Vinod Sankaranarayanan16-Dec-06 0:07 
AnswerRe: Disable Menu Item. Pin
Hamid_RT16-Dec-06 0:35
Hamid_RT16-Dec-06 0:35 
Questionhow to use HWND provided by SPY++ in my Application [modified] Pin
swarup15-Dec-06 22:30
swarup15-Dec-06 22:30 
hi ok as guys are not able to understand what i am asking i will try to be specific

run spy++ and in windows section(ctrl+w) you see different windows handel values,
i want to use one of those value in my program and send a message to that particular window, defined by the window handel id,

exm:
in spy++ one appliction window has id 2222
i want to send message to 2222 window handel id
how to do tht,
as far i know u simply cant do like this HWND h=2222;

my app
for suppose there is xyz window or application, i query for HWND in Spy++, it returns me 2222, i want to use tht value in my application to send a message to tht window,
SendMessage( hwnd a, ...,...,...);
how to do hwnd a = 2222;

any idea or suggestion,
the basic doubt is how to use a handel value provided by spy++, if app does nt have a window or a hidden application or tray icon.


-- modified at 17:10 Sunday 17th December, 2006
AnswerRe: how to use HWND provided by SPY++ in my Application Pin
prasad_som16-Dec-06 0:10
prasad_som16-Dec-06 0:10 
GeneralRe: how to use HWND provided by SPY++ in my Application Pin
CPallini16-Dec-06 0:40
mveCPallini16-Dec-06 0:40 
GeneralRe: how to use HWND provided by SPY++ in my Application Pin
swarup16-Dec-06 4:25
swarup16-Dec-06 4:25 
AnswerRe: how to use HWND provided by SPY++ in my Application Pin
prasad_som16-Dec-06 23:55
prasad_som16-Dec-06 23:55 
GeneralRe: how to use HWND provided by SPY++ in my Application Pin
swarup17-Dec-06 11:10
swarup17-Dec-06 11:10 
AnswerRe: how to use HWND provided by SPY++ in my Application Pin
prasad_som17-Dec-06 18:29
prasad_som17-Dec-06 18:29 
GeneralRe: how to use HWND provided by SPY++ in my Application Pin
swarup17-Dec-06 22:49
swarup17-Dec-06 22:49 
AnswerRe: how to use HWND provided by SPY++ in my Application Pin
prasad_som16-Dec-06 23:52
prasad_som16-Dec-06 23:52 
GeneralRe: how to use HWND provided by SPY++ in my Application Pin
CPallini17-Dec-06 4:05
mveCPallini17-Dec-06 4:05 
GeneralRe: how to use HWND provided by SPY++ in my Application Pin
prasad_som17-Dec-06 18:33
prasad_som17-Dec-06 18:33 
AnswerRe: how to use HWND provided by SPY++ in my Application Pin
swarup30-Dec-06 4:44
swarup30-Dec-06 4:44 
QuestionDialog Static ControlTrouble Pin
mike holleywell15-Dec-06 15:38
mike holleywell15-Dec-06 15:38 
AnswerRe: Dialog Static ControlTrouble Pin
Mark Salsbery15-Dec-06 15:59
Mark Salsbery15-Dec-06 15:59 
GeneralRe: Dialog Static ControlTrouble Pin
mike holleywell15-Dec-06 16:30
mike holleywell15-Dec-06 16:30 
GeneralRe: Dialog Static ControlTrouble Pin
Hamid_RT15-Dec-06 18:07
Hamid_RT15-Dec-06 18:07 
GeneralRe: Dialog Static ControlTrouble Pin
mike holleywell16-Dec-06 0:35
mike holleywell16-Dec-06 0:35 
GeneralRe: Dialog Static ControlTrouble Pin
Mark Salsbery16-Dec-06 8:31
Mark Salsbery16-Dec-06 8:31 

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.