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

    name of function

    Hi all, Is there anyway that I could get a methods name automatically, In a class it's possible through this, is there anything similar in methods. thanks mmfried
  2. mmfried

    Registry Information Collection

    how can I get Information from different computers' Registry, and check hat information in another computer (meanig to copy regestry or registry fields, store this information and then check it later in a diffeent computer)? Thanks mmfried
  3. mmfried

    Directory Handeling

    Hi All, - how do I get All files in a directory? - Is there anything like the unix opendir()? - How can I find Out if a directory exist, can I just try to open it (i.e. open, fopen, fstream, etc.)? Thanks mmfried
  4. mmfried

    A2W conversion

    Hi All, I need to convert a paths name to a "ITEMIDLIST", The paths name is a char[MAX_PATH} type, I use "pShellFolder->ParseDisplayName " to convert to "ITEMIDLIST" but the problem is that is uses a LPWSTR (=unsigned short *) as the paths name, I found that their a A2W macro to convert for...
  5. mmfried

    Directory Dialog Box in VC++

    Hi All, How Do I create a directory dialog Box in VC++. I want to have a browser that I can choose a directory in VC++ , and also get the Path? Thanks, mmfried
  6. mmfried

    csh file reading

    How can I read a text file in c-shell a line each time, without the use of sed/awk/perl? mmfried
  7. mmfried

    Hi, How do I get the username that

    Hi, How do I get the username that's currently logged in (I want to run a script in VB which will be able to deal with all users and I need the username 4 it). thanks, Moshe
  8. mmfried

    .reg files

    Hi All, How do I read / extract a key(s) (with its value) from a .reg file,. Is there any automatic way to update the registry with the data in the .reg file Thanks mmfried
  9. mmfried

    clearing the screen in cgi

    Hello, I want to print a nice waiting print while uploading a file. After the uploading i want to clear the screen and print a new mwssage. How do i do it - in cgi without help of js?
  10. mmfried

    printing before long uploading in cgi

    Hello, I am doing an upload i my cgi program. there might be some long uploads so i want to show a nice waiting gif while waiting to the upoad to finish. I tried to set the $| to 1 but it didn't work - the gif shows only after the upload finishes. what should i do?
  11. mmfried

    Kill a Process

    How Can I Kill a Process by its PID (process ID)?
  12. mmfried

    Sound Control

    How do I control the volume of the speake, is there any control that it could be done through?
  13. mmfried

    PopUp Menu doesn't appear

    I activate a player of .wav sound files, from a PopUp menu. During the replay The PopUp menu doesn't appear (doesn't Pop Up),if the replay was activated from the PopUp menu. It does appear if its activated by other ways (i.e. regular menu), any Idea how to solve this?
  14. mmfried

    List View & Tool Tips

    I'm using List View to display info. The main view mode that I use is "details", in this mode the tool-tips of the items appeare just fine, but they don't appear at the rest of the modes (i.e. "small icons"), how can I solve this problem?

Part and Inventory Search

Back
Top