Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhy we select an object like CDC and delete tht(see the following code)? Pin
ssingh72511-Jul-04 11:55
ssingh72511-Jul-04 11:55 
AnswerRe: why we select an object like CDC and delete tht(see the following code)? Pin
palbano11-Jul-04 12:19
palbano11-Jul-04 12:19 
QuestionHow can I hide the tabs of Tab Controls? Pin
ssingh72511-Jul-04 11:49
ssingh72511-Jul-04 11:49 
AnswerRe: How can I hide the tabs of Tab Controls? Pin
palbano11-Jul-04 12:19
palbano11-Jul-04 12:19 
GeneralChecking Parallel Port Status Pin
A Knight of Islam11-Jul-04 11:19
A Knight of Islam11-Jul-04 11:19 
GeneralRe: Checking Parallel Port Status Pin
Ryan Binns11-Jul-04 18:10
Ryan Binns11-Jul-04 18:10 
GeneralRe: Checking Parallel Port Status Pin
A Knight of Islam12-Jul-04 16:57
A Knight of Islam12-Jul-04 16:57 
GeneralRe: Checking Parallel Port Status Pin
Ryan Binns12-Jul-04 18:13
Ryan Binns12-Jul-04 18:13 
A Knight of Islam wrote:
one of the bits in the status register in the receiving computer will be changed by the sending computer, i want to get the data on the port when this register bit is high

So read the status register repeatedly until the bit is high, and then read the data port.

A Knight of Islam wrote:
I want to send a sequence of data from one computer to another through parallel port as an experiment to apply it on a wireless device

I'm not sure what the problem is here... Send the first byte, then the second, then the third etc... Or am I totally missing the point?

A Knight of Islam wrote:
is there some C++ codes or tools used to stop the interrup to the computer by anyother device?!

To disable a interrupt from a device, you have to disable the CPU's interrupt handling, unless you want to reprogram the interrupt controller chip - not a fun thing to do. I've done this before, but many years ago so I can't remember how and don't have access to my information. Google should help though.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

QuestionImplement a Sequence ADT in SIngly linked list? Pin
Rocreprezent11-Jul-04 10:38
Rocreprezent11-Jul-04 10:38 
AnswerRe: Implement a Sequence ADT in SIngly linked list? Pin
ThatsAlok11-Jul-04 22:53
ThatsAlok11-Jul-04 22:53 
GeneralQuestion Pin
gamitech11-Jul-04 10:38
gamitech11-Jul-04 10:38 
GeneralRe: Question Pin
Ravi Bhavnani11-Jul-04 11:16
professionalRavi Bhavnani11-Jul-04 11:16 
GeneralRe: Question Pin
ThatsAlok11-Jul-04 22:40
ThatsAlok11-Jul-04 22:40 
Generaloverloading operator [] for a matrix Pin
kfaday11-Jul-04 6:48
kfaday11-Jul-04 6:48 
GeneralRe: overloading operator [] for a matrix Pin
Michael Dunn11-Jul-04 9:34
sitebuilderMichael Dunn11-Jul-04 9:34 
GeneralRe: overloading operator [] for a matrix Pin
Roger Allen11-Jul-04 11:08
Roger Allen11-Jul-04 11:08 
GeneralRe: overloading operator [] for a matrix Pin
kfaday11-Jul-04 12:01
kfaday11-Jul-04 12:01 
QuestionHow can we receive Shell Notifications ??? Pin
Abhishek Avasthi11-Jul-04 6:44
Abhishek Avasthi11-Jul-04 6:44 
AnswerRe: How can we receive Shell Notifications ??? Pin
Ravi Bhavnani11-Jul-04 7:19
professionalRavi Bhavnani11-Jul-04 7:19 
GeneralRe: How can we receive Shell Notifications ??? Pin
Abhishek Avasthi11-Jul-04 23:06
Abhishek Avasthi11-Jul-04 23:06 
AnswerRe: How can we receive Shell Notifications ??? Pin
Blake Miller12-Jul-04 8:49
Blake Miller12-Jul-04 8:49 
Generalmove and resize activeX control at runtime Pin
g_g_virat11-Jul-04 4:00
g_g_virat11-Jul-04 4:00 
GeneralRe: move and resize activeX control at runtime Pin
Ryan Binns11-Jul-04 18:13
Ryan Binns11-Jul-04 18:13 
General830421 - PostMessage problem Pin
ilostmyid211-Jul-04 3:36
professionalilostmyid211-Jul-04 3:36 
GeneralRe: 830421 - PostMessage problem Pin
peterchen11-Jul-04 4:34
peterchen11-Jul-04 4:34 

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.