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 Chris Miller 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: iamDJ
  • Order by date
  1. iamDJ

    Register dll

    Hi I want to thank all of you for all the help i have got I run this code to register a dll, and it works fine on all mahines...exept those with win98. Then it always gets an error in the function. I have written "HERE!!" where the error comes below in the code. Does anyone know...
  2. iamDJ

    ShellExecute doesnt work?

    Hi I have this sample i find on the net: ------------------------------------------------------- HWND hwnd = NULL; LPCTSTR lpVerb = "open"; LPCTSTR lpFile = "http://www.tek-tips.com"; LPCTSTR lpParameters = NULL; LPCTSTR lpDirectory = ".&quot...
  3. iamDJ

    Get systemdir

    OK First i have to say that its been a while for me since i last did some vc. I tried that API but got an error saying: The instruction at "0x77f83e3e" referenced memory at "0xcccccccc". The memory could not be "written". What do i have to declare? Could someone...
  4. iamDJ

    VB Runtime installed?

    I am building a setup for installing VB runtime. Is there some easy way of knowing if VB runtime is installed? For now i am using the method of looking after the file "Msvbvm60.dll" but there must be a better way? Thanks for any help! /Dj
  5. iamDJ

    Get systemdir

    Hi I need some secure way of getting the system32 dir of windows. It must be able to handle multiple windows installations on the same machine, and also support win98/winNT/win2000/winXP Does anyone have any help for me? Thanks /Daniel
  6. iamDJ

    Which toolbar is visible?

    Hi I would like to know how IE knows which toolbar that is checked (for visibility). It seems to be in the registry key: ITBarLayout But it is a binary-value ?? Does anyone know how this works? I would like to be able to set my toolbar as visible when installed. Thanks!

Part and Inventory Search

Back
Top