Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to call com dll function Pin
With_problem19-Dec-06 16:04
With_problem19-Dec-06 16:04 
AnswerRe: how to call com dll function Pin
includeh1019-Dec-06 18:35
includeh1019-Dec-06 18:35 
AnswerRe: how to call com dll function Pin
LaHaHa20-Dec-06 16:08
LaHaHa20-Dec-06 16:08 
QuestionHow do I write comment into jpeg file? Pin
simonchen.net19-Dec-06 15:43
simonchen.net19-Dec-06 15:43 
Questionhow to send a DTMF with RFC2833 ? Pin
lihaonx19-Dec-06 15:23
lihaonx19-Dec-06 15:23 
Question_USE_RTM_VERSION Pin
Justin Hallet19-Dec-06 8:34
Justin Hallet19-Dec-06 8:34 
AnswerRe: _USE_RTM_VERSION Pin
Wes Aday19-Dec-06 9:04
professionalWes Aday19-Dec-06 9:04 
AnswerRe: _USE_RTM_VERSION Pin
Justin Hallet19-Dec-06 10:45
Justin Hallet19-Dec-06 10:45 
QuestionCreating GUI in .lib file and invoking it from some other application Pin
ku1983200119-Dec-06 6:56
ku1983200119-Dec-06 6:56 
General[Message Deleted] Pin
Justin Hallet19-Dec-06 6:30
Justin Hallet19-Dec-06 6:30 
GeneralRe: VC2005 and SP1, _USE_RTM_VERSION Pin
Chris Meech19-Dec-06 8:22
Chris Meech19-Dec-06 8:22 
GeneralRe: VC2005 and SP1, _USE_RTM_VERSION Pin
Christian Graus19-Dec-06 8:35
protectorChristian Graus19-Dec-06 8:35 
GeneralRe: VC2005 and SP1, _USE_RTM_VERSION Pin
Hamid_RT19-Dec-06 18:38
Hamid_RT19-Dec-06 18:38 
QuestionFiltering Data on port. Pin
Kobi_Z19-Dec-06 5:25
Kobi_Z19-Dec-06 5:25 
AnswerRe: Filtering Data on port. Pin
Mark Salsbery19-Dec-06 7:24
Mark Salsbery19-Dec-06 7:24 
Do you have the source code for the program? If so, you know the protocol(s) the app is
communicating with so you can write a filter app that listens on an arbitrary port. When you
connect to the filter app, the filter app can connect to the remote server. The filter app needs
to forward all data it receives in both directions.

If you don't know the protocols used, there's a handy, free, packet capture library libpcap[^]
that may be helpful.
GeneralRe: Filtering Data on port. Pin
Kobi_Z19-Dec-06 16:55
Kobi_Z19-Dec-06 16:55 
GeneralRe: Filtering Data on port. Pin
Mark Salsbery20-Dec-06 5:06
Mark Salsbery20-Dec-06 5:06 
QuestionHow to give "Pressed" look to static control Pin
Hemant kulkarni19-Dec-06 4:21
Hemant kulkarni19-Dec-06 4:21 
AnswerRe: How to give "Pressed" look to static control Pin
basementman19-Dec-06 4:35
basementman19-Dec-06 4:35 
AnswerRe: How to give "Pressed" look to static control Pin
Hamid_RT20-Dec-06 0:27
Hamid_RT20-Dec-06 0:27 
QuestionVirtual Memory Pin
cy163@hotmail.com19-Dec-06 3:49
cy163@hotmail.com19-Dec-06 3:49 
AnswerRe: Virtual Memory Pin
George L. Jackson19-Dec-06 3:55
George L. Jackson19-Dec-06 3:55 
AnswerRe: Virtual Memory Pin
Gokalp Peker19-Dec-06 4:18
Gokalp Peker19-Dec-06 4:18 
GeneralRe: Virtual Memory Pin
cy163@hotmail.com19-Dec-06 4:23
cy163@hotmail.com19-Dec-06 4:23 
GeneralRe: Virtual Memory Pin
markkuk19-Dec-06 8:20
markkuk19-Dec-06 8:20 

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.