Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Disable and grey out menu item Pin
Mark Salsbery30-Jul-07 13:58
Mark Salsbery30-Jul-07 13:58 
QuestionRe: Disable and grey out menu item Pin
Johpoke30-Jul-07 21:54
Johpoke30-Jul-07 21:54 
Questionunexistent MailSlots doesn't return error. Pin
r3dqu33n30-Jul-07 10:13
r3dqu33n30-Jul-07 10:13 
QuestionMemory read error on Win2K, but not on XP Pin
Joe Smith IX30-Jul-07 7:15
Joe Smith IX30-Jul-07 7:15 
AnswerRe: Memory read error on Win2K, but not on XP Pin
Mark Salsbery30-Jul-07 8:00
Mark Salsbery30-Jul-07 8:00 
GeneralRe: Memory read error on Win2K, but not on XP Pin
Joe Smith IX30-Jul-07 8:38
Joe Smith IX30-Jul-07 8:38 
GeneralRe: Memory read error on Win2K, but not on XP Pin
Mark Salsbery30-Jul-07 8:46
Mark Salsbery30-Jul-07 8:46 
GeneralRe: Memory read error on Win2K, but not on XP Pin
Joe Smith IX30-Jul-07 9:08
Joe Smith IX30-Jul-07 9:08 
Does this mean there is ABSOLUTELY no way this code could run in Win2K?
(If you see header part on http://www.codeproject.com/buttonctrl/WowButtons.asp[^], you can see that it SHOULD run even on Win95/NT4. Or I shouldn't rely on this information?)

If that so, is there any way I can differentiate which code is executed depending on the windows version? (The declaration is in the .h file, not in .cpp)
Can I do something like: (pseudo-code) in the .h file

class CMyDlg : public CDialog
{
...
// Dialog Data
	//{{AFX_DATA(CLoginDlg)
	enum { IDD = IDD_MYDLG };
if(WindowsVersion>=XP)
  ThemeButton m_btn1;
else
  CButton m_btn1;
...
	//}}AFX_DATA
...
}

GeneralRe: Memory read error on Win2K, but not on XP Pin
Mark Salsbery30-Jul-07 9:58
Mark Salsbery30-Jul-07 9:58 
GeneralRe: Memory read error on Win2K, but not on XP Pin
led mike30-Jul-07 11:31
led mike30-Jul-07 11:31 
GeneralRe: Memory read error on Win2K, but not on XP Pin
Mark Salsbery30-Jul-07 14:45
Mark Salsbery30-Jul-07 14:45 
GeneralRe: Memory read error on Win2K, but not on XP [modified] Pin
Joe Smith IX30-Jul-07 16:55
Joe Smith IX30-Jul-07 16:55 
GeneralRe: Memory read error on Win2K, but not on XP Pin
Rick York30-Jul-07 9:52
mveRick York30-Jul-07 9:52 
GeneralRe: Memory read error on Win2K, but not on XP Pin
Joe Smith IX30-Jul-07 17:22
Joe Smith IX30-Jul-07 17:22 
QuestionParsing C files? Pin
julvr230-Jul-07 5:06
julvr230-Jul-07 5:06 
AnswerRe: Parsing C files? Pin
David Crow30-Jul-07 5:21
David Crow30-Jul-07 5:21 
AnswerRe: Parsing C files? Pin
Iain Clarke, Warrior Programmer30-Jul-07 5:38
Iain Clarke, Warrior Programmer30-Jul-07 5:38 
GeneralRe: Parsing C files? Pin
julvr230-Jul-07 6:00
julvr230-Jul-07 6:00 
GeneralRe: Parsing C files? Pin
Robert Surtees31-Jul-07 6:35
Robert Surtees31-Jul-07 6:35 
Questionneed help with thread functions Pin
alberthyc30-Jul-07 4:17
alberthyc30-Jul-07 4:17 
AnswerRe: need help with thread functions Pin
CPallini30-Jul-07 4:33
mveCPallini30-Jul-07 4:33 
GeneralRe: need help with thread functions Pin
alberthyc30-Jul-07 4:42
alberthyc30-Jul-07 4:42 
QuestionA bit generic... Pin
CPallini30-Jul-07 4:50
mveCPallini30-Jul-07 4:50 
GeneralRe: need help with thread functions Pin
julvr230-Jul-07 4:59
julvr230-Jul-07 4:59 
GeneralRe: need help with thread functions Pin
alberthyc30-Jul-07 6:06
alberthyc30-Jul-07 6:06 

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.