Click here to Skip to main content
15,896,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hooking to process memory - where to start? Pin
generic_user_id30-Sep-02 8:14
generic_user_id30-Sep-02 8:14 
GeneralXP theme... Pin
Max Santos29-Sep-02 6:39
Max Santos29-Sep-02 6:39 
GeneralCFile question Pin
ns29-Sep-02 4:41
ns29-Sep-02 4:41 
GeneralRe: CFile question Pin
Ravi Bhavnani29-Sep-02 4:45
professionalRavi Bhavnani29-Sep-02 4:45 
GeneralRe: CFile question Pin
ns29-Sep-02 4:57
ns29-Sep-02 4:57 
GeneralRe: CFile question Pin
Ravi Bhavnani29-Sep-02 5:20
professionalRavi Bhavnani29-Sep-02 5:20 
GeneralRe: CFile question Pin
Christian Graus29-Sep-02 18:37
protectorChristian Graus29-Sep-02 18:37 
Generalsimple asm from vc++ Pin
Anonymous29-Sep-02 4:19
Anonymous29-Sep-02 4:19 
how can i show a dialog using simple asm in vc++?

void showAboutDialog( void )
{
__asm
{

//invoke DialogBox( g_hModule, MAKEINTRESOURCE( IDD_ABOUT_DIALOG ), NULL, (DLGPROC) aboutDialogProc );
//invoke GetDesktopWindow

};
}

any help would be great.

-carl Smile | :)
GeneralRe: simple asm from vc++ Pin
Dominik Reichl29-Sep-02 5:23
Dominik Reichl29-Sep-02 5:23 
Generalstatic function Pin
Mazdak29-Sep-02 4:04
Mazdak29-Sep-02 4:04 
GeneralRe: static function Pin
Aaron Schaefer29-Sep-02 4:13
Aaron Schaefer29-Sep-02 4:13 
GeneralRe: static function Pin
Scott H. Settlemier29-Sep-02 7:03
Scott H. Settlemier29-Sep-02 7:03 
GeneralKilling Processes Pin
Dominik Reichl29-Sep-02 1:14
Dominik Reichl29-Sep-02 1:14 
GeneralRe: Killing Processes Pin
Atlence29-Sep-02 3:30
Atlence29-Sep-02 3:30 
GeneralRe: Killing Processes Pin
Dominik Reichl29-Sep-02 5:18
Dominik Reichl29-Sep-02 5:18 
GeneralChanging ressources in executable files Pin
Atlence28-Sep-02 22:03
Atlence28-Sep-02 22:03 
GeneralRe: Changing ressources in executable files Pin
Scott H. Settlemier29-Sep-02 7:31
Scott H. Settlemier29-Sep-02 7:31 
GeneralRe: Changing ressources in executable files Pin
Atlence30-Sep-02 6:41
Atlence30-Sep-02 6:41 
QuestionHow to get the full path of an executable file? Pin
davinqian28-Sep-02 21:08
davinqian28-Sep-02 21:08 
AnswerRe: How to get the full path of an executable file? Pin
Stephane Rodriguez.28-Sep-02 21:25
Stephane Rodriguez.28-Sep-02 21:25 
AnswerRe: How to get the full path of an executable file? Pin
Mike Nordell28-Sep-02 21:44
Mike Nordell28-Sep-02 21:44 
GeneralResourceID's Pin
DarrollWalsh28-Sep-02 20:41
DarrollWalsh28-Sep-02 20:41 
GeneralRe: ResourceID's Pin
Stephane Rodriguez.28-Sep-02 21:25
Stephane Rodriguez.28-Sep-02 21:25 
GeneralRe: ResourceID's Pin
DarrollWalsh29-Sep-02 7:15
DarrollWalsh29-Sep-02 7:15 
GeneralRe: ResourceID's Pin
generic_user_id29-Sep-02 7:53
generic_user_id29-Sep-02 7:53 

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.