Click here to Skip to main content
15,881,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating a webpage with all features Pin
kh.pakdaman5-Jan-06 3:00
kh.pakdaman5-Jan-06 3:00 
AnswerRe: Creating a webpage with all features Pin
Maximilien5-Jan-06 4:05
Maximilien5-Jan-06 4:05 
QuestionCDHtmlDialog question ... Pin
Hadi Rezaee5-Jan-06 2:43
Hadi Rezaee5-Jan-06 2:43 
QuestionHow to debug in vc++ Pin
Yuwraj5-Jan-06 1:58
Yuwraj5-Jan-06 1:58 
AnswerRe: How to debug in vc++ Pin
vikas amin5-Jan-06 2:13
vikas amin5-Jan-06 2:13 
AnswerRe: How to debug in vc++ Pin
Bob Stanneveld5-Jan-06 2:29
Bob Stanneveld5-Jan-06 2:29 
QuestionXP style controls Pin
Aqueel5-Jan-06 1:56
Aqueel5-Jan-06 1:56 
AnswerRe: XP style controls Pin
KellyR5-Jan-06 9:03
KellyR5-Jan-06 9:03 
If you're going use the controls provided in the Visual Studio wizard or standard windows controls, the style will depend on the style the user has selected for his or her own desktop.

If someone is using a classic windows desktop, the style will look like windows 98 on that computer. Someone else might be using the default windows XP style which will appear to be what it sounds like you're looking for.

Sorry but I don't know of a way to manually change the styles of your controls if you're using standard windows ones; if there is one, I'd like to know to, so I look forward to someone else answering this post Smile | :)

What you could do is simply write your own button or edit classes instead. Then you can make your controls look like whatever you want. This is what I do for games and other programs that are supposed to look pretty and original. It's not difficult, the basic idea is that you just need to import a few bitmaps into your resources file, blit them onto your device context and catch mouse clicks when they land over the bitmaps. It's especially easy for buttons.

For edit boxes you could just draw edits with no outline overtop of a bitmap that looks like the windows xp style editbox that you're looking for.

Sorry I don't know an easier way to do it Frown | :(

Kelly Ryan
AnswerRe: XP style controls Pin
John R. Shaw5-Jan-06 11:33
John R. Shaw5-Jan-06 11:33 
QuestionHandle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 1:25
george ivanov5-Jan-06 1:25 
AnswerRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
Owner drawn5-Jan-06 1:32
Owner drawn5-Jan-06 1:32 
GeneralRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 1:56
george ivanov5-Jan-06 1:56 
AnswerRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 2:40
george ivanov5-Jan-06 2:40 
GeneralRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
Owner drawn5-Jan-06 19:31
Owner drawn5-Jan-06 19:31 
QuestionToolBar in Win32 Pin
Anilkumar K V5-Jan-06 1:04
Anilkumar K V5-Jan-06 1:04 
AnswerRe: ToolBar in Win32 Pin
Owner drawn5-Jan-06 1:10
Owner drawn5-Jan-06 1:10 
GeneralRe: ToolBar in Win32 Pin
Anilkumar K V5-Jan-06 1:14
Anilkumar K V5-Jan-06 1:14 
AnswerRe: ToolBar in Win32 Pin
Michael Dunn5-Jan-06 8:39
sitebuilderMichael Dunn5-Jan-06 8:39 
GeneralRe: ToolBar in Win32 Pin
Anilkumar K V5-Jan-06 16:42
Anilkumar K V5-Jan-06 16:42 
Questionwhy mfc application hangs on win 2000 but works fine on xp Pin
Member 22716555-Jan-06 0:44
Member 22716555-Jan-06 0:44 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
Anilkumar K V5-Jan-06 1:07
Anilkumar K V5-Jan-06 1:07 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Prakash Nadar5-Jan-06 1:10
Prakash Nadar5-Jan-06 1:10 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Anilkumar K V5-Jan-06 1:16
Anilkumar K V5-Jan-06 1:16 
Generalyes!!! that is my sign Pin
Member 22716555-Jan-06 1:16
Member 22716555-Jan-06 1:16 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
Prakash Nadar5-Jan-06 1:11
Prakash Nadar5-Jan-06 1:11 

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.