Thanks. I though that was what was happening. good to know I'm not crazy after all(well not that much at least :)). Probably going to have to go the route of just installing the service pack then grabbing all the exe files and reziping and using that instead of the setup. I kind of didn't...
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...
Actually found an easier way to do this after much searching. Works in flash 8. Not sure about MX.
grid.setPropertiesAt(indexNumber,backgroundColor:0x404040});
just like me simple ;)
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...
The trace statements are outside of the loop. The idea here is to have access to these arrays from anywhere in my code not just in the for loop. This doesn't seem to be working though. If I put the trace statements inside of the for statement like you mentioned and reference them using array...
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;
?>...
Never Mind found a simular post on the net. The problem was that the name of the list box had to be followed with brackets
ex. los[] the brackets specify that this is an array. Hope this doesn't drive anyone as crazy as this drove me.
Cheers,
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.