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 bkrike 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 MHerbst

  1. MHerbst

    Reigster VB ActiveX DLLs to HKCU

    Hi! Since W2K it is possible to register ActiveX components to the HKEY_CURRENT_USER registry hive. But when I register a componente created with VB it will alway be registered under HKEY_LOCAL_MACHINE. I know that I can write my own DLLRegisterServer function with the help of vbAdvance. But...
  2. MHerbst

    .NETCOBOL and calls to unmanaged C DLLs

    That's what I have feared. But I was hoping to find some kind of "dirty trick" to bypass it. Martin
  3. MHerbst

    .NETCOBOL and calls to unmanaged C DLLs

    Hi! I am doing my first steps with .NETCOBOL. Now I have the following problem: I have to call an unmanaged C function from a managed NETCOBOL program. The function has got one parameter that is defined as void* resp. char*. I need to pass COBOL different types of groups (having of course...

Part and Inventory Search

Back
Top