Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChecking Directory Modified Pin
Dilshad Husain14-Sep-03 5:57
Dilshad Husain14-Sep-03 5:57 
GeneralRe: Checking Directory Modified Pin
Michael Dunn14-Sep-03 6:55
sitebuilderMichael Dunn14-Sep-03 6:55 
GeneralRe: Checking Directory Modified Pin
valikac14-Sep-03 7:05
valikac14-Sep-03 7:05 
GeneralRe: Checking Directory Modified Pin
Dilshad Husain14-Sep-03 19:34
Dilshad Husain14-Sep-03 19:34 
GeneralProblem with CBitmap (MFC prog) Pin
LordOfSword14-Sep-03 5:03
LordOfSword14-Sep-03 5:03 
GeneralRe: Problem with CBitmap (MFC prog) Pin
JWood14-Sep-03 11:30
JWood14-Sep-03 11:30 
GeneralRe: Problem with CBitmap (MFC prog) Pin
PengFeidu14-Sep-03 15:01
PengFeidu14-Sep-03 15:01 
GeneralRe: Problem with CBitmap (MFC prog) Pin
Jagadeesh VN14-Sep-03 20:03
Jagadeesh VN14-Sep-03 20:03 
I presume, you are having problems with multi-threading. 'A thread is supposed to access only those objects which it has created'. If you are trying to copy the new bitmap from the processing thread( not the main thread ) to the Bitmap object created by your main thread, then you have a problem. A workaround would be, to use user-defined windows messages after you are finished with your processing, and thereby notifying your main thread, to copy the newly created bitmap to the original one.

Hope this helps!!!

"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: Problem with CBitmap (MFC prog) Pin
LordOfSword15-Sep-03 5:16
LordOfSword15-Sep-03 5:16 
QuestionHow not to display the seconds in DateTimePicker ctrl?? Pin
YaronNir14-Sep-03 3:44
YaronNir14-Sep-03 3:44 
AnswerRe: How not to display the seconds in DateTimePicker ctrl?? Pin
Michael Dunn14-Sep-03 4:20
sitebuilderMichael Dunn14-Sep-03 4:20 
QuestionSubclassing a tree control? Pin
Kayembi14-Sep-03 3:18
Kayembi14-Sep-03 3:18 
AnswerRe: Subclassing a tree control? Pin
cje15-Sep-03 5:35
cje15-Sep-03 5:35 
GeneralWhere can I get Word Developer's Kit Pin
Mahesh Perumal14-Sep-03 3:18
Mahesh Perumal14-Sep-03 3:18 
Generalloging into irc,user nick please help Pin
thes3cr3t114-Sep-03 1:49
thes3cr3t114-Sep-03 1:49 
GeneralRe: loging into irc,user nick please help Pin
User 665814-Sep-03 3:12
User 665814-Sep-03 3:12 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t114-Sep-03 3:32
thes3cr3t114-Sep-03 3:32 
GeneralRe: loging into irc,user nick please help Pin
User 665814-Sep-03 3:45
User 665814-Sep-03 3:45 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t114-Sep-03 3:48
thes3cr3t114-Sep-03 3:48 
GeneralRe: loging into irc,user nick please help Pin
User 665814-Sep-03 3:52
User 665814-Sep-03 3:52 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t114-Sep-03 7:01
thes3cr3t114-Sep-03 7:01 
GeneralRe: loging into irc,user nick please help Pin
User 665815-Sep-03 9:11
User 665815-Sep-03 9:11 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t116-Sep-03 10:28
thes3cr3t116-Sep-03 10:28 
GeneralRe: loging into irc,user nick please help Pin
User 665817-Sep-03 5:17
User 665817-Sep-03 5:17 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t117-Sep-03 5:21
thes3cr3t117-Sep-03 5:21 

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.