Hi, I'm trying to figure out a way to change the default color pallet in Excel but in C#/.NET.
I can do this is VB like this: ActiveWorkbook.Colors(17) = RGB(61, 61, 61), which basically changes the 17th color in the pallet to that unique RGB value (61,61,61). I can't find though how to do the...
Hey All,
I have an application that builds Excel worksheets and the application works fine, its just that it's opening on the webserver rather than to the local user. Can you help me figure out what I'm doing wrong here? Please let me know...
Thanks,
Leo2180
Hey All,
Does anyone know why sometimes my ASP page spits out this at the top of the page?
GMT; path=/v2 Cache-control: private
Please let me know...
Thanks,
Leo2180
Yeah it runs just fine under my local account at a command prompt. Googling the error code isnt really helpful - it point to tons of other errors unfortunatly...
Hello all,
I'm working on a simple web app that calls an executable using System.Diagnostics.Process. For some reason though, when I run the application locally in my DevEnv it works fine - the program executes and does what I'm expecting. The very moment when I try calling the page using my...
yeah I understand, the script though that does it for one user already handles all that. Thanks again fellas...<br><br><br>I'll let you know the results of this...<br><br>Peace
now the subroutine &RUN_USERADD, is it the name of my perl script that does all of the adduser stuff? If not what does it do, and where and how do I declare it or replace it or whatever?
Yeah Im using CGI.pm, in the second example you have no sign of $FORM. <br><br>This is what my code look looks like (well your code)...<br><br>use CGI;<br>$q = new CGI;<br>print $q->header;<br><br>@users = ('user1','user2','user3','user4');<br>foreach $user...
I understand what you meen, but Im trying to make this dummy proof as possible. I had the same code as loon did but I found that I was tyoing too much, just to customize it to the way I want it to look. For example roll your mouse pointer over the time at the lower right...
ok, <br><br>This is what i want to do. I want to look inside a folder find this file thats going to have a number in it. For example day10_msg.txt, day11_msg.txt, day12_msg.txt. Now I want to get the latest file from that folder with that format, the file with...
ok now, this sounds and look right. Another thing is I have the option of choosing any amount of users to add, up to 20. So I could choose any amount I want up to 20. How would I set it to only run the script for the amount I selected?<br><br><br>I sound so dumb...
See the thing is I'm not actually creating files. That was just an example. the script I have creates user account on a unix machine. When I put their name in the field it generates their password and username randomly, and displays it to the...
I cant seem to get the split right. The file that it finds looks like this xx11_xxxxx.xxx, and there's more than one of those with the same format. Now I want to get the digit (11)from that file of that format, and the other as well, and assign to it a...
OK, <br><br>lets say you're trying to create a 'file'. The cgi, when sent the query creates this file. Thats simple. However lets say you're trying to create a bunch of files (n amount) with one push of the submit button. I wouldnt want to have to run...
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.