Click here to Skip to main content
15,915,791 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to set font in VC++6.0 for particular application which should not affect other part of OS. Pin
Atul2312-Mar-07 20:33
Atul2312-Mar-07 20:33 
AnswerRe: How to set font in VC++6.0 for particular application which should not affect other part of OS. Pin
Ranjoy Guha13-Mar-07 2:20
Ranjoy Guha13-Mar-07 2:20 
QuestionDynamic timer Pin
sulabh_expert@rediffmail.com12-Mar-07 20:13
sulabh_expert@rediffmail.com12-Mar-07 20:13 
QuestionDetermining Proxy In Use? Pin
Peter Weyzen12-Mar-07 19:42
Peter Weyzen12-Mar-07 19:42 
QuestionPCI Parallel Port Pin
johncotter12-Mar-07 19:17
johncotter12-Mar-07 19:17 
AnswerRe: PCI Parallel Port Pin
Garth J Lancaster12-Mar-07 20:14
professionalGarth J Lancaster12-Mar-07 20:14 
Questiontransfering a file in serial port Pin
saranjeganinvent12-Mar-07 19:10
saranjeganinvent12-Mar-07 19:10 
AnswerRe: transfering a file in serial port Pin
ThatsAlok12-Mar-07 19:48
ThatsAlok12-Mar-07 19:48 
saranjeganinvent wrote:
1.i got strucked in the reading part and writting part

  are you able to transfer single character at a time... if yes.. then it pretty much easy.. create some header mechanism  or handshaking  .. i.e. 
communication between two port,
Port5 : connect to Port 6 com port!
Port5: File K0 (0x03) //end character
port6: File 10 codeproject.cpp (0x03)
port5:  Data K0 (0x03)
port6:  Data 20 12345678901234567890 (0x03
loop back till you recv whole file!
here File and Data are Command and
File K0 asking for file name and in return it's getting File [Length of FileName] [Actual FileName]
Data KO format will be Data [Length of Data] [actuaLData]



"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
Global Interface Table: An Easy Way to Marshal an Interface Pointer[new]
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You

Questionimage properties Pin
vasu_sri12-Mar-07 19:01
vasu_sri12-Mar-07 19:01 
AnswerRe: image properties Pin
Hamid_RT12-Mar-07 19:15
Hamid_RT12-Mar-07 19:15 
QuestionNeed help in Multithreading Pin
neha.agarwal2712-Mar-07 18:43
neha.agarwal2712-Mar-07 18:43 
AnswerRe: Need help in Multithreading Pin
ThatsAlok12-Mar-07 19:39
ThatsAlok12-Mar-07 19:39 
AnswerRe: Need help in Multithreading Pin
Ranjoy Guha12-Mar-07 23:19
Ranjoy Guha12-Mar-07 23:19 
QuestionI set warning level = 4, but show some warning? Pin
mfc_dialog12-Mar-07 18:31
mfc_dialog12-Mar-07 18:31 
AnswerRe: I set warning level = 4, but show some warning? Pin
Paresh Chitte12-Mar-07 18:50
Paresh Chitte12-Mar-07 18:50 
QuestionAre there any Windows APIs to get the Cluster IP address? Pin
programvinod12-Mar-07 18:22
programvinod12-Mar-07 18:22 
Questionhave a question for hw, don't know how to do it? Pin
bigtimer102212-Mar-07 17:47
bigtimer102212-Mar-07 17:47 
AnswerRe: have a question for hw, don't know how to do it? Pin
_AnsHUMAN_ 12-Mar-07 19:41
_AnsHUMAN_ 12-Mar-07 19:41 
QuestionCreating a Control from a resource Pin
StevenS_Dev12-Mar-07 15:17
StevenS_Dev12-Mar-07 15:17 
AnswerRe: Creating a Control from a resource Pin
prasad_som12-Mar-07 17:53
prasad_som12-Mar-07 17:53 
AnswerRe: Creating a Control from a resource Pin
cmk12-Mar-07 18:02
cmk12-Mar-07 18:02 
AnswerRe: Creating a Control from a resource Pin
StevenS_Dev13-Mar-07 6:36
StevenS_Dev13-Mar-07 6:36 
GeneralRe: Creating a Control from a resource Pin
Mark Salsbery13-Mar-07 7:50
Mark Salsbery13-Mar-07 7:50 
AnswerRe: Creating a Control from a resource Pin
JudyL_MD13-Mar-07 8:51
JudyL_MD13-Mar-07 8:51 
GeneralRe: Creating a Control from a resource Pin
Mark Salsbery13-Mar-07 15:22
Mark Salsbery13-Mar-07 15:22 

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.