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

C / C++ / MFC

 
GeneralRe: change a dialog's font at runtime Pin
BlackDice16-Sep-04 4:20
BlackDice16-Sep-04 4:20 
GeneralRe: change a dialog's font at runtime Pin
Ryan Binns16-Sep-04 13:59
Ryan Binns16-Sep-04 13:59 
Generaladd help (?) button to title bar of child MDI window Pin
elephantstar15-Sep-04 11:28
elephantstar15-Sep-04 11:28 
GeneralTemplate issue Pin
Bob Stanneveld15-Sep-04 10:32
Bob Stanneveld15-Sep-04 10:32 
GeneralRe: Template issue Pin
Michael Dunn15-Sep-04 10:48
sitebuilderMichael Dunn15-Sep-04 10:48 
GeneralRe: Template issue Pin
Bob Stanneveld15-Sep-04 11:10
Bob Stanneveld15-Sep-04 11:10 
GeneralProtect application from hooking Pin
Fabio Panzavolta15-Sep-04 10:01
Fabio Panzavolta15-Sep-04 10:01 
GeneralRe: Protect application from hooking Pin
User 58385215-Sep-04 15:55
User 58385215-Sep-04 15:55 
This code is probably injecting a dll into your process. There are a number of ways they could be doing this.
You could try this.
Once you have built your app open the exe in Dependancy Viewer. Get a list of all the DLL's referenced by your app.

In your code you can use EnumProcessModules() and GetModuleFileName() to see what dlls have been loaded into your process. You can then determine if there is a dll loaded that you dont recognise. Im not sure if you can unload the problem dll by calling FreeLibrary() or not.

If I was in your situation I would try to get a copy of the software that is causing the problem and attempt to reverse engineer it to the point where you understand what it is doing. Then you will have a better chance of designing code to defeat it.
GeneralRe: Protect application from hooking Pin
Fabio Panzavolta15-Sep-04 22:47
Fabio Panzavolta15-Sep-04 22:47 
GeneralCost of type Casting Pin
Nacho Chip15-Sep-04 9:59
Nacho Chip15-Sep-04 9:59 
GeneralRe: Cost of type Casting Pin
Andrew Walker15-Sep-04 13:02
Andrew Walker15-Sep-04 13:02 
GeneralSearching Image inside the Bitmap Pin
Azghar Hussain15-Sep-04 9:17
professionalAzghar Hussain15-Sep-04 9:17 
GeneralRe: Searching Image inside the Bitmap Pin
David Crow15-Sep-04 9:35
David Crow15-Sep-04 9:35 
GeneralRe: Searching Image inside the Bitmap Pin
Alexander M.,16-Sep-04 9:56
Alexander M.,16-Sep-04 9:56 
GeneralExtract an ISO File To the Local disk Pin
ntuyen0115-Sep-04 9:16
ntuyen0115-Sep-04 9:16 
GeneralRe: Extract an ISO File To the Local disk Pin
David Crow15-Sep-04 9:33
David Crow15-Sep-04 9:33 
GeneralRe: Extract an ISO File To the Local disk Pin
ntuyen0115-Sep-04 10:02
ntuyen0115-Sep-04 10:02 
GeneralRe: Extract an ISO File To the Local disk Pin
David Crow15-Sep-04 10:08
David Crow15-Sep-04 10:08 
GeneralRe: Extract an ISO File To the Local disk Pin
ntuyen0115-Sep-04 10:13
ntuyen0115-Sep-04 10:13 
GeneralRe: Extract an ISO File To the Local disk Pin
David Crow15-Sep-04 10:41
David Crow15-Sep-04 10:41 
GeneralRe: Extract an ISO File To the Local disk Pin
ntuyen0115-Sep-04 11:27
ntuyen0115-Sep-04 11:27 
GeneralRe: Extract an ISO File To the Local disk Pin
David Crow16-Sep-04 3:00
David Crow16-Sep-04 3:00 
GeneralRe: Extract an ISO File To the Local disk Pin
Alexander M.,16-Sep-04 10:00
Alexander M.,16-Sep-04 10:00 
GeneralRe: Extract an ISO File To the Local disk Pin
David Crow16-Sep-04 10:20
David Crow16-Sep-04 10:20 
GeneralRe: Extract an ISO File To the Local disk Pin
Henry miller15-Sep-04 10:39
Henry miller15-Sep-04 10:39 

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.