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 SkipVought 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. genio1981

    Presetting starting folder of SHBrowseForFolder()

    OK, that works. Now as I have been looking all through MSDN, I have found the way to get the path from a pidl, however, no way to get the pidl from a path. Would you happen to know how to do this? The very first time I run my SHBrowseForFolder() function, Im still starting at "My...
  2. genio1981

    Presetting starting folder of SHBrowseForFolder()

    I tried changing the directory with _chdir()... and while the function succeeded in changing the current working directory, it did not set the directory for the SHBrowseForFolder() function. When I call SHBrowseForFolder(), it still opens with "My Computer" pre-selected, which makes...
  3. genio1981

    Perl Regular Expressions library

    Dont have time to look right now... but have you tried www.perldoc.com ??? Still Learning! :)
  4. genio1981

    Presetting starting folder of SHBrowseForFolder()

    I apologize in advance if this topic has already been covered, but I have searched this forum up and down and have not found a relating question/answer. this is what I have: // //PathChange - selects a path to a folder that contains MP3s //and sets that string path to a global var... g_strPath...
  5. genio1981

    ToolBar - Link Error when calling InitCommonControlsEx()

    Sorry, I found my problem... the ZeroMemory() function cleared up my problem... used it on the array of buttons and no more problems
  6. genio1981

    ToolBar - Link Error when calling InitCommonControlsEx()

    Sorry, thought it might help for you to take a look at what it is that Im trying to do... here's the project http://www.relaychat.com/LabelMaker2.zip Thanks for your help thus far :)
  7. genio1981

    ToolBar - Link Error when calling InitCommonControlsEx()

    Seems to work now, however... now I am getting a First-chance exception in LabelMaker2.exe (KERNEL32.DLL): 0xC0000005: Access Violation. this wasnt appearing before adding the lib to the link list any ideas on why that is?
  8. genio1981

    ToolBar - Link Error when calling InitCommonControlsEx()

    WIN API confusion! I have gone through several tutorials (yes, I am a beginner) to try to learn how to place a toolbar on my program. It seems every tutorial (including MSDN) does it the same way. There is a problem for me with this, when I call InitCommonControlsEx(&iccx) when iccx is an...

Part and Inventory Search

Back
Top