Click here to Skip to main content
16,004,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capturing Video Surface Pin
Chiew Heng Wah4-Aug-03 22:07
Chiew Heng Wah4-Aug-03 22:07 
GeneralRe: Capturing Video Surface Pin
Member 161799930-May-05 4:53
Member 161799930-May-05 4:53 
QuestionHow to capture the file name while doing saving process of a file Pin
tha_siva3-Aug-03 20:01
tha_siva3-Aug-03 20:01 
GeneralBitmap constructor Pin
devvvy3-Aug-03 19:47
devvvy3-Aug-03 19:47 
GeneralLooking for graphics app shell Pin
Ken Turkowki3-Aug-03 19:45
Ken Turkowki3-Aug-03 19:45 
GeneralRe: Looking for graphics app shell Pin
Andrew Walker4-Aug-03 1:53
Andrew Walker4-Aug-03 1:53 
GeneralRetrieving LAN ipaddress range programmatically Pin
haritadala3-Aug-03 19:04
haritadala3-Aug-03 19:04 
GeneralRe: Retrieving LAN ipaddress range programmatically Pin
geo_m3-Aug-03 21:16
geo_m3-Aug-03 21:16 
take ip address of your machine, mask it with the subnet mask and you'll have the address of the subnet, then you can set all masked-out bits to 1 and you'll get the broadcast address for the subnet. Everything between is addresses that can be used inside the same subnet where the computer is located.
But this works only for one subnet, I don't know any universal method to get all addresses in the LAN if it consists of several subnets (except obvious 'contact your administrator')

Simplistic example:
IP addr: 192.168.0.1
MASK: 255.255.255.0

subnet addr: 192.168.0.0
broadcast.: 192.168.0.255

addr. 192.168.0.1 - 192.168.0.254 are available for use in this net segment
GeneralCreate Header & Source Files Pin
yitzhak3-Aug-03 18:46
yitzhak3-Aug-03 18:46 
GeneralRe: Create Header & Source Files Pin
Frank K3-Aug-03 19:52
Frank K3-Aug-03 19:52 
GeneralRe: Create Header & Source Files Pin
Toni783-Aug-03 19:54
Toni783-Aug-03 19:54 
GeneralVC++ method to get List of Pluggins installed Pin
RaajaOfSelf3-Aug-03 18:43
RaajaOfSelf3-Aug-03 18:43 
GeneralXML access Pin
deanoA3-Aug-03 17:31
deanoA3-Aug-03 17:31 
GeneralRe: XML access Pin
Ravi Bhavnani3-Aug-03 19:40
professionalRavi Bhavnani3-Aug-03 19:40 
QuestionWhy there are memory leaks? Pin
EastDragon3-Aug-03 16:48
EastDragon3-Aug-03 16:48 
AnswerRe: Why there are memory leaks? Pin
Brian Shifrin3-Aug-03 17:05
Brian Shifrin3-Aug-03 17:05 
AnswerRe: Why there are memory leaks? Pin
Joe Woodbury3-Aug-03 22:14
professionalJoe Woodbury3-Aug-03 22:14 
GeneralOverriding "Window | Close All" Pin
Ravi Bhavnani3-Aug-03 16:39
professionalRavi Bhavnani3-Aug-03 16:39 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 0:26
Neville Franks4-Aug-03 0:26 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani4-Aug-03 3:27
professionalRavi Bhavnani4-Aug-03 3:27 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 3:35
Neville Franks4-Aug-03 3:35 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani5-Aug-03 1:27
professionalRavi Bhavnani5-Aug-03 1:27 
Generalreseditor Pin
devvvy3-Aug-03 16:28
devvvy3-Aug-03 16:28 
QuestionChange wallpaper & Active Desktop ? Pin
blueinred3-Aug-03 16:13
blueinred3-Aug-03 16:13 
AnswerRe: Change wallpaper & Active Desktop ? Pin
zeki yugnak4-Aug-03 3:18
zeki yugnak4-Aug-03 3:18 

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.