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

C / C++ / MFC

 
AnswerRe: how to distiguish an object ,, when send by socket Pin
valikac6-Feb-04 9:05
valikac6-Feb-04 9:05 
GeneralChanging External Dependencies Pin
Franz Klein6-Feb-04 4:08
Franz Klein6-Feb-04 4:08 
QuestionSending keys in MFC? Pin
Dev5786-Feb-04 3:49
Dev5786-Feb-04 3:49 
AnswerRe: Sending keys in MFC? Pin
David Crow6-Feb-04 4:16
David Crow6-Feb-04 4:16 
GeneralThanks Pin
Dev5786-Feb-04 5:05
Dev5786-Feb-04 5:05 
GeneralCBT Hook and WriteFile problems Pin
jtmille333333333336-Feb-04 3:48
jtmille333333333336-Feb-04 3:48 
GeneralRe: CBT Hook and WriteFile problems Pin
David Crow6-Feb-04 4:36
David Crow6-Feb-04 4:36 
GeneralRe: CBT Hook and WriteFile problems Pin
jtmille333333333339-Feb-04 10:30
jtmille333333333339-Feb-04 10:30 
The error I retrieve from GetLastError tells me that I have an ERROR_INVALID_HANDLE. This doesn't make a whole lot of sense to me because my file handle is in the data_segment part of my dll so it should be shared. I can successfully write from my MouseProc callback function as well. The only time it fails to write is when I want it to record a process being created. Further complications come up when I can successfully call
::MessageBox(NULL,createWnd->lpcs->lpszName,"Name",0);
successfully, but
::OutputDebugString(createWnd->lpcs->lpszName);
fails to write to the debug window. I just don't know how to get at that data in the CBT_CREATEWND struct when the process is being created.
QuestionCD audio data in memory to WMA? Pin
zhaopzhi6-Feb-04 3:36
zhaopzhi6-Feb-04 3:36 
GeneralOpenGL help (URGENT) Pin
ArFuk6-Feb-04 3:32
ArFuk6-Feb-04 3:32 
GeneralRe: OpenGL help (URGENT) Pin
Alexander M.,6-Feb-04 4:20
Alexander M.,6-Feb-04 4:20 
GeneralRe: OpenGL help (URGENT) Pin
ArFuk6-Feb-04 4:34
ArFuk6-Feb-04 4:34 
GeneralRe: OpenGL help (URGENT) Pin
ZoogieZork6-Feb-04 4:54
ZoogieZork6-Feb-04 4:54 
GeneralRe: OpenGL help (URGENT) Pin
ArFuk6-Feb-04 5:03
ArFuk6-Feb-04 5:03 
GeneralRe: OpenGL help (URGENT) Pin
AORD7-Feb-04 16:57
AORD7-Feb-04 16:57 
GeneralCoding time comparisons across languages Pin
jspano6-Feb-04 3:28
jspano6-Feb-04 3:28 
GeneralRe: Coding time comparisons across languages Pin
Maximilien6-Feb-04 3:46
Maximilien6-Feb-04 3:46 
GeneralRe: Coding time comparisons across languages Pin
jspano6-Feb-04 3:49
jspano6-Feb-04 3:49 
GeneralRe: Coding time comparisons across languages Pin
Jim Crafton6-Feb-04 4:41
Jim Crafton6-Feb-04 4:41 
GeneralRe: Coding time comparisons across languages Pin
jspano6-Feb-04 6:51
jspano6-Feb-04 6:51 
GeneralRe: Coding time comparisons across languages Pin
Jim Crafton7-Feb-04 3:46
Jim Crafton7-Feb-04 3:46 
GeneralRe: Coding time comparisons across languages Pin
ZoogieZork6-Feb-04 4:58
ZoogieZork6-Feb-04 4:58 
GeneralRe: Coding time comparisons across languages Pin
Nemanja Trifunovic6-Feb-04 5:40
Nemanja Trifunovic6-Feb-04 5:40 
GeneralRe: Coding time comparisons across languages Pin
jspano6-Feb-04 6:51
jspano6-Feb-04 6:51 
GeneralRe: Coding time comparisons across languages Pin
Jim Crafton7-Feb-04 3:44
Jim Crafton7-Feb-04 3:44 

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.