Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSystray Pin
margis18-Nov-03 19:04
margis18-Nov-03 19:04 
GeneralRe: Systray Pin
Ivor S. Sargoytchev18-Nov-03 19:45
Ivor S. Sargoytchev18-Nov-03 19:45 
GeneralRe: Systray Pin
Peak18-Nov-03 19:55
Peak18-Nov-03 19:55 
QuestionHow to call interrupt function Pin
FlyingDancer18-Nov-03 18:58
FlyingDancer18-Nov-03 18:58 
AnswerRe: How to call interrupt function Pin
Peak18-Nov-03 19:36
Peak18-Nov-03 19:36 
GeneralRe: How to call interrupt function Pin
FlyingDancer19-Nov-03 0:32
FlyingDancer19-Nov-03 0:32 
GeneralRe: How to call interrupt function Pin
Mike Dimmick19-Nov-03 1:44
Mike Dimmick19-Nov-03 1:44 
GeneralRe: How to call interrupt function Pin
Peak19-Nov-03 2:47
Peak19-Nov-03 2:47 
if you are using windows 98 or 95 you can call
interrupts, but on xp & 2k no way there from user
mode applications!
that function IoConnectInterrupt is for device
drivers, and does not do what you need.

anyway, you can use some device drivers like ntport
to have direct access to ports, then you can
use direct port access and so you can read CMOS.
( so no need to use the interrupt, but you
have to know how to read CMOS using in/out OPs)

anyway it's a long way. if you have any other
alternatives, I recommend you to review them,
maybe you are going the hard way...
GeneralRe: How to call interrupt function Pin
FlyingDancer19-Nov-03 3:09
FlyingDancer19-Nov-03 3:09 
GeneralDirectshow error w/ SetNotifyWindow Pin
georgiek5018-Nov-03 18:15
georgiek5018-Nov-03 18:15 
GeneralRe: Directshow error w/ SetNotifyWindow Pin
Ivor S. Sargoytchev18-Nov-03 19:28
Ivor S. Sargoytchev18-Nov-03 19:28 
GeneralRe: Directshow error w/ SetNotifyWindow Pin
georgiek5018-Nov-03 19:57
georgiek5018-Nov-03 19:57 
GeneralATL & DHTML Pin
Leesen18-Nov-03 17:40
Leesen18-Nov-03 17:40 
GeneralRe: ATL & DHTML Pin
Peter Molnar19-Nov-03 15:27
Peter Molnar19-Nov-03 15:27 
GeneralRe: ATL & DHTML Pin
Leesen19-Nov-03 19:13
Leesen19-Nov-03 19:13 
GeneralRe: ATL & DHTML Pin
Peter Molnar20-Nov-03 2:33
Peter Molnar20-Nov-03 2:33 
GeneralRe: ATL & DHTML Pin
Leesen20-Nov-03 5:13
Leesen20-Nov-03 5:13 
GeneralRe: ATL & DHTML Pin
Peter Molnar20-Nov-03 5:34
Peter Molnar20-Nov-03 5:34 
Generalargv argc and buffer over-run HACK Pin
BaldwinMartin18-Nov-03 17:12
BaldwinMartin18-Nov-03 17:12 
GeneralRe: argv argc and buffer over-run HACK Pin
Peak18-Nov-03 20:20
Peak18-Nov-03 20:20 
GeneralRe: argv argc and buffer over-run HACK Pin
BaldwinMartin18-Nov-03 22:17
BaldwinMartin18-Nov-03 22:17 
GeneralRe: argv argc and buffer over-run HACK Pin
David Crow19-Nov-03 4:21
David Crow19-Nov-03 4:21 
QuestionHow to use GDI+ in MFC framework Pin
Member 65339918-Nov-03 16:43
Member 65339918-Nov-03 16:43 
AnswerRe: How to use GDI+ in MFC framework Pin
PJ Arends18-Nov-03 19:04
professionalPJ Arends18-Nov-03 19:04 
GeneralDetecting Virtual Adapters Pin
dafunkt18-Nov-03 16:22
dafunkt18-Nov-03 16:22 

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.