Hi,
Is there a Javascript alternative to 'application.exit()'??
I have a standalone javascript application that invokes local dll's to interact with another application's API suite -(no interaction with a web browser at all in this instance).
I have created a simple JS file but want to stop...
Hi,
I have a .net class that compiles to a COM class from which I use Javascript to call various methods etc.
I am wanting to call a function that returns an array back to Javascript. If I set the .net function to return an object I can then see the returned object in Javascript - however...
Hi,
I am trying to use a XMLHttp POST to send data to an asp page on a website, using the following code :
var xmlhttp;
if (window.XMLHttpRequest)
{
xmlhttp = new XMLHttpRequest();
}
else
{
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}...
Hi,
I want to get visual studio to display the intellisense drop down for a com class I have created.
Basically I have written a COM class in VB.net, which is then consumed in a html page using Javascript as a new ActiveX object.
Inside vs.net javascript will usually provide a dropdown of...
Hi,
I'm trying to get my vb.net app to launch an IE window and set particular attributes - such as size, toolbars & scroll bars turned off etc. Basically all the power you have in the Javascript window.open() method.
Is it possible to do this in .net?
Cheers
Hi,
I'm having trouble with something that appears pretty straightforward!! That usually either means I've done something really stupid, or have seriously under-estimated the effort required to get this working!! [ponder]
Anyway I have created a COM Class in VB.net so that it can be invoked in...
Hi
I have successfully set up my server (running XP Pro) to accept an incomming VPN.
We have two laptops that can connect to the server (obviously not at the same time) but there is a delay between one machine disconnecting the VPN to the other one being allowed to re-establish the VPN...
Help!
I need to post an xml string to a server. I've almost got it working but a couple of things are proving difficult. Here is the code (where 'output' is a string of xml):
Dim Gateways(1) As String
Gateways(0) = "http://xml3.mblox.com:8180/send"
Gateways(1) =...
Hi I have created a vb.net application that then has to send data via a HTTP POST. It is NOT ASP.net.
Is there any way to access the members of the System.web class that are available when using ASP.net??
Basically I wanted get to the HttpServerUtilities or HttpUtilites so I could use the...
Hi
I'm creating a SMS product and wanted to embed a mobile phone screen graphic into my form that I could then populate with their message. The user would be able to get some idea of how the message would look after it was sent - plus it's a little more exciting than just having a textbox to...
Hi
I've written a dll in vb.net that I then call from an IE page using javascript - new ActiveXObject etc
However when it initialises it prompts to ask if you want to allow the use of the activeX object.
I know this is standard IE security, but how do I register my dll as Browser safe so...
Hi,
Please can someone explain what is going wrong???!!!!
Here is the code from a sub that launches a program using the file extension:
Private Sub displayDoc(ByVal args As String)
Dim startargs As New System.Diagnostics.ProcessStartInfo(args)
startargs.WindowStyle =...
Hi,
I've done some work with XML and Xpaths before, but I'm currently stumped on the simplist way to achieve this goal!
I want to search an XML file for multiple pieces of data using the AND operator. EG.
<booking>
<customers>
<name>Fred</name>
<name>Barney</name>
<customers>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.