Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMaking EXE hidden and still capturing screen to bm file. Pin
mkashifkkj27-Jan-03 13:39
mkashifkkj27-Jan-03 13:39 
GeneralRe: Making EXE hidden and still capturing screen to bm file. Pin
Mike Nordell27-Jan-03 16:25
Mike Nordell27-Jan-03 16:25 
GeneralRe: Making EXE hidden and still capturing screen to bm file. Pin
Rage27-Jan-03 20:56
professionalRage27-Jan-03 20:56 
GeneralRe: Making EXE hidden and still capturing screen to bm file. Pin
Mike Nordell27-Jan-03 21:25
Mike Nordell27-Jan-03 21:25 
GeneralRe: Making EXE hidden and still capturing screen to bm file. Pin
Rage28-Jan-03 2:02
professionalRage28-Jan-03 2:02 
GeneralEver heard of Feng Yuan? Questions about his SysCall Program,... Pin
ursus zeta27-Jan-03 13:12
ursus zeta27-Jan-03 13:12 
GeneralRe: Ever heard of Feng Yuan? Questions about his SysCall Program,... Pin
Christian Graus27-Jan-03 14:50
protectorChristian Graus27-Jan-03 14:50 
GeneralRe: Ever heard of Feng Yuan? Questions about his SysCall Program,... Pin
Mike Nordell27-Jan-03 16:00
Mike Nordell27-Jan-03 16:00 
Nebulous Person wrote:
listing of all of over 600 Systems Calls that can be made from user processes to kernel mode address space (not even really sure what that is).

Here you displayed this book isn't for you. If you don't even know what it is, stick to Win32. When Win32 limits you, then, maybe, these calls might be of use.

Why would this information be useful from a program design standpoint?

It wouldn't, and thereby the question is wrong. The Correct question would be "Is this information of use from a program design standpoint?" and the answer is: no, at least not now for you. Read, and understand, the sourcecode at sysinternals (former winternals) first.

how could this program be altered to work correctly on older versions of Windows

How the heck would we know without neither seeing the code, nor knowing what it really does? Since you yourself don't even know what the program does (or at least not how it's done), is this question even relevant?

If you want to use a function call available from later OSes in an older OS (that doesn't implement this call itself), you'd have to write that code yourself like any good hacker.
GeneralThanks Pin
ursus zeta28-Jan-03 8:44
ursus zeta28-Jan-03 8:44 
GeneralButton issues Pin
brianwelsch27-Jan-03 11:36
brianwelsch27-Jan-03 11:36 
GeneralRe: Button issues Pin
Roman Nurik27-Jan-03 16:41
Roman Nurik27-Jan-03 16:41 
GeneralRe: Button issues Pin
brianwelsch28-Jan-03 2:24
brianwelsch28-Jan-03 2:24 
GeneralGetFocus from an AboutBox form Pin
ns27-Jan-03 11:24
ns27-Jan-03 11:24 
GeneralRe: GetFocus from an AboutBox form Pin
Joaquín M López Muñoz27-Jan-03 11:42
Joaquín M López Muñoz27-Jan-03 11:42 
GeneralRe: GetFocus from an AboutBox form Pin
PJ Arends27-Jan-03 11:59
professionalPJ Arends27-Jan-03 11:59 
GeneralRe: GetFocus from an AboutBox form Pin
Joaquín M López Muñoz27-Jan-03 12:07
Joaquín M López Muñoz27-Jan-03 12:07 
GeneralPlease d ont stop responding to my simple questions.... Pin
ns28-Jan-03 3:18
ns28-Jan-03 3:18 
GeneralRe: Please d ont stop responding to my simple questions.... Pin
Joaquín M López Muñoz28-Jan-03 8:57
Joaquín M López Muñoz28-Jan-03 8:57 
GeneralRe: GetFocus from an AboutBox form Pin
ns28-Jan-03 3:26
ns28-Jan-03 3:26 
GeneralRe: GetFocus from an AboutBox form Pin
PJ Arends27-Jan-03 12:01
professionalPJ Arends27-Jan-03 12:01 
GeneralRe: GetFocus from an AboutBox form Pin
ns28-Jan-03 3:11
ns28-Jan-03 3:11 
GeneralRe: GetFocus from an AboutBox form Pin
PJ Arends28-Jan-03 6:39
professionalPJ Arends28-Jan-03 6:39 
Generalokay! Thanks Pin
ns28-Jan-03 6:44
ns28-Jan-03 6:44 
GeneralConnecting to Oracle from VC++ Pin
Ravi2827-Jan-03 9:22
Ravi2827-Jan-03 9:22 
GeneralWM_COMMAND and wParam Pin
ns27-Jan-03 9:10
ns27-Jan-03 9:10 

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.