Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: leo2180
  • Content: Threads
  • Order by date
  1. leo2180

    Change Excel Color Pallet in .NET/C#

    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...
  2. leo2180

    Download to Excel...

    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
  3. leo2180

    GMT; path=/v2 Cache-control: private

    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
  4. leo2180

    Exec Process works with Http://Localhost but not Http://<IP Address>

    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...
  5. leo2180

    split function

    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...
  6. leo2180

    CGI baby...

    Ok,<br>I have a form and it has 20 fields of input.&nbsp;&nbsp;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)?&nbsp;&nbsp;I could do it for only 1 input field...<br><br>I know this is a...
  7. leo2180

    a little CGI

    Ok,<br>I have a form and it has 20 fields of input.&nbsp;&nbsp;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)?&nbsp;&nbsp;I could do it for only 1 input field...<br><br>I know this is a...
  8. leo2180

    opeddir function

    I'm using the openddir function in one of my scripts and I'm running into a problem.&nbsp;&nbsp;Here's the code:<br><br>opendir (DIR,&quot;Some remote directory&quot;);<br><br>..............<br><br>closedir (DIR);<br><br>now the directory that Im trying to open is and has to be a remote...
  9. leo2180

    printing the time

    hey people.&nbsp;&nbsp;Im looking for a way to print the current time to a file in perl.&nbsp;&nbsp;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.&nbsp;&nbsp;<br><br>I would say (Sun,Mon.....)...
  10. leo2180

    edit a file....

    Hey I want to edit a file.&nbsp;&nbsp;I want to go in the file take stuff out and then save the file, and or create another file with the new info....&nbsp;&nbsp;<br><br>How do I do this....
  11. leo2180

    Servers Uptime....

    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.&nbsp;&nbsp;Please help I need to get this information from a server but dont know how to go about doing it...
  12. leo2180

    How to get Perl to read all the files in a folder and print to screen?

    Im trying to get perl look in a folder and print to the screen all the file names located in that folder.&nbsp;&nbsp;Is this posible, if not how can I get this done????
  13. leo2180

    layers

    I need help with hiding/showing layers in Javascript, can someone point me in the right direction.&nbsp;&nbsp;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...
  14. leo2180

    Comment this javascript!!!!

    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>&nbsp;&nbsp;&nbsp;&nbsp;if (n) document.layer1.visibility =...
  15. leo2180

    Samba

    What operating system is better to run Samba on Unix or Linux, is there a difference?&nbsp;&nbsp;
  16. leo2180

    DNS vs, WINS server

    Whats the difference between WINS and DNS server?<br><br>
  17. leo2180

    tables vs frames

    Im creating a web site and Im not to use Frames (boss's orders).&nbsp;&nbsp;I know that its possible to do the same thing with tables.&nbsp;&nbsp;How do I do it?&nbsp;&nbsp;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...

Part and Inventory Search

Back
Top