Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Load/Save Image in database using VC++ MFC Pin
Sumit Kapoor10-May-04 22:31
Sumit Kapoor10-May-04 22:31 
GeneralRe: How to Load/Save Image in database using VC++ MFC Pin
Maxwell Chen10-May-04 22:47
Maxwell Chen10-May-04 22:47 
GeneralRe: How to Load/Save Image in database using VC++ MFC Pin
Sumit Kapoor10-May-04 23:00
Sumit Kapoor10-May-04 23:00 
GeneralRe: How to Load/Save Image in database using VC++ MFC Pin
Miguel Lopes11-May-04 0:29
Miguel Lopes11-May-04 0:29 
GeneralRe: How to Load/Save Image in database using VC++ MFC Pin
Maxwell Chen11-May-04 1:29
Maxwell Chen11-May-04 1:29 
GeneralRe: How to Load/Save Image in database using VC++ MFC Pin
Maxwell Chen11-May-04 1:39
Maxwell Chen11-May-04 1:39 
Generalhiding or locking files/folders/drives Pin
kanetheterrible110-May-04 21:33
kanetheterrible110-May-04 21:33 
GeneralRe: hiding or locking files/folders/drives Pin
Monty210-May-04 21:51
Monty210-May-04 21:51 
There are two ways to accomplish this
1.Hooking IAT
you can patch the import address tables to your own functions, good for educational use only Smile | :)

2.Hooking at kernel level
you will have to write a kernel level device driver, which will monitor all file movement, you will need DDK and a LOT of heart Wink | ;)
device drivers in 9x are .VXD files which are written differently than a .Sys(NT based device driver) so in order to support 9x system you will have to write a VXD file you will need 9x DDK for that and EVEN MORE HEART Big Grin | :-D

and starting with windows XP microsoft has added extra protection bit (also known as WP bit) to protect kernel level hooking (which suggest that they don't really like ppl hooking in to kernel)

hope it helped Big Grin | :-D

C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg
GeneralRe: hiding or locking files/folders/drives Pin
kanetheterrible111-May-04 6:34
kanetheterrible111-May-04 6:34 
QuestionHow do I get the DSN auth mode in VC++ code Pin
PrashantJ10-May-04 20:56
PrashantJ10-May-04 20:56 
GeneralHelp Regarding MFC Pin
balajeedurai10-May-04 20:44
balajeedurai10-May-04 20:44 
GeneralRe: Help Regarding MFC Pin
Monty210-May-04 21:16
Monty210-May-04 21:16 
GeneralMULTIPLE UNDO Pin
Ventsislav10-May-04 20:19
Ventsislav10-May-04 20:19 
GeneralRe: MULTIPLE UNDO Pin
Maxwell Chen10-May-04 20:34
Maxwell Chen10-May-04 20:34 
GeneralRe: MULTIPLE UNDO Pin
Maximilien11-May-04 0:33
Maximilien11-May-04 0:33 
GeneralRe: MULTIPLE UNDO Pin
Miguel Lopes11-May-04 3:22
Miguel Lopes11-May-04 3:22 
Generalchange dialog caption Pin
Mughi10-May-04 20:01
Mughi10-May-04 20:01 
GeneralRe: change dialog caption Pin
Ionut L.10-May-04 20:16
Ionut L.10-May-04 20:16 
GeneralRe: change dialog caption Pin
Mughi10-May-04 20:46
Mughi10-May-04 20:46 
Questionhow to respond to keyboard message in the dialog application Pin
laia10-May-04 19:34
laia10-May-04 19:34 
AnswerRe: how to respond to keyboard message in the dialog application Pin
Ionut L.10-May-04 20:12
Ionut L.10-May-04 20:12 
Questionhow to convert AVI file to other Format Pin
Anonymous10-May-04 18:50
Anonymous10-May-04 18:50 
AnswerRe: how to convert AVI file to other Format Pin
erkanina10-May-04 21:34
erkanina10-May-04 21:34 
GeneralProblem in making image from Memory Pin
Member 130873610-May-04 18:10
Member 130873610-May-04 18:10 
GeneralRe: Problem in making image from Memory Pin
erkanina10-May-04 21:40
erkanina10-May-04 21:40 

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.