Click here to Skip to main content
15,906,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TLB Error Load Error - Pin
Michael P Butler17-Sep-03 22:05
Michael P Butler17-Sep-03 22:05 
GeneralRe: TLB Error Load Error - Pin
fadee17-Sep-03 22:45
fadee17-Sep-03 22:45 
GeneralRe: TLB Error Load Error - Pin
Michael P Butler17-Sep-03 23:09
Michael P Butler17-Sep-03 23:09 
GeneralRe: TLB Error Load Error - Pin
fadee17-Sep-03 23:36
fadee17-Sep-03 23:36 
GeneralShell_NotifyIcon problem.. Help Techies!! Pin
rohit.dhamija17-Sep-03 18:48
rohit.dhamija17-Sep-03 18:48 
GeneralAll the experts seem to be quite busy today... no replies yet Pin
rohit.dhamija17-Sep-03 21:46
rohit.dhamija17-Sep-03 21:46 
GeneralRe: All the experts seem to be quite busy today... no replies yet Pin
Jagadeesh VN17-Sep-03 21:56
Jagadeesh VN17-Sep-03 21:56 
GeneralRe: Shell_NotifyIcon problem.. Help Techies!! Pin
Magnus Westin18-Sep-03 0:54
Magnus Westin18-Sep-03 0:54 
There can be several problems, but the most likely is that you dont get the notification about the tray creation. Following is from MSDN:

Taskbar Creation Notification
With Internet Explorer 4.0 and later, the Shell notifies applications that the taskbar has been created. When the taskbar is created, it registers a message with the TaskbarCreated string and then broadcasts this message to all top-level windows. When your taskbar application receives this message, it should assume that any taskbar icons it added have been removed and add them again. This feature generally applies only to services that are already running when the Shell begins execution. The following example shows a very simplified method for handling this case.


So you will need to do this and then handle that message
m_nTaskbarCreatedMsg = ::RegisterWindowMessage( "TaskbarCreated" );

And take a look at Chris Maunder excellent class
http://www.codeproject.com/shell/systemtray.asp[^]

Magnus
GeneralRe: Shell_NotifyIcon problem.. Help Techies!! Pin
Jagadeesh VN18-Sep-03 1:19
Jagadeesh VN18-Sep-03 1:19 
GeneralRe: Shell_NotifyIcon problem.. Help Techies!! Pin
rohit.dhamija18-Sep-03 20:48
rohit.dhamija18-Sep-03 20:48 
GeneralAuto Run with FloppyDisk Pin
maharsoft17-Sep-03 17:27
maharsoft17-Sep-03 17:27 
GeneralRe: Auto Run with FloppyDisk Pin
Larry Antram17-Sep-03 18:15
Larry Antram17-Sep-03 18:15 
GeneralRe: Auto Run with FloppyDisk Pin
Alexander M.,18-Sep-03 6:23
Alexander M.,18-Sep-03 6:23 
GeneralSetWindowPlacement Doesn't display the Dialogbox properly Pin
vancouver77717-Sep-03 17:18
vancouver77717-Sep-03 17:18 
GeneralRe: SetWindowPlacement Doesn't display the Dialogbox properly Pin
Jagadeesh VN17-Sep-03 21:53
Jagadeesh VN17-Sep-03 21:53 
QuestionChar[1] to UINT ??? Pin
wow999917-Sep-03 16:03
wow999917-Sep-03 16:03 
AnswerRe: Char[1] to UINT ??? Pin
Terry O'Nolley17-Sep-03 17:11
Terry O'Nolley17-Sep-03 17:11 
GeneralRe: Char[1] to UINT ??? Pin
wow999917-Sep-03 19:09
wow999917-Sep-03 19:09 
GeneralRe: Char[1] to UINT ??? Pin
jhwurmbach17-Sep-03 22:57
jhwurmbach17-Sep-03 22:57 
GeneralRe: Char[1] to UINT ??? Pin
Terry O'Nolley18-Sep-03 12:27
Terry O'Nolley18-Sep-03 12:27 
QuestionBitmap from data??? Pin
IceBerG7117-Sep-03 16:01
IceBerG7117-Sep-03 16:01 
GeneralNeed help with Tic-Tac-Toe Pin
Snyp17-Sep-03 14:34
Snyp17-Sep-03 14:34 
GeneralRe: Need help with Tic-Tac-Toe Pin
Terry O'Nolley17-Sep-03 16:43
Terry O'Nolley17-Sep-03 16:43 
GeneralRe: Need help with Tic-Tac-Toe Pin
Snyp17-Sep-03 16:46
Snyp17-Sep-03 16:46 
GeneralDLLs and XP themes... Pin
LukeV17-Sep-03 14:25
LukeV17-Sep-03 14:25 

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.