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.
...
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 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!
...
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...
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...
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...
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...
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...
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...
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...
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.
...
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 ...
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 ...
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=...
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...
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...
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...
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/")),
...
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...
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...