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
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...
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>I have a form and it has 20 fields of input. How do I get all fields to be submitted to the cgi program at the same time, and the cgi program being able to handle(process) all of them(at the same time)? I could do it for only 1 input field...<br><br>I know this is a...
Ok,<br>I have a form and it has 20 fields of input. How do I get all fields to be submitted to the cgi program at the same time, and the cgi program being able to handle(process) all of them(at the same time)? I could do it for only 1 input field...<br><br>I know this is a...
I'm using the openddir function in one of my scripts and I'm running into a problem. Here's the code:<br><br>opendir (DIR,"Some remote directory");<br><br>..............<br><br>closedir (DIR);<br><br>now the directory that Im trying to open is and has to be a remote...
hey people. Im looking for a way to print the current time to a file in perl. I've used the localtime function but to get it to print out, for example Saturday July 8 2000 I would have to write too many lines of code. <br><br>I would say (Sun,Mon.....)...
Hey I want to edit a file. I want to go in the file take stuff out and then save the file, and or create another file with the new info.... <br><br>How do I do this....
Can someone tell me a function in Perl that I could use, or tell me how to get a hosts uptime and possibly get the amount of users logged on to it, or anything of that nature. Please help I need to get this information from a server but dont know how to go about doing it...
Im trying to get perl look in a folder and print to the screen all the file names located in that folder. Is this posible, if not how can I get this done????
I need help with hiding/showing layers in Javascript, can someone point me in the right direction. For example, I have a drop doen menu of numbers and I want whnever I select a number and click the buton beside it, it shows the amount of layers for the amount I...
Can someone please comment this javascript code for me, so that I could konw what exactly each line does...?<br><br><br>n = (document.layers) ? 1:0<br>ie = (document.all) ? 1:0<br>function show() {<br> if (n) document.layer1.visibility =...
Im creating a web site and Im not to use Frames (boss's orders). I know that its possible to do the same thing with tables. How do I do it? I have a static toolbar to the left of my screen and I want whenever I click on a link there it opens up the link to the...
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.