Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i transprant a child dialog's background? Pin
mark novak27-Jul-05 0:33
mark novak27-Jul-05 0:33 
GeneralPath Name Pin
Veera Raghavendra26-Jul-05 17:23
Veera Raghavendra26-Jul-05 17:23 
GeneralRe: Path Name Pin
Bob Stanneveld26-Jul-05 23:14
Bob Stanneveld26-Jul-05 23:14 
GeneralRe: Path Name Pin
Veera Raghavendra26-Jul-05 23:16
Veera Raghavendra26-Jul-05 23:16 
GeneralRe: Path Name Pin
David Crow27-Jul-05 3:09
David Crow27-Jul-05 3:09 
GeneralRe: Path Name Pin
Toby Opferman27-Jul-05 14:28
Toby Opferman27-Jul-05 14:28 
GeneralLockFileEx Pin
Anonymous26-Jul-05 16:48
Anonymous26-Jul-05 16:48 
GeneralEnumerating NICs Pin
franji126-Jul-05 16:46
franji126-Jul-05 16:46 
(apologies if double post - I think I may have messed up) Shucks | :-\

If a PC has multiple NICs, with multiple protocol stacks (e.g. NOT just TCP/IP, but some have just IPX). I want to be able to iterate each NIC and get
1. its user given name (e.g. in XP it's called the "Network Connection" name)
2. Which protocol stack(s) are bound to it (e.g. TCP/IP, IPX, NetBios, et. al.)
3. Do this using C++ (MFC allowed, or just C with an API) on as many Windows OSes as possible (XP only is fine, but would like as many as possible Wink | ;)

I have found the IPHelper API, but that is only good for adapters that have TCP/IP bound to them, but I definitely need it for NICs without TCP/IP bound to them, i.e. IPX (I am truly only concerned with IPX and TCP/IP - the other protocols really don't matter, but wouldn't mind being able to see them).

I have also found WSAEnumProtocols, which lets you iterate protocols across all NICs, but I cannot figure out how to map a specific protocol stack instance back to the specific NIC (specifically to its user assigned name and its IPX network number and/or IP address).

Why isn't there TAPI-like interface for network adapters? I can iterate TAPI devices based on their capabilities (data, voice, can make a call, et.al.). I have found nothing like this for Network Adapters (NICs) in Win32. Laptops especially are coming with multiple NICs (a wireless and a 10/100 base-T), so allowing users to specify "which network" to use is becoming more important.

Won't you please, please help me?!?
GeneralRe: Enumerating NICs Pin
Ted Ferenc26-Jul-05 21:49
Ted Ferenc26-Jul-05 21:49 
Generalnot whats needed Re: Enumerating NICs Pin
franji127-Jul-05 2:04
franji127-Jul-05 2:04 
GeneralFile transfer thru bluetooth USB Pin
cheewooi26-Jul-05 13:27
cheewooi26-Jul-05 13:27 
GeneralWinsock 2 10004 error code Pin
Kuniva26-Jul-05 12:32
Kuniva26-Jul-05 12:32 
GeneralDialog from Plugin & TabStop Pin
Andrei Kashcha26-Jul-05 12:08
Andrei Kashcha26-Jul-05 12:08 
GeneralRe: Dialog from Plugin & TabStop Pin
guiguizk26-Jul-05 18:45
guiguizk26-Jul-05 18:45 
GeneralRe: Dialog from Plugin & TabStop Pin
anvaka26-Jul-05 20:03
anvaka26-Jul-05 20:03 
GeneralRe: Dialog from Plugin & TabStop Pin
guiguizk26-Jul-05 20:45
guiguizk26-Jul-05 20:45 
QuestionWhat do you know about Mandatory Profiles? Pin
Ian Bowler26-Jul-05 11:43
Ian Bowler26-Jul-05 11:43 
GeneralWebBrowser control and the clicking sound Pin
Peter Weyzen26-Jul-05 11:10
Peter Weyzen26-Jul-05 11:10 
GeneralRe: WebBrowser control and the clicking sound Pin
David Crow26-Jul-05 11:22
David Crow26-Jul-05 11:22 
Generalnamespace and DLL issues Pin
Joris van der Pol26-Jul-05 8:25
Joris van der Pol26-Jul-05 8:25 
GeneralKeyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 7:06
c121hains26-Jul-05 7:06 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 8:04
David Crow26-Jul-05 8:04 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 8:14
c121hains26-Jul-05 8:14 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 9:10
David Crow26-Jul-05 9:10 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Kuniva26-Jul-05 12:41
Kuniva26-Jul-05 12:41 

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.