Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can Debugger show the values in binary form? Pin
Nibu babu thomas31-Dec-08 23:09
Nibu babu thomas31-Dec-08 23:09 
AnswerRe: Can Debugger show the values in binary form? Pin
Jijo.Raj1-Jan-09 9:26
Jijo.Raj1-Jan-09 9:26 
GeneralRe: Can Debugger show the values in binary form? Pin
CPallini1-Jan-09 9:33
mveCPallini1-Jan-09 9:33 
GeneralRe: Can Debugger show the values in binary form? Pin
Jijo.Raj1-Jan-09 9:59
Jijo.Raj1-Jan-09 9:59 
GeneralRe: Can Debugger show the values in binary form? Pin
CPallini1-Jan-09 10:32
mveCPallini1-Jan-09 10:32 
QuestionApplication working fine but seems like system has hanged Pin
VCProgrammer31-Dec-08 20:01
VCProgrammer31-Dec-08 20:01 
AnswerRe: Application working fine but seems like system has hanged Pin
Joseph Marzbani31-Dec-08 20:14
Joseph Marzbani31-Dec-08 20:14 
AnswerRe: Application working fine but seems like system has hanged Pin
Jijo.Raj1-Jan-09 0:13
Jijo.Raj1-Jan-09 0:13 
VCProgrammer wrote:
I have made a worker thread inside my application, now my problem is when I execute my application everything is running fine but my dialog box start displaying not responding and it looks like system is hanged but after few mintues it displays right output.....


Are you doing any lengthy background operation in UI thread? Which ultimately makes your UI freeze. In that case, spawn a new thread and do your background operations there which will make the UI responsive.

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

Questioncheckbox in List control and image Pin
vicky0000031-Dec-08 18:32
vicky0000031-Dec-08 18:32 
AnswerRe: checkbox in List control and image Pin
Nibu babu thomas31-Dec-08 23:22
Nibu babu thomas31-Dec-08 23:22 
GeneralRe: checkbox in List control and image Pin
vicky000001-Jan-09 17:45
vicky000001-Jan-09 17:45 
QuestionAccess Violation 0xC0000005 Pin
whiteclouds31-Dec-08 18:14
whiteclouds31-Dec-08 18:14 
AnswerRe: Access Violation 0xC0000005 Pin
Nibu babu thomas31-Dec-08 23:16
Nibu babu thomas31-Dec-08 23:16 
GeneralRe: Access Violation 0xC0000005 Pin
whiteclouds1-Jan-09 12:46
whiteclouds1-Jan-09 12:46 
Questionprocessor affinity Pin
RomTibi31-Dec-08 13:49
RomTibi31-Dec-08 13:49 
AnswerRe: processor affinity Pin
Mark Salsbery31-Dec-08 15:22
Mark Salsbery31-Dec-08 15:22 
GeneralRe: processor affinity Pin
RomTibi1-Jan-09 2:55
RomTibi1-Jan-09 2:55 
Questionconversion problem Pin
wubousc31-Dec-08 10:17
wubousc31-Dec-08 10:17 
AnswerRe: conversion problem Pin
Rick York31-Dec-08 11:47
mveRick York31-Dec-08 11:47 
GeneralRe: conversion problem Pin
wubousc31-Dec-08 13:32
wubousc31-Dec-08 13:32 
QuestionHow to separate a specified number of Bits from a DWORD? Pin
Joseph Marzbani31-Dec-08 8:16
Joseph Marzbani31-Dec-08 8:16 
AnswerRe: How to separate a specified number of Bits from a DWORD? PinPopular
harold aptroot31-Dec-08 8:25
harold aptroot31-Dec-08 8:25 
AnswerRe: How to separate a specified number of Bits from a DWORD? Pin
Jijo.Raj31-Dec-08 11:54
Jijo.Raj31-Dec-08 11:54 
AnswerRe: How to separate a specified number of Bits from a DWORD? Pin
krmed31-Dec-08 14:12
krmed31-Dec-08 14:12 
GeneralRe: How to separate a specified number of Bits from a DWORD? Pin
Richard Andrew x641-Jan-09 6:52
professionalRichard Andrew x641-Jan-09 6:52 

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.