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

C / C++ / MFC

 
AnswerRe: Where do you put the braces? Pin
Michael Dunn25-May-03 2:56
sitebuilderMichael Dunn25-May-03 2:56 
AnswerRe: Where do you put the braces? Pin
John M. Drescher25-May-03 3:49
John M. Drescher25-May-03 3:49 
AnswerRe: Where do you put the braces? Pin
ZoogieZork25-May-03 10:12
ZoogieZork25-May-03 10:12 
AnswerRe: Where do you put the braces? Pin
John R. Shaw26-May-03 11:33
John R. Shaw26-May-03 11:33 
GeneralMFC dialog enigma Pin
Beer24-May-03 13:44
Beer24-May-03 13:44 
GeneralCustomizing Windows Taskbar Items Pin
3green24-May-03 10:19
3green24-May-03 10:19 
GeneralRe: Customizing Windows Taskbar Items Pin
peterchen24-May-03 10:50
peterchen24-May-03 10:50 
GeneralRe: Customizing Windows Taskbar Items Pin
peterchen25-May-03 11:41
peterchen25-May-03 11:41 
For a dialog-based app:

* Use SetWindowText of the main dialog to set the dialog's title - this text will also appear in the task bar

* Design two dialog resources, one 16x16, the other 32x32, use LoadImage to load them, then use the Dialog's SetIcon to set both the small and the large icon (the small one will be displayed as the dialog's system emnu, and in the taskbar. the large one will be displayed when Alt-Tabbing between apps, as EXE icon in IE, etc.)

There is no documented method (at least none I'm aware of) to show something else in the task bar than in the dialog title. However, there were one or two samples at CP showing how the Taskbar can be rearranged (it's really only a group of radio buttons) - they could have tips how you can customitze them.


"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS

sighist | Agile Programming | doxygen

GeneralCustCntl.h Pin
viktorp24-May-03 7:12
viktorp24-May-03 7:12 
Generalmonitor directory of win95 Pin
includeh1024-May-03 6:15
includeh1024-May-03 6:15 
GeneralRe: monitor directory of win95 Pin
valikac24-May-03 6:39
valikac24-May-03 6:39 
GeneralRe: monitor directory of win95 Pin
Beer24-May-03 14:00
Beer24-May-03 14:00 
GeneralWhere to store configuration data Pin
Trollslayer24-May-03 5:08
mentorTrollslayer24-May-03 5:08 
GeneralRe: Where to store configuration data Pin
valikac24-May-03 6:25
valikac24-May-03 6:25 
GeneralRe: Where to store configuration data Pin
peterchen24-May-03 7:58
peterchen24-May-03 7:58 
GeneralRe: Where to store configuration data Pin
Robert Little24-May-03 17:58
Robert Little24-May-03 17:58 
GeneralRe: Where to store configuration data Pin
Shafiee24-May-03 21:52
Shafiee24-May-03 21:52 
GeneralFound a very good article on CP Pin
Trollslayer25-May-03 0:13
mentorTrollslayer25-May-03 0:13 
GeneralRe: Where to store configuration data Pin
Paul Hooper25-May-03 23:13
Paul Hooper25-May-03 23:13 
GeneralNewbie question about data structures Pin
crs99924-May-03 4:28
crs99924-May-03 4:28 
GeneralRe: Newbie question about data structures Pin
crs99924-May-03 4:31
crs99924-May-03 4:31 
GeneralRe: Newbie question about data structures Pin
Shafiee24-May-03 21:56
Shafiee24-May-03 21:56 
GeneralRe: Newbie question about data structures Pin
Trollslayer25-May-03 0:05
mentorTrollslayer25-May-03 0:05 
GeneralRe: Newbie question about data structures Pin
crs99925-May-03 4:13
crs99925-May-03 4:13 
GeneralREGS in vcpp environment Pin
regsy24-May-03 2:03
sussregsy24-May-03 2:03 

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.