Search:

Type: Posts; User: Samuel Venable

Search: Search took 0.78 seconds.

  1. Cross-Platform Process Information Library (UTF-8 Support)

    Too much code to fit the character limit, so I'll just be linking to the repository on GitHub:
    ...
  2. Cross-Platform C++17 std::filesystem Wrapper Library (UTF-8 Support)

    I wasn't able to post all of the code here because it exceeds the character limit.

    All of the code can be viewed here, and feel free to use it in your own projects:...
  3. Re: [VB5/VB6/VBScript/JScript] DialogModule (Easily Create UTF-8 Supported Dialogs)

    Hey guys!

    I've decided to make the ActiveX DLL a separate project from the non-ActiveX DLL, since adding the ActiveX abilities via ATL increases the DLL's file size and the number of source files...
  4. Re: [VB5/VB6/VBScript/JScript] DialogModule (Easily Create UTF-8 Supported Dialogs)

    Important update! Added multi-select open file dialogs and a color picker with an editable title bar caption.
  5. [VB5/VB6/VBScript/JScript] DialogModule (Easily Create UTF-8 Supported Dialogs)

    As you can see from the screenshots, this library is cross-platform, and will work in a wide variety of programming languages and even game engines:

    Platform: Windows
    API: WinAPI (VC++)
    ...
  6. Re: GetOpenFileName and GetSaveFileName crash

    Yeah, it works in VB, but not if you try to call it as an ActiveX DLL from the program I am using. It will crash. Must be a problem on the other side somehow.



    That fixed it, it still doesn't...
  7. [RESOLVED] GetOpenFileName and GetSaveFileName crash

    Option Explicit

    Private Declare Function GetOpenFileName Lib "comdlg32" Alias "GetOpenFileNameA" (pOpenFilename As OPENFILENAME) As Long
    Private Declare Function GetSaveFileName Lib "comdlg32"...
  8. Replies
    2
    Views
    4,035

    Re: [RESOLVED] Check if ProgID exists?

    Thanks mwildam! That works perfectly for what I needed. Problem solved.
  9. Replies
    0
    Views
    4,238

    Microsoft Script Control Library

    I created an open source non-ActiveX C++-based DLL (no MFC) that sort of wraps the ExecuteStatement, AddCode, and Eval methods of Microsoft Script Control.

    When playing around with the Script...
  10. Replies
    2
    Views
    4,035

    [RESOLVED] Check if ProgID exists?

    How do I check if a given ProgID String exists in the registry using VBScript?
  11. Re: How to unload WMP in custom ActiveX Control?

    Well it's not in a VB form, and yes the WMP control is in a UserControl. The ActiveX control is made in VB5, but the actual executable I want to embed it in is not a VB5 application, (it's not VB at...
  12. Re: How to unload WMP in custom ActiveX Control?

    What do you mean by "a controls array"? I know generally what an array is, but not in this context.

    Here's an example:
    http://www.vbforums.com/showthread.php?471810-window-media-player

    ...
  13. [RESOLVED] How to unload WMP in custom ActiveX Control?

    I'm using VB5.

    I've tried some methods I've seen on here and other places for unloading the Windows Media Player ActiveX control, (specifically the newer one, "wmp.dll"), but those methods seem to...
  14. [RESOLVED] Reusing VB5 ActiveX (*.OCX) controls in VB6 Applications?

    I am trying to reuse a VB5 ActiveX component I created as a plugin for a game engine created in VB6. The game engine dynamically embeds ActiveX controls at runtime that you specify in your scripting....
  15. Replies
    2
    Views
    6,018

    The future of VBScript?

    I read a topic here on the future of VB6, well I have a question on the future of VBScript, since it is very similar to VB6 but much less powerful. Anyway, I heard Microsoft is looking to ditch...
  16. How to properly use IE object's ClientToWindow method?

    I'm trying to resize the window with ClientToWindow so that the client area is 640x480. But no matter what I do it seems that me call to ClientToWindow is seemingly being ignored because the size...
Results 1 to 16 of 16



Click Here to Expand Forum to Full Width