Click here to Skip to main content
15,889,200 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Divyang Mithaiwala13-Apr-09 20:47
Divyang Mithaiwala13-Apr-09 20:47 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 20:52
Purish Dwivedi13-Apr-09 20:52 
QuestionRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 23:35
Purish Dwivedi13-Apr-09 23:35 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Divyang Mithaiwala14-Apr-09 0:24
Divyang Mithaiwala14-Apr-09 0:24 
QuestionRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
David Crow14-Apr-09 3:17
David Crow14-Apr-09 3:17 
QuestionUpdate data in CEDB using C++ and win32 APIs Pin
vijaywithu13-Apr-09 19:00
vijaywithu13-Apr-09 19:00 
QuestionC++ win32 console copy files problems Pin
h2_goh13-Apr-09 17:44
h2_goh13-Apr-09 17:44 
AnswerRe: C++ win32 console copy files problems Pin
flyxie13-Apr-09 19:08
flyxie13-Apr-09 19:08 
GeneralRe: C++ win32 console copy files problems Pin
h2_goh13-Apr-09 20:36
h2_goh13-Apr-09 20:36 
GeneralRe: C++ win32 console copy files problems Pin
flyxie13-Apr-09 20:51
flyxie13-Apr-09 20:51 
AnswerRe: C++ win32 console copy files problems Pin
KarstenK13-Apr-09 21:40
mveKarstenK13-Apr-09 21:40 
GeneralRe: C++ win32 console copy files problems Pin
Iain Clarke, Warrior Programmer14-Apr-09 3:52
Iain Clarke, Warrior Programmer14-Apr-09 3:52 
QuestionHelp with a simple phone book program Pin
Subrina Bisnauth13-Apr-09 13:20
Subrina Bisnauth13-Apr-09 13:20 
AnswerRe: Help with a simple phone book program Pin
David Crow13-Apr-09 15:42
David Crow13-Apr-09 15:42 
QuestionC++ Socket/Multithread Programming Question Pin
djcouture13-Apr-09 9:18
djcouture13-Apr-09 9:18 
AnswerRe: C++ Socket/Multithread Programming Question Pin
bulg13-Apr-09 12:05
bulg13-Apr-09 12:05 
GeneralRe: C++ Socket/Multithread Programming Question Pin
djcouture14-Apr-09 3:29
djcouture14-Apr-09 3:29 
GeneralRe: C++ Socket/Multithread Programming Question Pin
bulg14-Apr-09 7:32
bulg14-Apr-09 7:32 
GeneralRe: C++ Socket/Multithread Programming Question Pin
djcouture15-Apr-09 5:27
djcouture15-Apr-09 5:27 
QuestionInternet to USB application Pin
2buck5613-Apr-09 9:17
2buck5613-Apr-09 9:17 
This is just a general question looking for suggestions. I want to use Visual C++ 6.0 to create an application that will allow me to pass traffic from the internet to a special USB device I have designed. Presently I can send to and get responses from the USB device using the code development tools.

My thinking is to create an internet application on the PC side using a port above 1024. By doing that I don't have to get the remote end user to make any changes on their router. I was thinking of maybe creating something similar to a telnet server or maybe a chat client/server.

I will just be passing small commands over the internet which will then be sent out the USB port on the PC to my embedded application. The USB device will just return a "Success" or "Failure" response. Does anyone have any suggestions as what would be the best approach to this?

Thank you.

Ray
AnswerRe: Internet to USB application Pin
bulg13-Apr-09 12:08
bulg13-Apr-09 12:08 
GeneralRe: Internet to USB application Pin
2buck5613-Apr-09 13:04
2buck5613-Apr-09 13:04 
QuestionMore specific question, help please Pin
bulg13-Apr-09 14:32
bulg13-Apr-09 14:32 
AnswerRe: More specific question, help please Pin
2buck5613-Apr-09 15:58
2buck5613-Apr-09 15:58 
AnswerRe: Internet to USB application Pin
Iain Clarke, Warrior Programmer14-Apr-09 4:02
Iain Clarke, Warrior Programmer14-Apr-09 4:02 

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.