Search:

Type: Posts; User: Gusto

Search: Search took 0.02 seconds.

  1. Re: vb6 webview2 by IUnknown WebView2Loader.dll-Edge-Chromium

    i see the positive progress ..
    however this code require the (installed) SDK + is limited to x32 due to the usage of the 32 Bit version of WebView2Loader.dll
    In case the goal is e.g usage within...
  2. Replies
    5
    Views
    2,861

    Re: FREE tool... for vb6

    There is rubberduck (which works within VBA - but likewise vb6 IDE) and is quite powerful.
    In case links are blocked .. just google for rubberduckvba (which is a .com domain)

    greetings
  3. Re: Is there a way to work around the Resource Editor?

    Sorry for the delayed feedback and that i cant share the entire project since this code is bound with a (none public) class frame work.
    But i can share the relevant sub parts.

    i guess we are all...
  4. Re: Question - 'isDirty' of a collection

    Thank you Olaf,

    the trick with the 'Private Type' is actually nice .. and i have some ideas to enhance this prototype.
    Yes - i hoped for a way which don't require an adjustment of all sub...
  5. Re: [RESOLVED] Can't find DLL entry point VBCreateCodeShort3A in CodeGen.DLL

    SoftwarePassport / Armadillo is discontinued .. maybe you should check:
    https://matrixonsoftware.wordpress.com/2012/09/13/softwarepassport-armadillo-as-a-copy-protection-and-licensing-system/
  6. Re: Is there a way to work around the Resource Editor?

    Interesting to see other techniques.
    Since years i use a complete different approach.

    I have written myself a MS Excel "Frontend" to manage fast all kind of resources (Text and "Media" - Data) ->...
  7. Re: Can't find DLL entry point VBCreateCodeShort3A in CodeGen.DLL

    Since the dll is not intended to be registered on the hostsystem .. i guess you have to use LoadLibrary in order to access the needed functions of the dll.
    Optional copy the dll into the syswow64...
  8. Replies
    12
    Views
    3,240

    Re: Class vs Module

    hmm .. this contradicts a bit :) - oo "could" ensure well arranged code and is still KISS.

    i wrote could .. because i saw already some very stupid implementations - haha
    But i guess the answer #7...
  9. [RESOLVED] Question - 'isDirty' of a collection

    Question Target:
    Fast / optimized way to detect and reset a "IsDirty" flag of parent objects within a collection object.

    Situation:
    i have a masterclass which 'manage' several other classes...
  10. Re: how can auto DeleteSetting when computer is shutdown or wher how setting

    i agree with westconn1 .. but if there is a need .. there is a solution.
    Con: You must create the registry values "manual" via the available API's - because SaveSetting is not fitted with a VOLATILE...
  11. Replies
    14
    Views
    1,995

    Re: ActiveX Download File

    URLDownloadToFile should be sufficient if you consider some basics.

    a) the targetfolder must exist - otherwise the api will fail. (good potential target is the %temp% - folder of the user.
    b)...
  12. Re: Question - dynamic userform + control creation.

    Hello Davor,



    Thank you for the link - but i guess this solution is nothing for me. i just needed a flexible wrapper which owns a Shell.Explorer.2 object and handle the events of the dom...
  13. Re: Question - dynamic userform + control creation.

    Thank you Victor for the link.
    The solution from Jeff is quite good - but he use a different way in order to access the IWebBrowser2 interface which cant be converted into a equivalent vba class...
  14. [RESOLVED] Question - dynamic userform + control creation.

    Hello all,

    obviously i have to much time and started to create a solution which creates a userform from scratch (only via API's).
    No - the background is actually that VBA userforms are quite...
  15. Re: VB6 elevated IE-Control-usage with HTML5-elements and COM-Event-connectors

    i thought for a long time the same - but if you use the correct "process" name (case sensitive) then HKCU works as well.
    (even within the vb6 IDE)

    [HKEY_CURRENT_USER\Software\Microsoft\Internet...
  16. Replies
    8
    Views
    6,183

    Re: HTA as HTML UI for VB6 code

    Info: HTA's underly "lower" security limitations (in terms of createobject) in comparison with the regular IE Browser.
    But this likewise the big con - Within enterprise environments HTA's are often...
  17. Re: [vb6] Enhancing VB's StdPicture Object to Support GDI+

    Hello LaVolpe,

    quick side information:
    I have quickly tested the class within MS Excel 2016 VBA .
    VBA can (unfortionally) use only VBE7.DLL and not msvbvm60.dll.
    since IPicture is limited to...
  18. Replies
    7
    Views
    866

    Re: copy text from site to textbox

    my first link refer on a tutorial of the webbrowser object.
    i asume you did not consider the _DocumentComplete event and want here a final copy able solution.

    i still suggest to check...
  19. Re: How to pass a control array to a sub or function

    You could pass the Control Name as String .. and then enum the .Controls of the Dialog.



    Dim oControl as control
    For Each oControl In oForm.Controls
    iCtlIndex = -1
    iCtlIndex =...
  20. Replies
    3
    Views
    787

    Re: Restore PropertyBag from ResFile

    Thanks for the reply.
    Actually the rc syntax depends on a old class which generate the entire rc file based on a excel sheet. (flexible tables for images and stringtables)
    i have removed the...
  21. Replies
    7
    Views
    866

    Re: copy text from site to textbox

    Hi

    maybe you should check
    https://msdn.microsoft.com/en-us/library/aa752040(v=vs.85).aspx
    and
    https://msdn.microsoft.com/en-us/library/aa752045(v=vs.85).aspx

    The Webbrowser Control offers...
  22. Replies
    3
    Views
    787

    [RESOLVED] Restore PropertyBag from ResFile

    Quick question

    i have stored some date (byte arrays) into a property bag.
    the content of the property bag is saved into a file .. which is included into the resfile of the actual project.
    My...
Results 1 to 22 of 22



Click Here to Expand Forum to Full Width