Hi I am trying to create a program that automatically runs a setup program (Install Shield 10.0). I have tried running the setup automatically using an .iss file but it doesn't work. I read somewhere that their is because of the way the programmers put the setup package together. Tried using...
Hi all,
I am using VB.net 2008. I need to be able to change a Windows xp Username though code. I have no idea how to do this. I have tried searching on the web but have come up with nothing. I can easily get the username of the user logged in but am unable to Edit the name. Any ideas...
Hi,
I am trying to download a file with my program in the office but I am getting a (407) Proxy Authentication Required error message. I can download fine outside of the office but it seems my program is getting blocked by our proxy server. I have a username and password that I use to gain...
Hi,
I am trying to unzip a windows xp zip file. Not having any luck though. I have tried using GZip and Deflate but it will not work. I guess the windows zip files are not using any of these compression methods. Any ideas on how to go about this? Thanks in advance.
Hi,
I am trying to make a program in vb.net 2008 that will setup a PC automatically. The pc's however will not always be the same brand so cloning the disk is out of the question. I have though about editing the registry though code but not sure where alot of the values are stored such as the...
Hi just trying to select a row in a datagrid so that it's highlighted. I need it to select the row that contains the song being played. I can find out what song is being played just need to know how to select the row. Thanks in advance.
songList.onLoad = function(bSuccess):Void{
if...
Hi, I'm trying to create a global array that will hold a list of values that it retrives from an xml file. The global array values can only be traced inside the for loop. I am not able to access the array outside of the for loop. Here is the code used. Thanks in advance.
//initial values...
Hi,
I am creating a web blog and what I have is this code that creates a table that has a reply button and a quote button for each message that a member has posted. What i want to do Is pass the Subject line of that customers post to the next form but this all depends on which one fo the 100...
Hi I am trying to recieve variables from a php script but the variables have extra info included such as html tags & blank lines. My php code is as follows.
************************************************************
<?php
$temp = "just testing";
echo "&temp=".$temp;
?>...
Hi i have a list box named "los". What I want to do is display each value in the list box that was selected. In the query string I can see the values for each item selected in the list box but if I get a count like so: "count($_GET['los'])" it displays a value of "1" even through I have just...
Hi I am trying to connect to a client to try to resolve and issue on their pc through netmeeting. My problem is that they don't have an internet connection but they have a 56K voice/fax modem attached. I need to be able to connect directly to their Pc using metmeeting over a regular phone line...
Hi I'm Kind of new to cold Fusion, at the moment I'm trying to overwrite to an existing element in a Xml File. I can retrieve and view the element of my choice but I'm not sure how to Modify that element then write it back into the XML Ducument Object.
For Instance:
<!--- Convert file to XML...
Hi I'm trying to get the value of a element nested inside an object using the webbrowser control. How would I got about doing this. Thanks in advance.
The html code I'm trying to extract the value from is as follows:
<OBJECT>
<PARAM name="SRC" VALUE="Value To be extracted">
</OBJECT>
Hi I am trying to find and select text and copy it from a text box. I can do that no problem but I can't seem to do a find next, the same line of text always gets selected even though it is not the only matching string. Thanks in advance.
Dim StartText, EndText, StartTag, EndTag
StartTag =...
Hi,
Just wanted to know if it was possible to Write to Xml file in Flash. I Know that it is possible to Read a Xml file through the use of the XML connector but what I need to do is Write values to and xml file and create a new xml file every time I submit the information to an XML file...
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.