Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Listing Thread Module Names and Base Addresses Pin
Arman S.14-Oct-05 10:13
Arman S.14-Oct-05 10:13 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Anonymous14-Oct-05 10:32
Anonymous14-Oct-05 10:32 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Abhishek Karnik14-Oct-05 10:48
Abhishek Karnik14-Oct-05 10:48 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Robert M Greene14-Oct-05 11:07
Robert M Greene14-Oct-05 11:07 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Abhishek Karnik14-Oct-05 11:09
Abhishek Karnik14-Oct-05 11:09 
QuestionPassing pointers Pin
Anonymous14-Oct-05 8:22
Anonymous14-Oct-05 8:22 
AnswerRe: Passing pointers Pin
Axter14-Oct-05 15:56
professionalAxter14-Oct-05 15:56 
QuestionFun with CPropertySheets/Pages Pin
Jader8914-Oct-05 8:03
Jader8914-Oct-05 8:03 
Okay, so i have this CPropertySheet with multiple CPropertyPages. It gets data from a socket, that is sent up the line on a timing basis. Im having trouble taking this data, and displaying them into a CEdit display. The problem being, when i first execute my application, the current page that it starts out on is fine to update the display fields, but i get into trouble trying to update fields that arent on the active page. I've noticed, if i go real quick and click the tabs, it works fine there-after. So my question is this, Is there a method in either CPropertyPages or CPropertySheet, that will allow me to initialize all the dialog items? Or is there a way to code the clicking of each tab( which i feel is a poor way to handle this problem, but if it works so be it. ) I've thought of just having some global structures that the once i get the data from the socket, save it to the structure, set some update needed flag, and only check the update flags depending on which page im on, but this seems like alot work for a potentially easy solution ( which cant be that easy, cause i've spent some time on this. ) I appriciate any advice you might have, weather opinion or answer, thanks.
-Jader89

"There are 10 types of people, those who understand binary, and those who don't."
- Somebody, not me.
AnswerRe: Fun with CPropertySheets/Pages Pin
Jader8914-Oct-05 8:04
Jader8914-Oct-05 8:04 
AnswerRe: Fun with CPropertySheets/Pages Pin
Maximilien14-Oct-05 8:58
Maximilien14-Oct-05 8:58 
AnswerRe: Fun with CPropertySheets/Pages Pin
Roger Allen14-Oct-05 9:18
Roger Allen14-Oct-05 9:18 
GeneralRe: Fun with CPropertySheets/Pages Pin
Jader8914-Oct-05 10:28
Jader8914-Oct-05 10:28 
GeneralRe: Fun with CPropertySheets/Pages Pin
Maximilien15-Oct-05 9:07
Maximilien15-Oct-05 9:07 
QuestionHow to handle the ENTER key in the parent window... Pin
Ian Bowler14-Oct-05 7:45
Ian Bowler14-Oct-05 7:45 
AnswerRe: How to handle the ENTER key in the parent window... Pin
Mircea Puiu14-Oct-05 21:35
Mircea Puiu14-Oct-05 21:35 
GeneralRe: How to handle the ENTER key in the parent window... Pin
Ian Bowler15-Oct-05 11:22
Ian Bowler15-Oct-05 11:22 
QuestionHow to use ClearType with GDI+ Pin
MikeG200014-Oct-05 7:31
MikeG200014-Oct-05 7:31 
AnswerRe: How to use ClearType with GDI+ Pin
Mircea Puiu14-Oct-05 21:47
Mircea Puiu14-Oct-05 21:47 
QuestionModless Dialog Box Pin
BuckBrown14-Oct-05 7:26
BuckBrown14-Oct-05 7:26 
QuestionRe: Modless Dialog Box Pin
David Crow14-Oct-05 8:26
David Crow14-Oct-05 8:26 
AnswerRe: Modless Dialog Box Pin
BuckBrown14-Oct-05 8:48
BuckBrown14-Oct-05 8:48 
GeneralRe: Modless Dialog Box Pin
Maximilien14-Oct-05 9:04
Maximilien14-Oct-05 9:04 
GeneralRe: Modless Dialog Box Pin
John R. Shaw14-Oct-05 22:26
John R. Shaw14-Oct-05 22:26 
QuestionSetting record mixer properties inside app Pin
billiam90414-Oct-05 6:02
billiam90414-Oct-05 6:02 
QuestionCDHtmlDialog couldn't trap WM_CHAR Pin
Kene14-Oct-05 5:58
Kene14-Oct-05 5:58 

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.