Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Registration or Login Screen in an SDI application Pin
Marc Soleda23-Nov-05 20:47
Marc Soleda23-Nov-05 20:47 
AnswerRe: Registration or Login Screen in an SDI application Pin
Cool Ju24-Nov-05 0:37
Cool Ju24-Nov-05 0:37 
QuestionMFC and Global Variables :How can i access them ? Pin
sdancer7523-Nov-05 7:19
sdancer7523-Nov-05 7:19 
AnswerRe: MFC and Global Variables :How can i access them ? Pin
BlackDice23-Nov-05 11:08
BlackDice23-Nov-05 11:08 
AnswerRe: MFC and Global Variables :How can i access them ? Pin
Christian Graus23-Nov-05 11:28
protectorChristian Graus23-Nov-05 11:28 
AnswerRe: MFC and Global Variables :How can i access them ? Pin
ThatsAlok28-Nov-05 17:39
ThatsAlok28-Nov-05 17:39 
QuestionHow to set LPT ? to read and write byte Pin
quangpk23-Nov-05 5:33
quangpk23-Nov-05 5:33 
AnswerRe: How to set LPT ? to read and write byte Pin
khan++23-Nov-05 23:08
khan++23-Nov-05 23:08 
To input using the data byte (pins 2-9), the port should be configured as bi-directional; i.e, can input and output on the same pins. There is a bit in I believe (forgot the address, either 0x379, or 0x37A), which needs to be set to input data from the port, instead of the usual output.
If you have already made it bi-directional, then there is something wrong with the wiring, or the port, or it is something else. Smile | :)


this is this.
GeneralRe: How to set LPT ? to read and write byte Pin
quangpk1-Dec-05 6:35
quangpk1-Dec-05 6:35 
QuestionHow to read and write data to File's section Pin
Loc Milkyway23-Nov-05 4:51
Loc Milkyway23-Nov-05 4:51 
AnswerRe: How to read and write data to File's section Pin
ThatsAlok28-Nov-05 17:06
ThatsAlok28-Nov-05 17:06 
GeneralRe: How to read and write data to File's section Pin
Loc Milkyway29-Nov-05 2:42
Loc Milkyway29-Nov-05 2:42 
GeneralRe: How to read and write data to File's section Pin
ThatsAlok29-Nov-05 17:41
ThatsAlok29-Nov-05 17:41 
GeneralRe: Thank you Pin
Loc Milkyway30-Nov-05 3:25
Loc Milkyway30-Nov-05 3:25 
QuestionMouse click Simulation ? Pin
kendao23-Nov-05 3:50
kendao23-Nov-05 3:50 
AnswerRe: Mouse click Simulation ? Pin
khan++23-Nov-05 22:58
khan++23-Nov-05 22:58 
AnswerRe: Mouse click Simulation ? Pin
ThatsAlok28-Nov-05 16:53
ThatsAlok28-Nov-05 16:53 
QuestionText Capture Problem. Pin
Jewel Nandy23-Nov-05 2:51
Jewel Nandy23-Nov-05 2:51 
AnswerRe: Text Capture Problem. Pin
BlackDice23-Nov-05 11:11
BlackDice23-Nov-05 11:11 
AnswerRe: Text Capture Problem. Pin
ThatsAlok28-Nov-05 20:58
ThatsAlok28-Nov-05 20:58 
Question<queue> queue threadsafe? Pin
Pixinger7723-Nov-05 2:02
Pixinger7723-Nov-05 2:02 
AnswerRe: <queue> queue threadsafe? Pin
Tim Smith23-Nov-05 3:56
Tim Smith23-Nov-05 3:56 
GeneralRe: <queue> queue threadsafe? Pin
Pixinger7723-Nov-05 20:00
Pixinger7723-Nov-05 20:00 
QuestionIncreasing of Header column of CList Control Pin
mikobi23-Nov-05 1:08
mikobi23-Nov-05 1:08 
AnswerRe: Increasing of Header column of CList Control Pin
Blake Miller23-Nov-05 9:40
Blake Miller23-Nov-05 9:40 

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.