Click here to Skip to main content
15,892,005 members
Everything / General Programming / Internet

Internet

Internet

Great Reads

by Thomas Daniels
A tip about how to create a local server in C#.
by Richard Eng
A tip for creating a web application using the easiest programming language and framework you can imagine
by ASP.NET Community
How to copy the text of a textbox to clipboard using JavaScript.
by tonywilk
Example server and client using different protocols over a Websocket (php/js)

Latest Articles

by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
by hemanthk119
Scripts for a truly randomized and kill switch enabled VPN router
by Matt Pogue
I was reading a great article recently about subdomain enumeration services and it got me thinking about Let's Encrypt and internal domains.
by Artem Moroz
Using ESP8266 module to remotely control high power electrical appliances

All Articles

Sort by Updated

Internet 

16 Jul 2023 by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
14 Feb 2023 by hemanthk119
Scripts for a truly randomized and kill switch enabled VPN router
22 Apr 2022 by Matt Pogue
I was reading a great article recently about subdomain enumeration services and it got me thinking about Let's Encrypt and internal domains.
30 Apr 2021 by deXo-fan
Hello, I have a code for a server that works just fine on the localhost. I was wondering if I could use that same code to support and publish a website. Make it available online for others, that is. Put... on... internet... I don't think I can...
1 Apr 2021 by Mohammad Tavoosi
I want to run this [C# remote desktop program] or every simple C# Server-Client socket app over the internet network but it does not work on the internet network although it works on the LAN network because of the NAT table. To solve this...
1 Apr 2021 by Richard MacCutchan
You should post your question in the forum at the end of the article. The author will be the best person to answer it.
4 Feb 2021 by Mohammad Tavoosi
I have a very simple C# client/server chat application with TCP/IP Protocol that it works on local network but I want to use it on internet network but it seem is not easily in C# and I must to do port forwarding on server router or use SSH...
4 Feb 2021 by OriginalGriff
Have a look here: SignalR - Simple Chat Application in C#[^] - it's a lot simpler than trying to use TCP/IP directly.
29 Sep 2020 by OriginalGriff
This is just a guess, but ... it sounds like you are trying to use the past state of web site as a backup mechanism for a website, and that really isn't going to work. The wayback machine stores a static copy of the HTML for a site as I...
29 Sep 2020 by tool__
I wonder if the cached page working properly as it was originally. I try to cache a page and be exactly as it was. If you suggest me to try and see, I will, If you have any counsel for me please proceed What I have tried: I'm looking for...
29 Sep 2020 by tool__
I'm asking if the files are no longer hosted in their original server do the exists on the Internet Archive? What I have tried: I have tried to cache on the Internet Archive a page with audio files attached, it did not cache the files just the...
29 Sep 2020 by OriginalGriff
No. Only the HTML is cached, it (generally) has no direct access to the data behind that. Think about it: to cache the whole site, it would need direct access to the DB server to cache a snapshot of the whole database which would be a massive...
25 Jun 2020 by Member 1628554
Hi, I used the sniffer application on a PC connected to a 3G USB dongle for internet access. I have found that there are no DNS packets (port 53) associated with either TCP or UDP packets. Are you able to tell me why, I think i'm missing a...
25 Jun 2020 by Dave Kreskowiak
The machine may be caching the DNS resolution results from previous requests. Open a CMD prompt and type ipconfig /displaydns to show what's in the resolver cache.
1 May 2020 by RickZeeland
You could make a ClickOnce web installer, see list here: installers-for-windows-programs[^] If you want to protect your code, you can use an obfuscator like Dotfuscator or one of these: obfuscators-for-net-code[^] This will still allow a user...
1 May 2020 by Afzaal Ahmad Zeeshan
Quote: Also I doubt they can distribute it also. Which they will, which is why online pirated software copies of Windows, Office, and other premium software like Adobe are available. You do your best to prevent the usage, by locking the software...
1 May 2020 by CodeMine
Hi, I have developed a "school management software" using vb.net. I have created the setup file for this. If i sell to somebody they can install it in their machine by double clicking "Setup" File. Also I doubt they can distribute it also. is...
27 Sep 2019 by Member 13438975
Any FREE XML News Feed API for Compatible with C# What I have tried: I want a free API to call the breaking news in EGYPT here and I hope to be free if you can POST me an idea; any free XML API for news please help!
27 Sep 2019 by RickZeeland
Trawlingweb offers a free plan: trawlingweb.com[^] News API looks interesting too: C# client library - News API[^] It does not offer XML, but should not be difficult if you use their library calls.
27 Sep 2019 by MadMyche
C# has the SyndicationFeed class which can be used with RSS as well as Atom. SyndicationFeed Class (System.ServiceModel.Syndication) | Microsoft Docs[^] Google also has quite a few listings for tutorials, such as this: Build an RSS reader in 5 minutes | Thomas Levesque's .NET blog[^] The code...
27 Sep 2019 by Member 13438975
Hello there I don't have any knowledge in coding an Rss feed reader application in C# so please I need a guide. Bottom line: CAN YOU GIVE ME A SIMPLE CODE THAT'S ACTUALLY WORKS AND READS THE RSS FEED SUBJECT AND SHOWS IT IN A TEXT BOX in C#. What I have tried: Nothing. tryin to do it for the...
13 Aug 2019 by Roger Burke
Hi have just installed Docker for Windows 10 and as soon as it rebooted I had no internet. I currently run a cable from the router under DHCP and have had no problems before this What I have tried: ...have done all the basics - changed ports/cables/lan connectors but whichever connector I put...
13 Aug 2019 by RickZeeland
See answer here: Internet doesnt work after Docker installed? - Docker Desktop for Windows - Docker Forums[^]
30 Mar 2019 by Member 14205173
Hello i'm making Music player with clean look and great design and i'm about to finish it but i want to add a cool smart feature is when there is an internet connection and there isn't album cover in the mp3 file ('The song) then the program should download and get the cover by name of the mp3...
27 Aug 2018 by OriginalGriff
These are not the sites you are looking for; You can go about your business; Move along... move along. There is no-one "controlling the internet". I'd suspect you need to check your computer, ISP, and maybe stop visiting those conspiracy sites...
27 Aug 2018 by solar os
Why is it that the internet sometimes doesn't worcs some site are browsable but others are not !could browse codeproject.com for several days and the code and the project were delayed. Does someboby controls the internet, did network statistics with r option and coud c that host is not...
7 Aug 2018 by Artem Moroz
Using ESP8266 module to remotely control high power electrical appliances
12 May 2018 by Richard Eng
A tip for creating a web application using the easiest programming language and framework you can imagine
9 Nov 2017 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action. Try it yourself, you may find it is...
24 Oct 2017 by Kornfeld Eliyahu Peter
In the first part[^] I asked some too vague and general question...Now I have more thoughts in place so some more concrete (but not too concrete) question...Now I have several (actually I build only one, but that's unimportant) RFID reader modules...These modules have the RFID reader...
6 Jul 2017 by Mehmet Sari52
I write a program in C# and my program windows form application. Application about optical mark reader for tests. I need to learn who installed my program, _ maybe ip adress maybe computer name_ How many times they used. is program licenses or fake. so on. When user open the application or...
6 Jul 2017 by Dave Kreskowiak
What do you think you're going to get out of this? The BEST you're going to get is the internal IP address of the machine that's doing the installation and/or running the application. That cannot be mapped back to anyone, any address, or any company. You can get the account doing the...
6 Jun 2017 by Member 13244363
Good evening! Together with a couple of class mates, I've come up with an idea that we'll work on from August this year to around March 2018 as a school project. We're learning electronics, and as a disclaimer: We're pretty much brand new to the world of programming, and all we've done is some...
6 Jun 2017 by Jochen Arndt
For such a project you need a system that is acting as server for your data. That server must have a public address to be reached from the client (the Arduino system) and should be always online. For those reasons, other solutions often use a hosted web site. If you want to use a dedicated...
23 May 2017 by markscodeproject
Basic implementation of HTTP request handling for Arduino with Wiznet 5100 Ethernet shield
1 May 2017 by GoobyGuy1
So im trying to connect to the internet using my WebBrowser control in C# and what I do is that I change the Registry Editor to change the Proxy settings in Internet Explorer but it doesnt actually apply the proxy server until I restart the application. For example.. 1. I start the application...
1 May 2017 by Dave Kreskowiak
You're hacking the setting directly into the registry, but the application doesn't know this stuff changed. The WebBrowser control only loads the proxy information once, when the control is created. You have to change the proxy information using the functions in WinInet.dll, example of which...
23 Mar 2017 by Member 3395794
I want to Force internet Explorer Always to ask save file prompt, also downloading pdf and also with some reader installed. Someone knows what registry settings works for this purpose? Or any other solution?ThanksWhat I have tried:i need this working on webbrowser, i tried to add...
23 Mar 2017 by F-ES Sitecore
Send your file with the content type "application/octet-stream" rather than "application/pdf". That way the browser will always treat it as a basic binary file and the only options it will give are to open or save.Also as a basic rule "forcing IE to...." is never a solution for any problem....
15 Feb 2017 by CodeGlitch
Hello All!I need to create a client that will sync some of the users local folders to a remote server but i can't use dropbox or any other client already created, i need to make my own to implement features according to my company needs.What are your opinions about what should i use? I have...
15 Feb 2017 by Srusti Thakkar
I am also want to do this. But I want to sync local folder with onedrive using C# technology. Is there any solution?
18 Jan 2017 by hermanLk
Good dayI am stuck with a challenge. I want to create an android app that will send the following information:1. User Name2. Time & Date Stamp3. GPS Location This information needs to be sent to a PC in my office via internet and needs to be stored to a MS Access data base. All of...