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

C / C++ / MFC

 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
Nibu babu thomas6-Apr-08 21:35
Nibu babu thomas6-Apr-08 21:35 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
TalSt6-Apr-08 22:39
TalSt6-Apr-08 22:39 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
Nibu babu thomas6-Apr-08 22:51
Nibu babu thomas6-Apr-08 22:51 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
Stephen Hewitt7-Apr-08 15:31
Stephen Hewitt7-Apr-08 15:31 
Generaldeleting a empty folder from a specified path Pin
neha.agarwal276-Apr-08 20:58
neha.agarwal276-Apr-08 20:58 
GeneralRe: deleting a empty folder from a specified path Pin
Michael Schubert6-Apr-08 21:42
Michael Schubert6-Apr-08 21:42 
Questionhow to use lineHold() to put a call on hold [modified] Pin
sauravpratik926-Apr-08 20:33
sauravpratik926-Apr-08 20:33 
Questionhow to run dll using Rundll32.exe [modified] Pin
nitin36-Apr-08 20:18
nitin36-Apr-08 20:18 
i have 2 exprted functions in a dll ( Win32 dynamiclink dll project )

void __stdcall MsgBox()
{
	MessageBox( NULL , "Hello" , "" , MB_OK ) ;
}
void __stdcall MsgBox1( LPSTR a )
{
	MessageBox( NULL , a , "" , MB_OK ) ;
}


//i tried following commands , the first one works but the not the secnd one, can any one tell where is the problem ?
//{
rundll32.exe mydll.dll,MsgBox
rundll32.exe mydll.dll,MsgBox1 "hi"
//}

//def file
//{
LIBRARY MyDll
EXPORTS

MsgBox
MsgBox1
//}

Thanks

modified on Monday, April 7, 2008 3:35 AM

AnswerRe: how to run dll using Rundll32.exe Pin
CPallini6-Apr-08 21:32
mveCPallini6-Apr-08 21:32 
GeneralRe: how to run dll using Rundll32.exe Pin
nitin36-Apr-08 21:48
nitin36-Apr-08 21:48 
GeneralRe: how to run dll using Rundll32.exe Pin
CPallini6-Apr-08 23:43
mveCPallini6-Apr-08 23:43 
JokeRe: how to run dll using Rundll32.exe Pin
ThatsAlok6-Apr-08 22:47
ThatsAlok6-Apr-08 22:47 
Generalcheck how much bytes are transsferred from port 21 Pin
chetanjoshi96-Apr-08 20:01
chetanjoshi96-Apr-08 20:01 
Generalcalculate how much bytes transfferd by putfile() function Pin
chetanjoshi96-Apr-08 19:59
chetanjoshi96-Apr-08 19:59 
GeneralRe: calculate how much bytes transfferd by putfile() function Pin
ThatsAlok6-Apr-08 22:54
ThatsAlok6-Apr-08 22:54 
GeneralCheck Internet speed Pin
chetanjoshi96-Apr-08 19:58
chetanjoshi96-Apr-08 19:58 
GeneralRe: Check Internet speed Pin
ThatsAlok6-Apr-08 22:50
ThatsAlok6-Apr-08 22:50 
GeneralCComMultiThreadModelNoCS Pin
George_George6-Apr-08 19:53
George_George6-Apr-08 19:53 
QuestionATL bug of CComPtr? Pin
George_George6-Apr-08 19:42
George_George6-Apr-08 19:42 
AnswerRe: ATL bug of CComPtr? Pin
CPallini6-Apr-08 22:14
mveCPallini6-Apr-08 22:14 
GeneralRe: ATL bug of CComPtr? Pin
George_George6-Apr-08 22:26
George_George6-Apr-08 22:26 
GeneralRe: ATL bug of CComPtr? Pin
CPallini6-Apr-08 23:09
mveCPallini6-Apr-08 23:09 
GeneralRe: ATL bug of CComPtr? Pin
George_George6-Apr-08 23:12
George_George6-Apr-08 23:12 
QuestionProblem with Binary Tree Program [modified] Pin
Member 42588976-Apr-08 17:58
Member 42588976-Apr-08 17:58 
GeneralRe: Problem with Binary Tree Program Pin
Member 42588978-Apr-08 16:32
Member 42588978-Apr-08 16: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.