Click here to Skip to main content
15,924,196 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Open a binary file and dispaly the content Pin
CPallini3-Dec-06 6:47
mveCPallini3-Dec-06 6:47 
GeneralRe: Open a binary file and dispaly the content Pin
epuwi3-Dec-06 7:09
epuwi3-Dec-06 7:09 
GeneralRe: Open a binary file and dispaly the content Pin
CPallini3-Dec-06 8:28
mveCPallini3-Dec-06 8:28 
GeneralRe: Open a binary file and dispaly the content Pin
epuwi3-Dec-06 8:34
epuwi3-Dec-06 8:34 
QuestionHow to code an overlay inside a game like how FRAPS works? Pin
RDarrylR3-Dec-06 4:59
RDarrylR3-Dec-06 4:59 
QuestionEnumerating control handle in a dialog Pin
Super Hornet3-Dec-06 4:08
Super Hornet3-Dec-06 4:08 
AnswerRe: Enumerating control handle in a dialog Pin
CPallini3-Dec-06 6:46
mveCPallini3-Dec-06 6:46 
AnswerRe: Enumerating control handle in a dialog Pin
Mark Salsbery3-Dec-06 6:48
Mark Salsbery3-Dec-06 6:48 
If you have the control's ID:

HWND hwndCtrl = ::GetDlgItem(hwndDlg, ID_CONTROL);


Mark
QuestionRe: Enumerating control handle in a dialog Pin
Super Hornet3-Dec-06 7:26
Super Hornet3-Dec-06 7:26 
AnswerRe: Enumerating control handle in a dialog Pin
Mark Salsbery3-Dec-06 8:01
Mark Salsbery3-Dec-06 8:01 
AnswerRe: Enumerating control handle in a dialog Pin
CPallini3-Dec-06 8:22
mveCPallini3-Dec-06 8:22 
AnswerRe: Enumerating control handle in a dialog Pin
ThatsAlok3-Dec-06 18:35
ThatsAlok3-Dec-06 18:35 
AnswerRe: Enumerating control handle in a dialog Pin
Hamid_RT15-Dec-06 7:08
Hamid_RT15-Dec-06 7:08 
Questionhow can i rotate a radio [modified] Pin
selectgood3-Dec-06 3:41
selectgood3-Dec-06 3:41 
AnswerRe: how can i rotate a radio Pin
Hamid_RT15-Dec-06 7:08
Hamid_RT15-Dec-06 7:08 
QuestionHow to get the object or resource id of dialog controls? Pin
Super Hornet3-Dec-06 3:00
Super Hornet3-Dec-06 3:00 
AnswerRe: How to get the object or resource id of dialog controls? Pin
CPallini3-Dec-06 6:45
mveCPallini3-Dec-06 6:45 
GeneralRe: How to get the object or resource id of dialog controls? Pin
Super Hornet3-Dec-06 7:03
Super Hornet3-Dec-06 7:03 
GeneralRe: How to get the object or resource id of dialog controls? Pin
ThatsAlok3-Dec-06 18:36
ThatsAlok3-Dec-06 18:36 
GeneralRe: How to get the object or resource id of dialog controls? Pin
CPallini4-Dec-06 8:04
mveCPallini4-Dec-06 8:04 
GeneralRe: How to get the object or resource id of dialog controls? Pin
ThatsAlok4-Dec-06 18:11
ThatsAlok4-Dec-06 18:11 
QuestionAnyone can help with writing recursive functionthat determines the level in the BST? Pin
Rooro3-Dec-06 2:38
Rooro3-Dec-06 2:38 
QuestionCToolTipCtrl problem Pin
YaronNir3-Dec-06 1:57
YaronNir3-Dec-06 1:57 
QuestionSetFont Pin
Hadi Dayvary3-Dec-06 1:50
professionalHadi Dayvary3-Dec-06 1:50 
AnswerRe: SetFont Pin
CPallini3-Dec-06 6:40
mveCPallini3-Dec-06 6:40 

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.