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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mmfried

  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.

Part and Inventory Search

Back
Top