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: PapaGLP
  • Content: Threads
  • Order by date
  1. PapaGLP

    German Windows

    I'm trying to determine if there are full versions of windows (2000,XP) in german available somewhere. Not a language pack, but an actual full german version? Any input?
  2. PapaGLP

    Sharing Passwords in XP

    Here's the deal: I have two computers connected via a router. I want to password protect the files that I'm sharing but I need to know how to do that. Basically, so when I want to get a file from Computer #2 on Computer #1, I need a user name and/or password.
  3. PapaGLP

    Accessing Private Files

    So I had a couple folders on my HD marked private and I had to reinstall windows. Well now if i try to access them, I can't. Is there any possible way to regain access to these files?
  4. PapaGLP

    Print Screen of only an Error Message

    For the life of me, I cannot remember how to do this. I have an error message that I want to take a screenshot of just the error message window. Please advise.
  5. PapaGLP

    Running on Startup

    I have an EXE that I want to run on startup of the computer. How would I go about doing this?
  6. PapaGLP

    Simple Array Question

    i pass an array into a function like so void intstuff(int **buffer){ } i just need to know how to determine the actual size (in bytes) of the buffer, all i can get now is the size of the pointer . . . which is always 4
  7. PapaGLP

    Multidimensional Array Problem

    I'm trying to create a multidimensional array (temp) that has dimensions of inRows x inColums but i get errors of "Expected constant expression" and "Cannot declare array of constant size 0". void createIntArray(int inRows, int inColumns){ int temp[inRows][inColumns]; }...
  8. PapaGLP

    Passing n-dimensional array.

    I need to pass an array into a method but the dimension of the array can vary indefinitely (2D, 3D, . . . , nD) with the functioning of the program. Is there a way to allow the method to accept an array of any dimension and to determine the dimension of the array. thanks
  9. PapaGLP

    Reading directory contents

    I'm trying to read the contents of a directory on my web server onto a web site. I have a directory of files on an upload server and i need the web site to be able to display all the files of a certain type (.xls) on a web page. Any ideas on approaches to this problem?
  10. PapaGLP

    Listing files from a directory

    I want to create a script that will list the files from a directory on my web server into a web page. Then i'll be adjusting it to make it link to certain sites. Question mainly is how do I access the directory and get the files to the page. Thanks

Part and Inventory Search

Back
Top