Click here to Skip to main content
15,887,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with SetClipboardData on Win98 Pin
Hamid_RT3-Sep-06 9:13
Hamid_RT3-Sep-06 9:13 
QuestionPromblem with Dynamic Control Event Handling. Pin
uday kiran janaswamy23-Aug-06 21:27
uday kiran janaswamy23-Aug-06 21:27 
AnswerRe: Promblem with Dynamic Control Event Handling. Pin
Cedric Moonen23-Aug-06 21:58
Cedric Moonen23-Aug-06 21:58 
GeneralRe: Promblem with Dynamic Control Event Handling. Pin
uday kiran janaswamy23-Aug-06 22:50
uday kiran janaswamy23-Aug-06 22:50 
GeneralRe: Promblem with Dynamic Control Event Handling. Pin
Justin Tay24-Aug-06 0:19
Justin Tay24-Aug-06 0:19 
QuestionWorking with dlls [modified] Pin
Kiran Pinjala23-Aug-06 21:19
Kiran Pinjala23-Aug-06 21:19 
AnswerRe: Working with dlls Pin
toxcct23-Aug-06 21:24
toxcct23-Aug-06 21:24 
QuestionProblem in "Openning Driver File" Pin
Pratheep Kenny23-Aug-06 20:46
Pratheep Kenny23-Aug-06 20:46 
Hi all,

I have created a device independent driver. For which i want a application launcher. My drivers name is "TestIOCTL" and its symbollic link is "\Device\TestIOCTL ". I now want to open this driver file for which i have used the following code segment.

hDevice = CreateFile ("\\DosDevices\\TestIOCTL",
0,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL,
NULL
);

The hDevice returns 3 thro GetError() Method meaning File not found. Can anyone tell me how to open this driver file.





Thanks In advance.
Regards
Kenny.
AnswerRe: Problem in "Openning Driver File" Pin
kakan23-Aug-06 22:15
professionalkakan23-Aug-06 22:15 
AnswerRe: Problem in "Openning Driver File" Pin
Hamid_RT24-Aug-06 8:27
Hamid_RT24-Aug-06 8:27 
QuestionProblem with list controll [modified] Pin
georgekjolly23-Aug-06 20:26
georgekjolly23-Aug-06 20:26 
AnswerRe: Problem with list controll Pin
Rage23-Aug-06 21:15
professionalRage23-Aug-06 21:15 
GeneralRe: Problem with list controll Pin
georgekjolly23-Aug-06 21:27
georgekjolly23-Aug-06 21:27 
GeneralRe: Problem with list controll Pin
Rage23-Aug-06 23:31
professionalRage23-Aug-06 23:31 
GeneralRe: Problem with list controll Pin
Rage23-Aug-06 23:34
professionalRage23-Aug-06 23:34 
GeneralRe: Problem with list controll Pin
Hamid_RT24-Aug-06 1:11
Hamid_RT24-Aug-06 1:11 
AnswerRe: Problem with list controll Pin
Justin Tay23-Aug-06 21:20
Justin Tay23-Aug-06 21:20 
QuestionAfxMessageBox() Pin
Anu_Bala23-Aug-06 20:16
Anu_Bala23-Aug-06 20:16 
AnswerRe: AfxMessageBox() Pin
prasad_som23-Aug-06 20:27
prasad_som23-Aug-06 20:27 
GeneralRe: AfxMessageBox() Pin
Anu_Bala23-Aug-06 20:28
Anu_Bala23-Aug-06 20:28 
GeneralRe: AfxMessageBox() Pin
Emilio Garavaglia23-Aug-06 21:45
Emilio Garavaglia23-Aug-06 21:45 
GeneralRe: AfxMessageBox() Pin
uday kiran janaswamy23-Aug-06 23:32
uday kiran janaswamy23-Aug-06 23:32 
QuestionResource Variables Pin
Krishnatv23-Aug-06 19:59
Krishnatv23-Aug-06 19:59 
QuestionRe: Resource Variables Pin
prasad_som23-Aug-06 20:47
prasad_som23-Aug-06 20:47 
AnswerRe: Resource Variables Pin
Hamid_RT24-Aug-06 8:21
Hamid_RT24-Aug-06 8:21 

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.