Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to exchange message between different pages in tab control? Pin
Nelek6-Nov-07 21:49
protectorNelek6-Nov-07 21:49 
AnswerRe: How to exchange message between different pages in tab control? Pin
Sam Hobbs6-Nov-07 15:57
Sam Hobbs6-Nov-07 15:57 
QuestionWindows Clipboard in C/C++: Migrating from VB6 to C Pin
Capitanevs6-Nov-07 7:22
Capitanevs6-Nov-07 7:22 
AnswerRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
David Crow6-Nov-07 7:43
David Crow6-Nov-07 7:43 
GeneralRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
Capitanevs6-Nov-07 12:22
Capitanevs6-Nov-07 12:22 
GeneralRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
Nelek6-Nov-07 21:46
protectorNelek6-Nov-07 21:46 
AnswerRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
bob169726-Nov-07 16:53
bob169726-Nov-07 16:53 
AnswerPROBLEM WEIRDLY SOLVED Pin
Capitanevs12-Nov-07 11:33
Capitanevs12-Nov-07 11:33 
I SOLVED THE PROBLEM!

MSDN says EmptyClipboard() call provides the Win Clipboard
being released from avery thread previously attached to
it. Therefore, the OpenClipboard(NULL) call I perform
is vanified by subsequent EmptyClipboard(), and
I need one more OpenClipboard call.

THE STRANGE THING IS THAT THIS IS PERFECTLY TRUE IN C++,
BUT NOT IN VB6, FROM WHICH I WAS MIGRATING THE CODE!!!

mAH?
QuestionMSCORLIB.DLL Pin
shpid3r6-Nov-07 7:16
shpid3r6-Nov-07 7:16 
AnswerRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 8:12
Mark Salsbery6-Nov-07 8:12 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 8:31
shpid3r6-Nov-07 8:31 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 8:40
Mark Salsbery6-Nov-07 8:40 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 8:55
shpid3r6-Nov-07 8:55 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 9:05
Mark Salsbery6-Nov-07 9:05 
QuestionRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:12
shpid3r6-Nov-07 9:12 
AnswerRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 9:18
Mark Salsbery6-Nov-07 9:18 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:30
shpid3r6-Nov-07 9:30 
GeneralRe: MSCORLIB.DLL Pin
David Crow6-Nov-07 10:49
David Crow6-Nov-07 10:49 
QuestionRe: MSCORLIB.DLL Pin
Maximilien6-Nov-07 9:05
Maximilien6-Nov-07 9:05 
AnswerRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:09
shpid3r6-Nov-07 9:09 
GeneralRe: MSCORLIB.DLL Pin
led mike6-Nov-07 11:41
led mike6-Nov-07 11:41 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 11:48
Mark Salsbery6-Nov-07 11:48 
QuestionReading INI sections Pin
ernst.maurer6-Nov-07 4:34
ernst.maurer6-Nov-07 4:34 
AnswerRe: Reading INI sections Pin
toxcct6-Nov-07 4:36
toxcct6-Nov-07 4:36 
QuestionRe: Reading INI sections Pin
David Crow6-Nov-07 7:26
David Crow6-Nov-07 7:26 

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.