Click here to Skip to main content
15,925,255 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: clistctrl question Pin
jafrazee14-Mar-02 3:30
jafrazee14-Mar-02 3:30 
GeneralDrag and Drop Text Pin
sanskypotov14-Mar-02 2:50
sanskypotov14-Mar-02 2:50 
GeneralRe: Drag and Drop Text Pin
Dave Glick14-Mar-02 8:31
Dave Glick14-Mar-02 8:31 
GeneralRe: Drag and Drop Text Pin
sanskypotov14-Mar-02 19:51
sanskypotov14-Mar-02 19:51 
GeneralInternet Explorer "Save as" macro Pin
14-Mar-02 2:11
suss14-Mar-02 2:11 
GeneralLoad a driver Pin
Don Miguel14-Mar-02 2:08
Don Miguel14-Mar-02 2:08 
GeneralRe: Load a driver Pin
Tomasz Sowinski14-Mar-02 2:16
Tomasz Sowinski14-Mar-02 2:16 
GeneralRe: Load a driver Pin
Tim Deveaux14-Mar-02 4:24
Tim Deveaux14-Mar-02 4:24 
You can set up a driver project in VC, though its a good idea to look at what build.exe does first. For the linker, the /subsystem:NATIVE,400 /driver settings will be needed. Compiler switches will vary based on language (c or c++). The NTDDK libs (int64.lib ntoskrnl.lib hal.lib) want _stdcall calling convention.

On NT, you can dynamically load a driver using the service control manager, calling CreateService with SERVICE_KERNEL_DRIVER as the service type, then StartService. This doesn't work on Win9x though - not sure if its possible without user interaction (can u say PnP?).
GeneralRe: Load a driver Pin
Don Miguel14-Mar-02 6:03
Don Miguel14-Mar-02 6:03 
GeneralRe: Load a driver Pin
Lim Bio Liong14-Mar-02 4:31
Lim Bio Liong14-Mar-02 4:31 
GeneralRe: Load a driver Pin
Don Miguel14-Mar-02 6:15
Don Miguel14-Mar-02 6:15 
GeneralVersion Management Pin
vijayaramaraju14-Mar-02 1:31
vijayaramaraju14-Mar-02 1:31 
GeneralRe: Version Management Pin
Alexander Wiseman14-Mar-02 6:12
Alexander Wiseman14-Mar-02 6:12 
GeneralMemory DC Win2k can't work! Pin
RichardWdy14-Mar-02 1:19
RichardWdy14-Mar-02 1:19 
GeneralRe: Memory DC Win2k can't work! Pin
Tomasz Sowinski14-Mar-02 1:32
Tomasz Sowinski14-Mar-02 1:32 
GeneralRe: Memory DC Win2k can't work! Pin
567890123414-Mar-02 1:50
567890123414-Mar-02 1:50 
GeneralRe: Memory DC Win2k can't work! Pin
14-Mar-02 2:06
suss14-Mar-02 2:06 
GeneralMin Dialog Size Pin
NodeX14-Mar-02 0:29
NodeX14-Mar-02 0:29 
GeneralRe: Min Dialog Size Pin
Tomasz Sowinski14-Mar-02 0:41
Tomasz Sowinski14-Mar-02 0:41 
GeneralRe: Min Dialog Size Pin
NodeX14-Mar-02 0:42
NodeX14-Mar-02 0:42 
GeneralThe VC++6 Editor toolbars Pin
benjymous13-Mar-02 22:30
benjymous13-Mar-02 22:30 
GeneralRe: The VC++6 Editor toolbars Pin
567890123413-Mar-02 23:06
567890123413-Mar-02 23:06 
QuestionI want to know how to copy the highlighted text? Pin
Pony13-Mar-02 20:37
Pony13-Mar-02 20:37 
AnswerRe: I want to know how to copy the highlighted text? Pin
Mazdak13-Mar-02 21:03
Mazdak13-Mar-02 21:03 
AnswerRe: I want to know how to copy the highlighted text? Pin
Jon Hulatt13-Mar-02 22:08
Jon Hulatt13-Mar-02 22:08 

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.