Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Displaying text in taskbar status area Pin
David Crow12-Jul-05 8:26
David Crow12-Jul-05 8:26 
GeneralRe: Displaying text in taskbar status area Pin
venkatesh Madhipatla12-Jul-05 8:41
venkatesh Madhipatla12-Jul-05 8:41 
GeneralRe: Displaying text in taskbar status area Pin
David Crow12-Jul-05 9:54
David Crow12-Jul-05 9:54 
GeneralRe: Displaying text in taskbar status area Pin
venkatesh Madhipatla12-Jul-05 10:09
venkatesh Madhipatla12-Jul-05 10:09 
GeneralRe: Displaying text in taskbar status area Pin
Jose Lamas Rios12-Jul-05 10:41
Jose Lamas Rios12-Jul-05 10:41 
GeneralRe: Displaying text in taskbar status area Pin
venkatesh Madhipatla13-Jul-05 3:21
venkatesh Madhipatla13-Jul-05 3:21 
GeneralRe: Displaying text in taskbar status area Pin
Jose Lamas Rios13-Jul-05 4:06
Jose Lamas Rios13-Jul-05 4:06 
GeneralRe: Displaying text in taskbar status area Pin
venkatesh Madhipatla13-Jul-05 5:57
venkatesh Madhipatla13-Jul-05 5:57 
yes. A taskbar has something called "Status area". so, you can write an application which adds an icon to the status area by calling "Shell_NotifyIcon" API call and your application also get calls back from icons in status area using call back messages.That's how yahoo messenger/msn messenger etc add their icon to the "status area" and change the icon depending on status. Windows also does the same. only thing is windows does it differently. They have clock as text and dynamically update it. In fact, there are sharewares which does the same. But those sharewares to work, you need to remove clock from the task bar and they replace their own clock in that place. Anyway, i just was curious how windows does it.

thanks for participating in this thread.

venkat
GeneralRe: Displaying text in taskbar status area Pin
Nautilus Master13-Aug-05 8:03
Nautilus Master13-Aug-05 8:03 
Generalmaking a path to a file Pin
Camron12-Jul-05 7:48
Camron12-Jul-05 7:48 
GeneralRe: making a path to a file Pin
David Crow12-Jul-05 8:16
David Crow12-Jul-05 8:16 
GeneralRe: making a path to a file Pin
Maximilien12-Jul-05 8:24
Maximilien12-Jul-05 8:24 
QuestionVisual C++ .NET Standard crippled? Pin
Member 30711412-Jul-05 6:56
Member 30711412-Jul-05 6:56 
AnswerRe: Visual C++ .NET Standard crippled? Pin
Kevin McFarlane12-Jul-05 8:16
Kevin McFarlane12-Jul-05 8:16 
GeneralList box question Pin
Tom Wright12-Jul-05 6:49
Tom Wright12-Jul-05 6:49 
GeneralRe: List box question Pin
RChin12-Jul-05 7:02
RChin12-Jul-05 7:02 
GeneralRe: List box question Pin
Tom Wright12-Jul-05 7:14
Tom Wright12-Jul-05 7:14 
GeneralRe: List box question Pin
Jack Puppy12-Jul-05 7:42
Jack Puppy12-Jul-05 7:42 
GeneralGet The Status Of A Thread Pin
yccheok12-Jul-05 6:38
yccheok12-Jul-05 6:38 
GeneralRe: Get The Status Of A Thread Pin
David Crow12-Jul-05 8:19
David Crow12-Jul-05 8:19 
GeneralConvert 24bit bmp to dithered 2bit bmp Pin
Pabs(Sco)12-Jul-05 5:06
Pabs(Sco)12-Jul-05 5:06 
GeneralRe: Convert 24bit bmp to dithered 2bit bmp Pin
Andrew Kirillov12-Jul-05 5:37
Andrew Kirillov12-Jul-05 5:37 
GeneralRe: Convert 24bit bmp to dithered 2bit bmp Pin
Pabs(Sco)12-Jul-05 5:54
Pabs(Sco)12-Jul-05 5:54 
GeneralHELP ME!!!!!! Pin
Member 202519312-Jul-05 4:29
Member 202519312-Jul-05 4:29 
GeneralRe: HELP ME!!!!!! Pin
Jose Lamas Rios12-Jul-05 4:47
Jose Lamas Rios12-Jul-05 4:47 

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.