Click here to Skip to main content
16,016,345 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WMI Pin
YusufK23-Aug-05 7:59
YusufK23-Aug-05 7:59 
GeneralRe: WMI Pin
Christian Graus23-Aug-05 13:27
protectorChristian Graus23-Aug-05 13:27 
GeneralRe: WMI Pin
MailtoGops23-Aug-05 0:14
MailtoGops23-Aug-05 0:14 
GeneralRe: WMI Pin
YusufK23-Aug-05 8:02
YusufK23-Aug-05 8:02 
GeneralUsing MAC address Pin
Shay Harel22-Aug-05 8:28
Shay Harel22-Aug-05 8:28 
GeneralRe: Using MAC address Pin
Johnny ²22-Aug-05 10:25
Johnny ²22-Aug-05 10:25 
GeneralRe: Using MAC address Pin
Shay Harel22-Aug-05 10:39
Shay Harel22-Aug-05 10:39 
GeneralRe: Using MAC address Pin
geo_m22-Aug-05 20:29
geo_m22-Aug-05 20:29 
Yes, they generally all uses some sort of central server. Problem is that you can't use MAC outside your LAN network segment. Outside of this scope even the MAC address is different (see ARP for details). For connecting over tcp/ip or udp/ip you always need a IP address.

You can consider using udp broadcasts in your design - newly started application can send udp broadcast (I'm here and my address is ...) to all interesting parties. But usage of broadcasts are usually limited by the network architecture - usually up to the nearest router.
GeneralRe: Using MAC address Pin
Shay Harel23-Aug-05 3:14
Shay Harel23-Aug-05 3:14 
Generalcontrolling window size during Cascade Pin
moredip22-Aug-05 8:27
moredip22-Aug-05 8:27 
GeneralReed ini, code request Pin
kimelott22-Aug-05 7:56
kimelott22-Aug-05 7:56 
GeneralRe: Reed ini, code request Pin
Bob Ciora22-Aug-05 8:03
Bob Ciora22-Aug-05 8:03 
AnswerRe: Reed ini, code request Pin
Chris Losinger22-Aug-05 10:57
professionalChris Losinger22-Aug-05 10:57 
Generalsubclassing concept Pin
23_44422-Aug-05 7:41
23_44422-Aug-05 7:41 
GeneralRe: subclassing concept Pin
HumanOsc22-Aug-05 11:20
HumanOsc22-Aug-05 11:20 
GeneralRe: subclassing concept Pin
Jose Lamas Rios22-Aug-05 17:40
Jose Lamas Rios22-Aug-05 17:40 
GeneralRe: subclassing concept Pin
23_44423-Aug-05 6:20
23_44423-Aug-05 6:20 
GeneralQuestion about CFormView Pin
Joel Holdsworth22-Aug-05 7:26
Joel Holdsworth22-Aug-05 7:26 
GeneralRe: Question about CFormView Pin
Ravi Bhavnani22-Aug-05 8:32
professionalRavi Bhavnani22-Aug-05 8:32 
GeneralRe: Question about CFormView Pin
Joel Holdsworth22-Aug-05 22:04
Joel Holdsworth22-Aug-05 22:04 
GeneralC++ Design Pin
csylesh22-Aug-05 7:22
csylesh22-Aug-05 7:22 
GeneralRe: C++ Design Pin
Bob Stanneveld22-Aug-05 10:45
Bob Stanneveld22-Aug-05 10:45 
GeneralActiveX versioning Pin
KaЯl22-Aug-05 5:59
KaЯl22-Aug-05 5:59 
GeneralRe: ActiveX versioning Pin
David Crow22-Aug-05 7:22
David Crow22-Aug-05 7:22 
GeneralRe: ActiveX versioning Pin
KaЯl22-Aug-05 21:16
KaЯl22-Aug-05 21:16 

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.