Click here to Skip to main content
15,921,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Replacing ATL Pin
peterchen22-Jan-06 7:32
peterchen22-Jan-06 7:32 
GeneralRe: Replacing ATL Pin
Jim Crafton22-Jan-06 7:36
Jim Crafton22-Jan-06 7:36 
AnswerRe: Replacing ATL Pin
Nemanja Trifunovic23-Jan-06 7:43
Nemanja Trifunovic23-Jan-06 7:43 
GeneralRe: Replacing ATL Pin
Jim Crafton23-Jan-06 8:45
Jim Crafton23-Jan-06 8:45 
QuestionSave series of images to animated gif file! Pin
kanscx22-Jan-06 2:46
kanscx22-Jan-06 2:46 
GeneralARRAY ADT + TEXT Pin
pvatanpour21-Jan-06 21:27
pvatanpour21-Jan-06 21:27 
QuestionChanging IP, gateway, etc programatically Pin
Mutty21-Jan-06 15:50
Mutty21-Jan-06 15:50 
AnswerRe: Changing IP, gateway, etc programatically Pin
Magnus Westin21-Jan-06 23:52
Magnus Westin21-Jan-06 23:52 
I too have been looking in to it. And havent found any way... well except writing a kerner driver. So I use the "netsh" command. I think its available on all windows installations. You can change the IP for the current window session with the help of the IPHelper API (MSDN has examples of its use). But I guess you want to change it permanently.

This is how you would write to change the IP address.

netsh interface ip set address <connection> static <ip> <mask> <gateway> <gateway metric="">


Magnus
AnswerRe: Changing IP, gateway, etc programatically Pin
S. Senthil Kumar22-Jan-06 5:29
S. Senthil Kumar22-Jan-06 5:29 
QuestionGraphics causing high CPU load Pin
ruzu21-Jan-06 13:59
ruzu21-Jan-06 13:59 
AnswerRe: Graphics causing high CPU load Pin
S. Senthil Kumar22-Jan-06 5:32
S. Senthil Kumar22-Jan-06 5:32 
GeneralRe: Graphics causing high CPU load Pin
Stephen Hewitt22-Jan-06 14:24
Stephen Hewitt22-Jan-06 14:24 
QuestionIf you have time could you give me your opinion of my dx code / fixes Pin
tom_dx21-Jan-06 12:01
tom_dx21-Jan-06 12:01 
QuestionHow much data in Pipe? Pin
9ine21-Jan-06 3:56
9ine21-Jan-06 3:56 
AnswerRe: How much data in Pipe? Pin
Toby Opferman21-Jan-06 18:03
Toby Opferman21-Jan-06 18:03 
Questionprinting problem on a graph control Pin
RockyJames21-Jan-06 0:57
RockyJames21-Jan-06 0:57 
AnswerRe: printing problem on a graph control Pin
Lane Yu22-Jan-06 3:11
Lane Yu22-Jan-06 3:11 
GeneralRe: printing problem on a graph control Pin
RockyJames22-Jan-06 19:13
RockyJames22-Jan-06 19:13 
Questiondisabled classwizard Pin
sridhar vattam21-Jan-06 0:36
sridhar vattam21-Jan-06 0:36 
AnswerRe: disabled classwizard Pin
eli1502197921-Jan-06 1:08
eli1502197921-Jan-06 1:08 
GeneralRe: disabled classwizard Pin
sridhar vattam21-Jan-06 1:19
sridhar vattam21-Jan-06 1:19 
GeneralRe: disabled classwizard Pin
sridhar vattam21-Jan-06 1:23
sridhar vattam21-Jan-06 1:23 
GeneralRe: disabled classwizard Pin
eli1502197921-Jan-06 8:41
eli1502197921-Jan-06 8:41 
AnswerRe: disabled classwizard Pin
Owner drawn22-Jan-06 17:07
Owner drawn22-Jan-06 17:07 
QuestionMouse position in CHeaderCtrl column ? Pin
paper6720-Jan-06 23:27
paper6720-Jan-06 23:27 

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.