Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to convert tiff to pdf and pdf to tiff Pin
Game-point25-Oct-09 20:49
Game-point25-Oct-09 20:49 
GeneralRe: how to convert tiff to pdf and pdf to tiff Pin
eswar pothula25-Oct-09 23:57
eswar pothula25-Oct-09 23:57 
QuestionList Control Selection Pin
hellogany25-Oct-09 19:37
hellogany25-Oct-09 19:37 
AnswerRe: List Control Selection Pin
Code-o-mat25-Oct-09 22:20
Code-o-mat25-Oct-09 22:20 
QuestionCreating objects in a thread. Pin
Nikz225-Oct-09 16:19
Nikz225-Oct-09 16:19 
AnswerRe: Creating objects in a thread. Pin
Neville Franks25-Oct-09 17:14
Neville Franks25-Oct-09 17:14 
AnswerRe: Creating objects in a thread. Pin
Adam Roderick J25-Oct-09 18:36
Adam Roderick J25-Oct-09 18:36 
GeneralRe: Creating objects in a thread. [modified] Pin
Nikz226-Oct-09 5:17
Nikz226-Oct-09 5:17 
Well.. thnx for the info it helped a lot. Now i am using UI-thread. And post messages to thread, etc. And it's all cool. It works. It creates the map of buttons and etc. BUT the problem hasn't been resolved. Buttons doesn't appear on the screen! They are created in memory but doesn't appear. Like i said the same trouble i had with pointers. I create pointer theApp.object = new CObject(...). Then theApp.object->Create(..) and theApp.object->ShowWindow(SW_SHOW) and it didn't show up. But if i write CObject globalobject; and then Create it, it appears correctly. I don't know how is that previously it worked with theApp.lvl = new ... but now it doesn't. But it all exists in the memory. I don't understand.

I noted that the objects actually works. I can click them, but the objects doesn't draw itselfs.

P.S. спасибо за ответ =)

modified on Monday, October 26, 2009 11:59 AM

QuestionMove a bitmap around a window quickly in C++ [modified] Pin
Neville Franks25-Oct-09 11:19
Neville Franks25-Oct-09 11:19 
AnswerRe: Move a bitmap around a window quickly in C++ Pin
«_Superman_»25-Oct-09 11:42
professional«_Superman_»25-Oct-09 11:42 
GeneralRe: Move a bitmap around a window quickly in C++ Pin
Neville Franks25-Oct-09 12:30
Neville Franks25-Oct-09 12:30 
AnswerRe: Move a bitmap around a window quickly in C++ Pin
Code-o-mat25-Oct-09 12:57
Code-o-mat25-Oct-09 12:57 
AnswerRe: Move a bitmap around a window quickly in C++ Pin
Chris Losinger25-Oct-09 16:25
professionalChris Losinger25-Oct-09 16:25 
GeneralRe: Move a bitmap around a window quickly in C++ Pin
Neville Franks25-Oct-09 17:08
Neville Franks25-Oct-09 17:08 
AnswerRe: Move a bitmap around a window quickly in C++ Pin
yzprout25-Oct-09 19:30
yzprout25-Oct-09 19:30 
GeneralRe: Move a bitmap around a window quickly in C++ Pin
Neville Franks25-Oct-09 20:35
Neville Franks25-Oct-09 20:35 
AnswerRe: Move a bitmap around a window quickly in C++ Pin
Stuart Dootson26-Oct-09 1:07
professionalStuart Dootson26-Oct-09 1:07 
GeneralRe: Move a bitmap around a window quickly in C++ Pin
Neville Franks26-Oct-09 10:10
Neville Franks26-Oct-09 10:10 
QuestionEscape Key Pin
MrMcIntyre25-Oct-09 9:27
MrMcIntyre25-Oct-09 9:27 
AnswerRe: Escape Key Pin
Iain Clarke, Warrior Programmer25-Oct-09 9:40
Iain Clarke, Warrior Programmer25-Oct-09 9:40 
GeneralRe: Escape Key Pin
MrMcIntyre25-Oct-09 10:01
MrMcIntyre25-Oct-09 10:01 
GeneralRe: Escape Key Pin
Richard MacCutchan25-Oct-09 12:42
mveRichard MacCutchan25-Oct-09 12:42 
QuestionHello! I urgently need the program code. Help me with!! Pin
vudvpro25-Oct-09 8:48
vudvpro25-Oct-09 8:48 
AnswerRe: Hello! I urgently need the program code. Help me with!! Pin
CPallini25-Oct-09 9:07
mveCPallini25-Oct-09 9:07 
AnswerRe: Hello! I urgently need the program code. Help me with!! Pin
Rajesh R Subramanian25-Oct-09 9:32
professionalRajesh R Subramanian25-Oct-09 9:32 

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.