Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Saivert

@Saivert
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ActiveX control Initialization
    S Saivert

    Why don't you add a key to "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce" that will execute a function in your DLL, like: rundll32.exe yourdllpath.dll,YourFunc_RunDLL YourFunc_RunDLL must be declared in your DLL like this: int YourFunc_RunDLL(HWND parent, HINSTANCE hinst, LPCTSTR params) { return 0; } You may need to tell the user to restart his computer for this to work. I know there is a system function you can call to make the OS execute the RunOnce entries, but don't have that in my mind right now! My homepage is down cos' I violated their Terms and Conditions.

    COM c++ com sysadmin help

  • ActiveX control Initialization
    S Saivert

    Why don't you add a key to "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce" that will execute a function in your DLL, like: rundll32.exe yourdllpath.dll,YourFunc_RunDLL YourFunc_RunDLL must be declared in your DLL like this: int YourFunc_RunDLL(HWND parent, HINSTANCE hinst, LPCTSTR params) { return 0; } My homepage is down cos' I violated their Terms and Conditions.

    COM c++ com sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups