Click here to Skip to main content
15,917,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: major difference between a service and a exe Pin
geo_m12-Nov-03 3:23
geo_m12-Nov-03 3:23 
Generalini file Pin
jasu12-Nov-03 1:37
jasu12-Nov-03 1:37 
GeneralComplex situation help needed Pin
goldminti12-Nov-03 1:34
goldminti12-Nov-03 1:34 
GeneralReg MFC Error Pin
cberam12-Nov-03 1:23
cberam12-Nov-03 1:23 
GeneralRe: Reg MFC Error Pin
Roger Allen12-Nov-03 1:55
Roger Allen12-Nov-03 1:55 
GeneralRe: Reg MFC Error Pin
David Crow12-Nov-03 3:34
David Crow12-Nov-03 3:34 
QuestionHow can set IP over modem ? Pin
choupani12-Nov-03 1:19
choupani12-Nov-03 1:19 
AnswerRe: How can set IP over modem ? Pin
Antti Keskinen12-Nov-03 4:00
Antti Keskinen12-Nov-03 4:00 
Umm..

A modem usually connects to the serial port of your computer. It, by itself, does not use TCP/IP protocol, and doing that is impossible. After all, a serial port can only belong to a single computer.

So, you cannot use TCP/IP protocol over a modem connection unless you write respective software. This software would be responsible for checking if a modem connection is open (a serial connection), then it creates a virtual network interface and binds this interface to the serial connection. Now, each TCP/IP packet your computer sends is routed through the modem connection. You can consider it like a small LAN running over a phone line. The software is responsible for handling it.

I do not know if there are any software examples which are used to do dial-up networking connections. Windows already has a functioning support for this, so how about allowing it to do the job ? Just setup the computers to use dial-up networking and create a connection between the two computers. Then just use Windows Sockets to open a connection, assuming that the target computer is running a software that is listening to such connections from the "virtual network".

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralUsing MSChart within Visual C++.NET Pin
François Gasnier12-Nov-03 1:19
François Gasnier12-Nov-03 1:19 
GeneralMFC Pin
cberam12-Nov-03 1:15
cberam12-Nov-03 1:15 
GeneralNeed Handle of Scrollbar in list control Pin
super12-Nov-03 0:40
professionalsuper12-Nov-03 0:40 
GeneralRe: Need Handle of Scrollbar in list control Pin
Roger Allen12-Nov-03 2:00
Roger Allen12-Nov-03 2:00 
Generalpointer declaration Pin
Rage11-Nov-03 23:59
professionalRage11-Nov-03 23:59 
GeneralRe: pointer declaration Pin
markkuk12-Nov-03 0:36
markkuk12-Nov-03 0:36 
GeneralRe: pointer declaration Pin
Abhishek Srivastava12-Nov-03 0:59
Abhishek Srivastava12-Nov-03 0:59 
GeneralRe: pointer declaration Pin
Rage12-Nov-03 3:00
professionalRage12-Nov-03 3:00 
GeneralRe: pointer declaration Pin
Antti Keskinen12-Nov-03 4:08
Antti Keskinen12-Nov-03 4:08 
QuestionHow to draw Bezier curve using GDI ? Pin
P. Gnana Prakash11-Nov-03 22:59
P. Gnana Prakash11-Nov-03 22:59 
AnswerRe: How to draw Bezier curve using GDI ? Pin
Abhishek Srivastava12-Nov-03 1:35
Abhishek Srivastava12-Nov-03 1:35 
GeneralDoubt in Line style Pin
P. Gnana Prakash11-Nov-03 22:55
P. Gnana Prakash11-Nov-03 22:55 
GeneralRe: Doubt in Line style Pin
Roger Allen12-Nov-03 2:05
Roger Allen12-Nov-03 2:05 
GeneralRe: Doubt in Line style Pin
Roger Allen12-Nov-03 2:09
Roger Allen12-Nov-03 2:09 
GeneralCDAORecordset::Find() trouble Pin
AntonGogolev11-Nov-03 22:45
AntonGogolev11-Nov-03 22:45 
GeneralRe: CDAORecordset::Find() trouble Pin
Pir8ofTampa12-Nov-03 4:14
Pir8ofTampa12-Nov-03 4:14 
GeneralDisabled a MFC control Pin
jerome_data11-Nov-03 22:33
jerome_data11-Nov-03 22:33 

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.