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

C / C++ / MFC

 
GeneralTLB Error Load Error - Pin
fadee17-Sep-03 19:38
fadee17-Sep-03 19:38 
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 
I presume, your application thread is blocked by the background operations. So use

GetMessage( &msg, NULL, 0, 0 )
TranslateMessage(&msg);
DispatchMessage(&msg);

in your message loop.

See msdn for more details.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/messagesandmessagequeues/messagesandmessagequeuesreference/messagesandmessagequeuesfunctions/getmessage.asp

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
GeneralRe: Shell_NotifyIcon problem.. Help Techies!! Pin
Magnus Westin18-Sep-03 0:54
Magnus Westin18-Sep-03 0:54 
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 

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.