Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question_unlink() doent work on default address style Pin
AbhishekBK9-May-06 4:27
AbhishekBK9-May-06 4:27 
AnswerRe: _unlink() doent work on default address style Pin
Cedric Moonen9-May-06 4:29
Cedric Moonen9-May-06 4:29 
QuestionWindow Destruction Monitor Pin
SmokingRope229-May-06 4:25
SmokingRope229-May-06 4:25 
Questionhow to get username of a system Pin
usman_0709-May-06 4:20
usman_0709-May-06 4:20 
AnswerRe: how to get username of a system Pin
SmokingRope229-May-06 4:35
SmokingRope229-May-06 4:35 
QuestionPointer address Pin
Frigyes Nagy9-May-06 4:00
Frigyes Nagy9-May-06 4:00 
AnswerRe: Pointer address Pin
Magnus Westin9-May-06 4:23
Magnus Westin9-May-06 4:23 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 5:50
Frigyes Nagy9-May-06 5:50 
Hi Magnus!

many thanks for your answer!

> ... there is no need to know that value since you should never test it

but I must test it,
if I call my Drawtext procedure with 1 should start BeginPaint,
if I call with 2 should start EndPaint,
if NULL it's a error,
otherwise should be draw the text from the pointer,
(the procedure is a DLL procedure, and I can't use too many parameters)
can be the address from one pointer 1 or 2 ?


 void __declspec(dllexport)   DrawDFText( LPSTR a)<br />
 { ... }<br />
<br />
<br />
 and call like:<br />
<br />
 DrawDFText(1);<br />
 <br />
 DrawDFText("line1");<br />
 DrawDFText("line2");<br />
 ...<br />
 DrawDFText(2);



Regards!
Frigyes
GeneralRe: Pointer address Pin
Maximilien9-May-06 6:49
Maximilien9-May-06 6:49 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 7:24
Frigyes Nagy9-May-06 7:24 
AnswerRe: Pointer address Pin
Maxwell Chen9-May-06 7:30
Maxwell Chen9-May-06 7:30 
AnswerRe: Pointer address Pin
Maxwell Chen9-May-06 7:48
Maxwell Chen9-May-06 7:48 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 8:43
Frigyes Nagy9-May-06 8:43 
AnswerRe: Pointer address Pin
Maxwell Chen9-May-06 7:40
Maxwell Chen9-May-06 7:40 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 8:33
Frigyes Nagy9-May-06 8:33 
GeneralRe: Pointer address Pin
Maxwell Chen9-May-06 8:51
Maxwell Chen9-May-06 8:51 
Questionmax number of threads/Win32 process Pin
Shiva Prasad9-May-06 3:43
Shiva Prasad9-May-06 3:43 
AnswerRe: max number of threads/Win32 process Pin
Magnus Westin9-May-06 3:50
Magnus Westin9-May-06 3:50 
AnswerRe: max number of threads/Win32 process Pin
Cedric Moonen9-May-06 3:52
Cedric Moonen9-May-06 3:52 
QuestionHow to delete a row in listctrl using Keyboard delete Pin
Raja Bose C Leo9-May-06 2:47
Raja Bose C Leo9-May-06 2:47 
AnswerRe: How to delete a row in listctrl using Keyboard delete Pin
RChin9-May-06 3:00
RChin9-May-06 3:00 
Questionmicrosoft Pin
Krishnatv9-May-06 2:46
Krishnatv9-May-06 2:46 
AnswerRe: microsoft Pin
toxcct9-May-06 2:52
toxcct9-May-06 2:52 
GeneralRe: microsoft Pin
Krishnatv9-May-06 3:01
Krishnatv9-May-06 3:01 
AnswerRe: microsoft Pin
Rage9-May-06 3:12
professionalRage9-May-06 3:12 

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.