Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Saving CString to text file Pin
23-Oct-01 5:12
suss23-Oct-01 5:12 
QuestionHow to save a binary resource file to disk Pin
Xenion23-Oct-01 0:06
Xenion23-Oct-01 0:06 
AnswerRe: How to save a binary resource file to disk Pin
Christian Graus23-Oct-01 0:45
protectorChristian Graus23-Oct-01 0:45 
Generaltextcolor Pin
22-Oct-01 23:46
suss22-Oct-01 23:46 
GeneralRe: textcolor Pin
Christian Graus22-Oct-01 23:51
protectorChristian Graus22-Oct-01 23:51 
GeneralRe: textcolor Pin
24-Oct-01 3:25
suss24-Oct-01 3:25 
QuestionXP will change my user interface? Pin
Joan M22-Oct-01 23:36
professionalJoan M22-Oct-01 23:36 
AnswerRe: XP will change my user interface? Pin
Christian Graus22-Oct-01 23:48
protectorChristian Graus22-Oct-01 23:48 
It will make no difference whatsoever - you will still link to the same dll if it's static or dynamic. All apps under Window XP look different ( I am using it ) because of how it shows things like the system menu ( the buttons on the top right of a window ), the window frame itself, etc. Every app I have written, static or dynamic, all look the same under XP, they all have the XP look and feel about them.

Apps will look like they are under XP if they are under XP or if you hack the absolute hell out of them to try and make them look similar. Otherwise, they will look like other apps under the version of Windows you are running. Also, if you want to write using newer features of Windows that require later versions of the OS, you'll need to get the Platform SDK from the Microsoft site ( download at your peril, I always get the CD ). Note that using functions like TransparentBlt will render your code inoperable under earlier versions unless you late load the dll's required and do some checking of your OS version to ensure that functionality not supported by the OS is not offered to the user.


Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
AnswerRe: XP will change my user interface? Pin
Ashman22-Oct-01 23:48
Ashman22-Oct-01 23:48 
AnswerRe: XP will change my user interface? Pin
Tomasz Sowinski23-Oct-01 2:35
Tomasz Sowinski23-Oct-01 2:35 
GeneralSystem tray icons not showing in XP or 2k Pin
Ashman22-Oct-01 23:35
Ashman22-Oct-01 23:35 
GeneralWhen press Enter Key Pin
22-Oct-01 22:29
suss22-Oct-01 22:29 
GeneralRe: When press Enter Key Pin
Jonas Larsson22-Oct-01 22:33
Jonas Larsson22-Oct-01 22:33 
GeneralRe: When press Enter Key Pin
Cris23-Oct-01 2:34
Cris23-Oct-01 2:34 
GeneralRe: When press Enter Key Pin
Michael Dunn22-Oct-01 22:35
sitebuilderMichael Dunn22-Oct-01 22:35 
GeneralDestroying COleSafeArray ... Pin
Hadi Rezaee22-Oct-01 18:41
Hadi Rezaee22-Oct-01 18:41 
GeneralRe: Destroying COleSafeArray ... Pin
Christian Graus22-Oct-01 18:47
protectorChristian Graus22-Oct-01 18:47 
Questiona Console Question ? Pin
The_Server22-Oct-01 17:39
The_Server22-Oct-01 17:39 
AnswerRe: a Console Question ? Pin
Ben Burnett22-Oct-01 20:14
Ben Burnett22-Oct-01 20:14 
GeneralRe: a Console Question ? Pin
The_Server22-Oct-01 20:43
The_Server22-Oct-01 20:43 
GeneralAnother Console Question ? Pin
The_Server22-Oct-01 20:52
The_Server22-Oct-01 20:52 
GeneralRe: Another Console Question ? Pin
Christian Graus22-Oct-01 21:04
protectorChristian Graus22-Oct-01 21:04 
GeneralRe: Another Console Question ? Pin
The_Server22-Oct-01 21:12
The_Server22-Oct-01 21:12 
GeneralCListBox::ItemFromPoint() Pin
PJ Arends22-Oct-01 16:26
professionalPJ Arends22-Oct-01 16:26 
GeneralRe: CListBox::ItemFromPoint() Pin
Christian Graus22-Oct-01 18:57
protectorChristian Graus22-Oct-01 18:57 

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.