Click here to Skip to main content
15,883,769 members

Comments by wedagedara (Top 8 by date)

wedagedara 16-Mar-13 21:46pm View    
Thank you,
And what is the best .Net version to target in my case? .Net 2.0 or 3.0?
I don't need to target XP, Only Vista or later OSs
wedagedara 18-Aug-12 8:04am View    
HI,
I have solved the problem using this in the thread
AfxGetApp()->m_pMainWnd->PostMessage(WM_APP+2,0,0);
and using this in the message map of dialogue class
ON_MESSAGE(WM_APP+2, &CUMKurunegalaDlg::testfunction)

I just wanted to call a member function of "UMKurunegalaDlg" using a thread

Thanks for trying to helping me. (I don't want to learn c++ or time to learn it, i just want to complete my degree project, that's the reason for stupid questions that am asking)
Good day
wedagedara 18-Aug-12 7:55am View    
Your answer was helped, thanks
wedagedara 12-Aug-12 21:03pm View    
Yes the problem was "TextOut( hPrinter, 1000, 1000, "Hello, World!", 13 );"
I need to change 100 to 1000
Thanks a lot
wedagedara 11-Aug-12 9:03am View    
This will help me. Thanks