internet

Calling C# function on connected to Wifi or Lan.

I already know how to check if there's a connection to the internet. But I want this(function) to be called when the user plugs a lan line in or connect to a wifi network. Basically am creating a Auto-Login for my university. ...

Redirect help needed! Any tips/advice appreciated

Hi, this is my situation: I need to create an app that listens to URL's entered on a browser so that when a particular site is entered (e.g. google.com), it redirects this to www.mysite.com/Redirect.aspx?site=google.com, so that this click is recorded on mysite.com and then the user is redirected to the original entry i.e. google.com O...

How to implement your own WHOIS server?

How would you get the WHOIS information to provide in the first place? Note that I'm not actually intending to do this; I'm just interested in how it would work! ...

IE randomly not allowing input into input fields

This is a weird error. I have a few pages of inputs, these inputs have been heavily tested in Firefox and IE. In FF everything works as expected, but in IE randomly it wont let me insert text into input fields. This goes for every input field on that page. This requires me to refresh the entire application page in order to get it to work...

Result of IWebBrowser2->GetDocument() doesn't implement IHTMLDOMNode

I have a Browser Helper Object and want to do some operations on the DOM of a website. I am struggling on one strange thing right now, I hope somebody knows what is happening here. Let's assume I have the following code snippet somewhere in my Browser Helper Object and m_pBrowser holds the current IWebBrowser2: if (m_pBrowser) { CCo...

IE 8 and the UPS Thermal Printer ActiveX Control

Does anyone have a solution for getting the UPS labels to print from a custom web page (not the UPS test site) on a UPS thermal printer? In Firefox and Chrome it will print two labels at a time, but in IE 8 I can't get it to print using either the or tags. I have the type set to "application/epl2" but that's not working. If I return t...

Checking Internet connection with Reachability 2.2

We are trying to display an alert view when there is no connection and we are using the reachability 2.2 classes from apple. The problem we are running into is that at the start of the program we are always getting an alert view that there is no internet connection but we are connected to the internet. Is there a correct way to check for...

PHP -> XML output is different on IE.

Hi, I have been trying to output XML with php but encountered a strange(!) error in Internet Explorer. The expected xml output is this:(simplified) <root> <match_id>12</match_id> <stadium_id>43</stadium_id> <tribune_id>2</tribune_id> <fan_id>453</fan_id> </root> I am producing this output with the following php code: echo "<?xml v...

Consuming bandwidth

I have noticed that when I download something from a torrent, if it is downloading at full speed, it will not allow the web browser to view any webpage, because the torrent program uses the full bandwidth. Just as an experiment, is there any other program which is able to do this constantly, i.e. use the full bandwidth of the internet c...

Best Framework for Developing Rich Desktop Application with Access to Local Database Server

Hi, My goal is to build a (visually) rich desktop application that: 1) I can easily integrate rich UI components (like interactive charts) 2) Can connect to a client side MSSQL database 3) [optional] can be easily transformed into a web application in the future (dropping the local database access requirements) Looking at Silverligh...

view internet page

Hi, Can someone describe in details what is the path from the moment I type an address on the browser box to the moment I see the internet page. ...

How can I make a Playstation 3 Game card?

Hi there... I want to make a ps3 card like this one: http://gamercards.exophase.com/2516.png using the data from the ps3 network site, this one http://us.playstation.com/publictrophy/index.htm?onlinename=bruno_shady but I want to make something different, something that show only the name of the person and the games that the person ...

clickable list of individual items populated by single internet file (android)

alright first off i will say that im definitely newer to android programming than most.. i think that i am picking up quite quickly however i think that the program that im looking to eventually create is a bit out of my league right now considering my level of knowledge.. im hoping someone here can either tell me what i need to do so i ...

IE getelementbyid for object in the document

Hi there I do not whether I should ask be asking this question. I need to getElementbyid for an object which is already exisiting in the document. In the example, I would like to get the element "test" which is sub of parentDiv1. Could anyone help? It is ok with ff but not with IE. Any tips? Example: <div id="parentDiv1"> <ul id=...

Plugin or Other Solution to open .BMP file in Internet Explorer?

Hello experts, I'm trying to open a .BMP image with Windows Internet Explorer. IE 8.0 I have installed, and am running Windows XP. Basically, I right click and choose Open With and click the box to "Always use this program" and then Internet Explorer opens, but then immediately closes and MS Paint opens and brings up the image. I...

submit button disabled cancels form submit

I have a form like this: <form action="lol.php" method="POST"> <input type="text" name="fe" /> <input type="submit" id="submitbtn" value="submit" onclick="this.disabled = true;" /> </form> and in firefox it works perfectly, but in Internet Explorer (latest version) the button goes disabled but the form does not submit. I have also tri...

Adding an extension to Eclipse without an internet connection

Dear all, I have a problem with eclipse. I would like to install an extension (EGit) but the official site does only provide a classical update site. The problem is that I am running eclipse on a distant machine that does not have internet access (only my local computer has a connection). The only link between my computer and my distan...

Help with InternetOpenUrl and InternetReadFile in <WinInet.h> API

I am trying to simply access a page using the WinInet APIs. Once I access it, I'd like to be able to read the contents into a string. I've already initialized the root node. Here's what I got so far: HINTERNET hChildURL = InternetOpenUrl(hInternetRoot, LPCTSTR(CString("http://www.google.com/")), ...

IE : Unable to download * from *. Unable to open this Internet site. The requested site is either unavailable or cannot be found.

Hey, I have an issue with my website and IE. I have a file Document.ashx that becomes a document from my database depending on the parameter passed in the query string. The file works if: You're on my website and click a download link. You access anything on my site and paste the URL into the address bar and access it. You've already...

iphone embedded internet radio streaming?

I need to build an iPhone app with the ability to stream internet radio. Can someone please tell me what formats I need to cover or possibly direct me to an open source project to help me do this? I know that quick time player on iphone supports a number of formats, but I need to wite my own embedded player inside the app, so that the...