Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to disable list view items? Pin
Michael Dunn14-Jun-06 21:34
sitebuilderMichael Dunn14-Jun-06 21:34 
GeneralRe: How to disable list view items? Pin
Roozbeh6914-Jun-06 22:45
professionalRoozbeh6914-Jun-06 22:45 
QuestionRe: How to disable list view items? Pin
David Crow15-Jun-06 3:07
David Crow15-Jun-06 3:07 
QuestionVc++ hardware control classes? Pin
medvin14-Jun-06 20:23
medvin14-Jun-06 20:23 
AnswerRe: Vc++ hardware control classes? Pin
NiceNaidu14-Jun-06 20:37
NiceNaidu14-Jun-06 20:37 
GeneralRe: Vc++ hardware control classes? Pin
Hamid_RT14-Jun-06 20:41
Hamid_RT14-Jun-06 20:41 
AnswerRe: Vc++ hardware control classes? Pin
Hamid_RT14-Jun-06 20:43
Hamid_RT14-Jun-06 20:43 
AnswerRe: Vc++ hardware control classes? Pin
John R. Shaw15-Jun-06 1:34
John R. Shaw15-Jun-06 1:34 
You are dealing with a security problem. I say this because you are talking about accessing the hardware and I assume that you mean directly. If you want to access the hardware then you need to call a driver to do it for you. On systems like Win2000 and XP you can not access the hardware directly (even in assembly) without it getting upset with you. It does not matter whether or not you are using VC++ or not, it is an OS thing. There is a public domain diver out there some where that will allow you to access hardware ports directly, I used it a couple of years ago and forget its name (so keep looking).

If you post a small example of the problem (in code) or explane what exactly you are trying to do, then someone here will probably be able to help you.

Good Luck,

INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
QuestionUsing ShellExecute Pin
<color>Aljechin 14-Jun-06 20:14
<color>Aljechin 14-Jun-06 20:14 
AnswerRe: Using ShellExecute Pin
NiceNaidu14-Jun-06 20:33
NiceNaidu14-Jun-06 20:33 
QuestionRe: Using ShellExecute Pin
David Crow15-Jun-06 3:00
David Crow15-Jun-06 3:00 
AnswerRe: Using ShellExecute Pin
Milton Karimbekallil14-Jun-06 21:36
Milton Karimbekallil14-Jun-06 21:36 
AnswerRe: Using ShellExecute Pin
Hamid_RT14-Jun-06 21:49
Hamid_RT14-Jun-06 21:49 
AnswerRe: Using ShellExecute Pin
David Crow15-Jun-06 3:05
David Crow15-Jun-06 3:05 
GeneralRe: Using ShellExecute Pin
<color>Aljechin 15-Jun-06 20:06
<color>Aljechin 15-Jun-06 20:06 
GeneralRe: Using ShellExecute Pin
David Crow16-Jun-06 2:37
David Crow16-Jun-06 2:37 
Questionhow to type cast from CString to int [modified] Pin
yogendra kaushik14-Jun-06 19:58
yogendra kaushik14-Jun-06 19:58 
AnswerRe: how to type cast from CString to int Pin
Laxman Auti14-Jun-06 20:02
Laxman Auti14-Jun-06 20:02 
GeneralRe: how to type cast from CString to int Pin
Stephen Hewitt14-Jun-06 20:54
Stephen Hewitt14-Jun-06 20:54 
GeneralRe: how to type cast from CString to int Pin
Laxman Auti14-Jun-06 22:43
Laxman Auti14-Jun-06 22:43 
AnswerRe: how to type cast from CString to int Pin
Amar Sutar14-Jun-06 20:03
Amar Sutar14-Jun-06 20:03 
AnswerRe: how to type cast from CString to int Pin
NiceNaidu14-Jun-06 20:10
NiceNaidu14-Jun-06 20:10 
AnswerRe: how to type cast from CString to int Pin
Hamid_RT14-Jun-06 20:28
Hamid_RT14-Jun-06 20:28 
AnswerRe: how to type cast from CString to int Pin
John R. Shaw15-Jun-06 1:56
John R. Shaw15-Jun-06 1:56 
QuestionWindows Service & CDatabase Pin
vikramlinux14-Jun-06 19:44
vikramlinux14-Jun-06 19:44 

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.