Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGetPixel into RGB Pin
Johpoke8-Dec-06 9:03
Johpoke8-Dec-06 9:03 
QuestionRe: GetPixel into RGB Pin
David Crow8-Dec-06 9:11
David Crow8-Dec-06 9:11 
AnswerRe: GetPixel into RGB Pin
Johpoke8-Dec-06 9:30
Johpoke8-Dec-06 9:30 
QuestionRe: GetPixel into RGB Pin
David Crow8-Dec-06 9:41
David Crow8-Dec-06 9:41 
AnswerRe: GetPixel into RGB Pin
Johpoke8-Dec-06 9:44
Johpoke8-Dec-06 9:44 
GeneralRe: GetPixel into RGB Pin
David Crow8-Dec-06 9:56
David Crow8-Dec-06 9:56 
AnswerRe: GetPixel into RGB (resolved) Pin
Johpoke8-Dec-06 23:05
Johpoke8-Dec-06 23:05 
Questioncontrol another application CheckBox issue, not sticking Pin
leemidgley8-Dec-06 8:50
leemidgley8-Dec-06 8:50 
Hi,

I'm trying to control another application (Acrobat 5 print settings) and I'm telling it to check a checkbox which is working ok, but when I click OK button and go back in the setting is lost. (unchecked)

If I do it manually with mouse then it saves the information, so my question is:-
is there any further window messages to send to the checkbox or window to save the information in the app, I've tried sending UpdateData and UpdateWindow without any luck.

currently doing code:

if(childWnd->GetDlgCtrlID( )==0x63686B39)
{
CButton *btn = (CButton *) wnd2->GetDlgItem(0x63686B39);
btn->SetCheck(TRUE);
}

Thanks,
Lee.




AnswerRe: control another application CheckBox issue, not sticking Pin
David Crow8-Dec-06 9:08
David Crow8-Dec-06 9:08 
Questionprogramming help Pin
hdpc8-Dec-06 7:25
hdpc8-Dec-06 7:25 
QuestionRe: programming help Pin
David Crow8-Dec-06 9:12
David Crow8-Dec-06 9:12 
AnswerRe: programming help Pin
Hamid_RT8-Dec-06 18:07
Hamid_RT8-Dec-06 18:07 
AnswerRe: programming help Pin
S Douglas8-Dec-06 23:56
professionalS Douglas8-Dec-06 23:56 
GeneralRe: programming help Pin
Sam Hobbs11-Dec-06 0:11
Sam Hobbs11-Dec-06 0:11 
GeneralRe: programming help Pin
S Douglas11-Dec-06 0:28
professionalS Douglas11-Dec-06 0:28 
QuestionHow can I read this listview? [modified] Pin
sebmajin8-Dec-06 6:00
sebmajin8-Dec-06 6:00 
AnswerRe: How can I read this listview? Pin
Michael Dunn8-Dec-06 6:05
sitebuilderMichael Dunn8-Dec-06 6:05 
AnswerRe: How can I read this listview? Pin
Maximilien8-Dec-06 6:56
Maximilien8-Dec-06 6:56 
AnswerRe: How can I read this listview? Pin
Waldermort8-Dec-06 7:04
Waldermort8-Dec-06 7:04 
GeneralRe: How can I read this listview? Pin
sebmajin8-Dec-06 7:16
sebmajin8-Dec-06 7:16 
GeneralRe: How can I read this listview? Pin
Waldermort8-Dec-06 7:49
Waldermort8-Dec-06 7:49 
GeneralRe: How can I read this listview? [modified] Pin
sebmajin8-Dec-06 8:24
sebmajin8-Dec-06 8:24 
AnswerRe: How can I read this listview? Pin
sebmajin9-Dec-06 8:27
sebmajin9-Dec-06 8:27 
QuestionString (Hex) to Hex Pin
suguimoto8-Dec-06 5:03
suguimoto8-Dec-06 5:03 
AnswerRe: String (Hex) to Hex Pin
Roger Stoltz8-Dec-06 5:13
Roger Stoltz8-Dec-06 5:13 

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.