Search:

Type: Posts; User: Krammig

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Wrong number of arguments or invalid property assignment when calling a C# Wrapper

    I have a VB6 app and a C# Wrapper for a C object.

    It works fine as built, however now I am trying to Return two values from the C# wrapper back to the VB6 app instead of the original one value...
  2. Replies
    30
    Views
    11,703

    Re: [vb6] Fix Palette when IDE Manifested - AddIn

    Thank you LaVolpe. This has resolved a long standing problem for me.

    Cheers
  3. Is there a color wheel type Palette selector Add-In for the V6 IDE ?

    After quite a long time of not seeing a Palette as per the attached image, I have just stumbled on LaVolpe's fix for this. Thank you LaVolpe :)

    ...
  4. Replies
    5
    Views
    23,191

    Hkey_local_machine ?

    Thanks - Is there a way to get this to work with HKEY_LOCAL_MACHINE ?

    I have tried changing &H80000001 to &H80000002 however it fails.

    Thanks
  5. Cannot Read or Create a registry entry in HKEY_LOCAL_MACHINE using advapi32.dll

    Running on Windows 10 SP1
    Using VB6

    I have a Class called Registry.cls that handles a number of Registrty related functions. It used to work. By that I mean, I think the old Windows 7 x86 version...
  6. Re: COM Interop example. How to use .Net classes in VB6.

    Thanks for the swift reply Niya,

    Actually the DLL_1 on the VB6 side is a 32 bit ActiveX DLL, thus why I was wondering if there just might be a glimmer of hope given that is an out-of-process...
  7. Re: COM Interop example. How to use .Net classes in VB6.

    Thank you for the this, I have been trying to do just this for the past several days.

    However a question please.

    I understand fundamentally that you cannot mix 32bit and 64bit DLL's in an app....
  8. Re: Farpoint Tab Pro 3 - Anyone have it please ?

    I found it ..
  9. [SOLVED] Farpoint Tab Pro 3 - Anyone have it please ?

    I am resurrecting an old app which uses Farpoint Tab Pro 3

    I have the original install files (Setup.exe .W02 .W03) even have the DAT file, and have manged to to get it installed.

    However it...
  10. Re: [RESOLVED] Cannot get the full name of the ocx eg CODB85~1.OCX

    Resolved ... Never knew this...

    I selected Save Project from the File menu and then opened the .vbp file and bingo, all references had been updated from the CODB85~1.OCX style display to the...
  11. [RESOLVED] Cannot get the full name of the ocx eg CODB85~1.OCX

    Some time back I installed a set of ActiveX controls and when I checked in the project file, they were listed in full which was great as I could easily alter those settings on other project files...
  12. Re: Trying to break out the contents of a Variant with no luck.

    MsgBox StrConv(vTemplate.RawData, vbUnicode)

    This did the trick thank you dilettante. I should be able to continue on from here.

    Cheers
  13. Re: Trying to break out the contents of a Variant with no luck.

    Thanks for the reply. I will try that now but in the meantime here is the full grab.

    Cheers

    181730
  14. Trying to break out the contents of a Variant with no luck.

    I am trying to debug some old VB6 code and in the process I would like to see what is being sent from one of the dll's via a variant that contains an array. Hope I am describing that correctly.

    I...
  15. Subscript Out Of Range - But a very odd one because it works in a mirror function

    Thanks for reading.

    I have built a VB6 DLL (VB_InterFace just for a name) that talks to a C# DLL (C#_Driver just for a name) that talks to a Bluetooth Device.

    The Demo VB6 test app (VB_Demo...
  16. Replies
    3
    Views
    454

    Re: Reviving an old Out Plugin -

    Thanks for the feedback. The issue I am seeing though is the Compiler error saying - Error in loading DLL for objExplorer.CommandBars

    So if I am not mistaken, it is not seeing the DLL, or...
  17. Replies
    2
    Views
    2,636

    Re: Page Loading Errors - just an FYI

    Ok thanks.
  18. Replies
    3
    Views
    454

    Reviving an old Out Plugin -

    I am trying to recompile an old Outlook Plugin that was written in VB6 but getting an error and would appreciate any feedback / guidance.

    The Plugin still works fine on Outlook 2003 on Windows 7...
  19. Replies
    2
    Views
    2,636

    Page Loading Errors - just an FYI

    In case you don't know about it already - I see this every time I log on.

    Cheers


    PHP Warning: Illegal string offset 'genericpermissions' in ..../includes/functions_user.php on line 587
    ...
  20. Re: How to pass a bitmap from C++ DLL to a VB6 app

    Thanks to you all for the feedback on this, Much appreciated.

    Cheers
  21. How to pass a bitmap from C++ DLL to a VB6 app

    I have some C++ code that captures a raw image and builds a BMP which is saved to a file xyz.bmp This works fine.

    However the objective is to get that image data directly across to a VB6 app...
  22. Re: VB6 App running on Win7/10 x64 - needs to access a 64 bit proprietary driver

    Thanks for the feedback, I will give that a try.

    Cheers
  23. VB6 App running on Win7/10 x64 - needs to access a 64 bit proprietary driver

    Many years ago I had a VB6 app that behaved as a Virtual Drive solution. A guy wrote a Driver in C++ and sitting inbetween the VB6 App and that C++ .sys driver was a COM dll.

    Unfortunately I do...
  24. Re: Run Time Error 398 Ambient.UserMode - Client site not available - ccXPButton

    Thanks for the swift feedback and suggested fix wqw.

    I removed that Terminate event and it compiles just fine, better still, it seems to be working :)

    Appreciated
    Cheers
  25. [RESOLVED] Run Time Error 398 Ambient.UserMode - Client site not available - ccXPButton

    This will sound crazy but having tried to compile an old and faithful piece of code I am all of a sudden getting an error in a button control called ccXPButton run time error 398

    The error is...
  26. Re: [VB6] Simple AES 256-bit password protected encryption

    Thanks for that,

    Cheers
  27. Re: [VB6] Simple AES 256-bit password protected encryption

    Thanks for checking it out so quickly.

    I am developing on Windows 7 32bit only because a few other items I have here need that environment to compile. I do have a Win 7 x64 here which I will try...
  28. Re: [VB6] Simple AES 256-bit password protected encryption

    Thanks for sharing, but not working for me here. I have attached the test project.

    It is throwing a runtime error -214... etc Then it says [0] The operation completed successfully.
    ...
  29. Re: [FAQ's: OD] How do I use VB 6 to make an Add-In for an Office application?

    Rob thanks for this tutorial of 12 years ago .....

    A question please, opening my connect.dsr here it shows Application Version - Microsoft Outlook 15.0. This is fine I guess as that is what is...
  30. Single Executable wrapper for main app and all dependencies ?

    I am hoping someone here might know of a product or process that would enable me to build all required DLL's and the main EXE into one Portable EXE

    The objective being of course to have that one...
  31. Replies
    18
    Views
    6,023

    Re: [RESOLVED] A run-time error 5

    Hello Elroy,

    Thanks for the feedback, and nice of you to post those links, appreciated.

    Also thanks for the welcome :)

    cheers
    Mark
  32. Replies
    18
    Views
    6,023

    Re: A run-time error 5

    @Elroy That's Great Elroy - care so share - otherwise yes it does just sound like Bragging ;)

    cheers
  33. Re: Display a Bitmap in a secondary DLL via HWND

    Thanks for the LaVolpe, worked just fine.

    cheers
  34. [RESOLVED] Display a Bitmap in a secondary DLL via HWND

    I would like to display a graphic, BMP or JPG or PNG, I don't mind which really, in a Picturebox located in a different DLL to the one that would actually load the image. The Images would likely be...
  35. Re: How does a VB6 EXE wait for Events in a DLL

    Update ;

    LaVolpe thanks for that reference to the Class etc. Tried it briefly but I was having some issues, not due to your code but I think more the way I have mine set up. The various DLL's and...
  36. Replies
    2
    Views
    632

    Re: Need of registration system.

    You can take a look at appactivator.com it seems to be pretty decent. I plugged it into one of my apps some years ago.
    You just add some code and ship with a dll and they do the rest. It can also...
  37. Re: How does a VB6 EXE wait for Events in a DLL

    Thanks All for the feedback, appreciated. I will be tackling your suggestions now and will let you know.

    Nice also to see you are still around LaVolpe, I enjoyed many of your posts on PSC way...
  38. [RESOLVED] How does a VB6 EXE wait for Events in a DLL

    INTRO

    I have a DLL that uses Events to interact with a hardware device. In summary, I am wanting to have the main EXE app to wait at various points while the hardware interface DLL does its thing...
  39. VS 2013 Re: System.NullReferenceException: Object reference not set to an instance of an obje

    Thanks for the feedback. That helps.

    I'll do a bit more digging. cheers.
  40. VS 2013 System.NullReferenceException: Object reference not set to an instance of an object

    Thanks for reading.

    I am getting System.NullReferenceException: Object reference not set to an instance of an object. on the following line of code.


    ...
Results 1 to 40 of 48
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width