Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to copy and replace folder in desktop with C#/Winforms? Pin
George Tourtsinakis29-Jul-15 6:08
George Tourtsinakis29-Jul-15 6:08 
Questionintegrate payment gate away in asp.net website Pin
Member 1185937025-Jul-15 4:00
Member 1185937025-Jul-15 4:00 
AnswerRe: integrate payment gate away in asp.net website Pin
OriginalGriff25-Jul-15 4:13
mveOriginalGriff25-Jul-15 4:13 
AnswerRe: integrate payment gate away in asp.net website Pin
F-ES Sitecore25-Jul-15 9:20
professionalF-ES Sitecore25-Jul-15 9:20 
AnswerRe: integrate payment gate away in asp.net website Pin
George Tourtsinakis27-Jul-15 8:53
George Tourtsinakis27-Jul-15 8:53 
QuestionHello i need help for menustrip change theme Pin
Member 1186131324-Jul-15 7:02
Member 1186131324-Jul-15 7:02 
AnswerRe: Hello i need help for menustrip change theme Pin
OriginalGriff24-Jul-15 8:11
mveOriginalGriff24-Jul-15 8:11 
AnswerRe: Hello i need help for menustrip change theme Pin
Afzaal Ahmad Zeeshan24-Jul-15 8:11
professionalAfzaal Ahmad Zeeshan24-Jul-15 8:11 
QuestionText to Audio in C#? Pin
Shailendra Singh Chauhan24-Jul-15 3:06
Shailendra Singh Chauhan24-Jul-15 3:06 
AnswerRe: Text to Audio in C#? Pin
Wendelius24-Jul-15 3:40
mentorWendelius24-Jul-15 3:40 
GeneralRe: Text to Audio in C#? Pin
Shailendra Singh Chauhan24-Jul-15 6:03
Shailendra Singh Chauhan24-Jul-15 6:03 
AnswerRe: Text to Audio in C#? Pin
Dave Kreskowiak24-Jul-15 3:48
mveDave Kreskowiak24-Jul-15 3:48 
GeneralRe: Text to Audio in C#? Pin
Shailendra Singh Chauhan24-Jul-15 6:02
Shailendra Singh Chauhan24-Jul-15 6:02 
AnswerRe: Text to Audio in C#? Pin
Afzaal Ahmad Zeeshan24-Jul-15 8:10
professionalAfzaal Ahmad Zeeshan24-Jul-15 8:10 
GeneralRe: Text to Audio in C#? Pin
Shailendra Singh Chauhan24-Jul-15 17:08
Shailendra Singh Chauhan24-Jul-15 17:08 
Questionchange focous when enter texbox Pin
Cenator23-Jul-15 23:14
Cenator23-Jul-15 23:14 
AnswerRe: change focous when enter texbox Pin
OriginalGriff23-Jul-15 23:26
mveOriginalGriff23-Jul-15 23:26 
GeneralRe: change focous when enter texbox Pin
Cenator23-Jul-15 23:54
Cenator23-Jul-15 23:54 
GeneralRe: change focous when enter texbox Pin
Dave Kreskowiak24-Jul-15 2:12
mveDave Kreskowiak24-Jul-15 2:12 
QuestionRe: change focous when enter texbox Pin
Cenator24-Jul-15 2:46
Cenator24-Jul-15 2:46 
AnswerRe: change focous when enter texbox Pin
Dave Kreskowiak24-Jul-15 3:37
mveDave Kreskowiak24-Jul-15 3:37 
GeneralRe: change focous when enter texbox Pin
Cenator24-Jul-15 3:54
Cenator24-Jul-15 3:54 
QuestionChanging IP Address with program. Pin
Member 1129387623-Jul-15 22:14
Member 1129387623-Jul-15 22:14 
AnswerRe: Changing IP Address with program. Pin
OriginalGriff23-Jul-15 23:24
mveOriginalGriff23-Jul-15 23:24 
That's because you can't do it.

There are two IP addresses involved here:
1) The "local" IP address by which you communicate to your router (or other internet gateway device) - this is likely to start with 192.168.xxx.xxx and can be changed, if you communicate with your local DHCP controller and ask it to re-assign you a new address. This is dependant on the actual kit you use for DHCP services, so there isn't a "one-stop" way to do it.
It is very unlikely that you actually want to change this IP address!

2) The internet IP address by which you communicate with websites - this will not start with 192.xxx.xxx.xxx but could start with almost anythign else.
This is probably the one you want to change to "hide" who you are from other sites. It's also the one you can't change at all!
Partly because it is shared by all devices connected to your router, so changing it would disconnect them from whatever they are doing, and mostly because it is assigned by your Internet Service Provider and may be Static (never, ever changes) or Dynamic (changes when the ISP recycles the connection). Dynamic IPs can be changed by resetting the ADSL connection, but in the case of Fibre based connections the "down time" has to be significant - hours at the least, and I have heard of days being needed to get a really new IP.

You can "sort of" change your IP by going via a internet based proxy server, but do bear in mind that they do record what you do, and may limit your activities and / or send the monitor data to various legal authorities. In addition, a proxy based system may change it once, but you will probably get the same IP the next time you use the same service.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

QuestionC# program for my SSIS script task help Pin
czaar99923-Jul-15 21:16
czaar99923-Jul-15 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.