Click here to Skip to main content
15,894,720 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Doubt in Splitter window [modified] Pin
Sameer_Thakur5-Jun-06 4:28
Sameer_Thakur5-Jun-06 4:28 
QuestionHow to set/clear and read status pin of COM port ? Pin
quangpk2-Jun-06 14:00
quangpk2-Jun-06 14:00 
QuestionCWnd::OnRButtonUp( ) Pin
LeeeNN2-Jun-06 13:03
LeeeNN2-Jun-06 13:03 
AnswerRe: CWnd::OnRButtonUp( ) Pin
Michael Dunn2-Jun-06 14:36
sitebuilderMichael Dunn2-Jun-06 14:36 
GeneralRe: CWnd::OnRButtonUp( ) Pin
LeeeNN2-Jun-06 21:20
LeeeNN2-Jun-06 21:20 
QuestionForcing focus to a control.... [modified] Pin
Peter Weyzen2-Jun-06 12:13
Peter Weyzen2-Jun-06 12:13 
AnswerRe: Forcing focus to a control.... [modified] Pin
Wes Aday2-Jun-06 12:20
professionalWes Aday2-Jun-06 12:20 
QuestionAccelerators Questions Pin
Maximilien2-Jun-06 10:31
Maximilien2-Jun-06 10:31 
GeneralRe: Accelerators Questions Pin
Maxwell Chen2-Jun-06 11:12
Maxwell Chen2-Jun-06 11:12 
QuestionWinsock 2 question Pin
SPowers2-Jun-06 10:17
SPowers2-Jun-06 10:17 
AnswerRe: Winsock 2 question Pin
Zac Howland2-Jun-06 10:22
Zac Howland2-Jun-06 10:22 
GeneralRe: Winsock 2 question Pin
SPowers2-Jun-06 10:23
SPowers2-Jun-06 10:23 
GeneralRe: Winsock 2 question Pin
led mike2-Jun-06 11:15
led mike2-Jun-06 11:15 
QuestionHANDLE - what exactly is it ? Pin
big_denny_2002-Jun-06 10:16
big_denny_2002-Jun-06 10:16 
AnswerRe: HANDLE - what exactly is it ? [modified] Pin
Maxwell Chen2-Jun-06 10:57
Maxwell Chen2-Jun-06 10:57 
QuestionHow to learn develop in C++ and VOIP ? Pin
Yanshof2-Jun-06 8:47
Yanshof2-Jun-06 8:47 
AnswerRe: How to learn develop in C++ and VOIP ? Pin
led mike2-Jun-06 8:55
led mike2-Jun-06 8:55 
GeneralRe: How to learn develop in C++ and VOIP ? [modified] Pin
Yanshof2-Jun-06 10:39
Yanshof2-Jun-06 10:39 
AnswerRe: How to learn develop in C++ and VOIP ? [modified] Pin
Maxwell Chen2-Jun-06 11:04
Maxwell Chen2-Jun-06 11:04 
Questionstring issues again [modified] Pin
big_denny_2002-Jun-06 8:21
big_denny_2002-Jun-06 8:21 
AnswerRe: string issues again [modified] Pin
Zac Howland2-Jun-06 8:30
Zac Howland2-Jun-06 8:30 
AnswerRe: string issues again Pin
Anton Mikhalyov2-Jun-06 21:38
Anton Mikhalyov2-Jun-06 21:38 
QuestionDriver creation problem Pin
Sharath862-Jun-06 7:34
Sharath862-Jun-06 7:34 
I am creating a service along with a sys file to aid me in writing to the parallel port data byte. Iam using the code segement given below.

Ser = CreateService (Mgr,
"hwinterface",
"hwinterface",
SERVICE_ALL_ACCESS,
SERVICE_KERNEL_DRIVER,
SERVICE_SYSTEM_START,
SERVICE_ERROR_NORMAL,
"System32\\Drivers\\hwinterface.sys",
NULL,
NULL,
NULL,
NULL,
NULL
);

How ever if i change the term "hwinterface" to say "mydriver". It stops working neither does the sys file get created nor does it interface with the port. Furthermore, the Description of the file is set as buzz driver and copyright is to Buzz corporation why is this happening and how do i change the service name and its associated attributes to say Description: "My ParallelPortDriver"
Copyright to "MYcompany".

any help in this regard would be great.


sharath
AnswerRe: Driver creation problem Pin
Maxwell Chen2-Jun-06 11:28
Maxwell Chen2-Jun-06 11:28 
QuestionBinary Trees Pin
Mridang Agarwalla2-Jun-06 7:30
Mridang Agarwalla2-Jun-06 7:30 

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.