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 strongm 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: *

  1. mmfried

    name of function

    It seems that's there's no other way for v1.4.2 In v1.5 there's a build in sollution for this (if I'm not mistaken, smth like getMethodName) mmfried
  2. mmfried

    name of function

    sedj, its just for log use
  3. mmfried

    name of function

    sedj, is there any other idea how to do an automatic trace othewise? (automatic name of class andmethods), the idea is to enable a "print" like class that there's no need to deel with the names of the methods & classes.
  4. mmfried

    name of function

    I want to design an automatic trace an therefore to get the name of the method, exception will get me out of the method and therefore won't be useful. If there's a reference to a function with an option of getMethodName or smth, it will be very helpful
  5. mmfried

    name of function

    thanks, but is there an option of getting the index in this array to the spesific function that I am in. mmfried
  6. 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
  7. 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
  8. 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
  9. mmfried

    A2W conversion

    PerFnurt no change
  10. mmfried

    A2W conversion

    PerFnurt , Still not recognized (an 'undeclared identifier' statement)
  11. mmfried

    A2W conversion

    Thanks IonFilipski, "SetCurrentDirectory " changes the current dir., but "SHBrowseForFolder" doesn't open it as first dir. PerFnurt, the compiler doen't recognize the "USES_CONVERSION", I've alredy tried that
  12. mmfried

    A2W conversion

    I want to set a starting directory in SHBrowseForFolder, any other ideas?
  13. 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...
  14. mmfried

    Directory Dialog Box in VC++

    Thanks
  15. mmfried

    Directory Dialog Box in VC++

    Thanks Alot, But I'm a little new in windows, How do I Initialize and get the following: "LPITEMIDLIST" "LPBROWSEINFO " and how do I perform CoInitializeEx.
  16. 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
  17. 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
  18. mmfried

    Hi, How do I get the username that

    Thanks Glasgow
  19. 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
  20. mmfried

    .reg files

    nicsin thanks, I know that, but I'm trying to do this on multiple user system , and therfore I'm looking 4 a way to extract info. from the .reg file and write it manuly to the registry. mmfried

Part and Inventory Search

Back
Top