Search:

Type: Posts; User: wwolf

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Re: Can RC6-ActionScript only use IE Engine when parsing JS?

    Because I'm interested in that, too: I have successfully tested your code with simple JavaScript on W7, W10 and W11.

    Under WebView2 I see a problem: The way I got to know the RC6 WebView, it needs...
  2. Replies
    16
    Views
    1,381

    Re: Windows10, start VB6 as normal user

    This is not always good. For example, there are problems with network drives or when interacting with programs that are not run as admin. Besides, our users are all non-admins. As a non-admin...
  3. Replies
    16
    Views
    1,381

    Re: Windows10, start VB6 as normal user

    That's how I found out, too. With the minimized startup I now avoid the little window already at VB startup. Minimizing and restoring is no longer needed and there are no other disadvantages.


    ...
  4. Replies
    16
    Views
    1,381

    Windows10, start VB6 as normal user

    I use VB6 as a normal user and not as an administrator. When I start the IDE, a small annoying window appears on my Windows10 desktop, actually a small part of a window title bar. You are not allowed...
  5. Replies
    6
    Views
    1,810

    Re: VB6 Pixel ruler & screenshot editor

    It's ok, you can do it that way. I forgot that.



    I need the program only in German and do not need Unicode for it. Maybe I will translate it to english sometime. There is probably not much to...
  6. Replies
    6
    Views
    1,810

    VB6 Pixel ruler & screenshot editor

    Many years ago, at the time of VB4, I developed a small application for my own use. Later I offered it as freeware on my homepage. Now I decided to release the source code for it. As I said, this is...
  7. Replies
    9
    Views
    1,221

    Re: API on menues in UserControls

    You're probably right. Then I guess I will have to place the menus in the form. Creating the complete menu myself and monitoring it with subclassing is too much work for me in my small application.
  8. Replies
    9
    Views
    1,221

    Re: API on menues in UserControls

    I am aware of that. But with this I still don't get the hwnd of the UserControl menus. As I said, I want to color and bitmap these menus when the control is loaded. I can of course create the menus...
  9. Replies
    9
    Views
    1,221

    Re: API on menues in UserControls

    The hwnd of the menus in the parent are not the problem.
  10. Replies
    9
    Views
    1,221

    Re: API on menues in UserControls

    I create the menus with the VB-Menu-Designer inside the UserControl. So they are popup menus. Menus in the parent would not be a problem. I realize that I don't have a menu bar in the UserControl.
    ...
  11. Replies
    9
    Views
    1,221

    [RESOLVED] API on menues in UserControls

    Hello,
    I want to apply API functions to a menu in a UserControl to change the menu colors and icons. For forms, I start with the hwnd of the window. About the hwnd of the UserControl I do not get to...
  12. Replies
    18
    Views
    3,274

    Re: VB6 and (S)FTP

    Danke für die Links. Der Manifest-Ansatz wäre mein nächster Ansatz gewesen. Ich verwende das allerdings nur für OCX-Dateien, weil für DLLs der RC6-Methode komfortabler ist. Bei der Chilkat...
  13. Replies
    18
    Views
    3,274

    Re: [RESOLVED] VB6 and (S)FTP

    That is one of the reasons. I use a form of WebEDI service based on FTP (does this exist outside of Germany?). Our provider has offered FTP and SFTP so far. However, FTP is to be discontinued....
  14. Replies
    18
    Views
    3,274

    Re: VB6 and (S)FTP

    I also bought the chilkatsoft and was happy at first. Now a first problem has arisen with the DLL. Maybe it doesn't apply to you at all. If so, how could you solve this?

    I use my AX-DLLs and OCX...
  15. Replies
    18
    Views
    3,274

    Re: VB6 and (S)FTP

    Sure, the server supports SFTP, I have already written. My comment about server software was related to the answer of couttsj, where it is about own impementations on both sides. That's how I...
  16. Replies
    18
    Views
    3,274

    Re: VB6 and (S)FTP

    Windows 7 is still mandatory for me and my users. That will not change anytime soon.

    W. Wolf
  17. Replies
    18
    Views
    3,274

    Re: VB6 and (S)FTP

    As I understand it, I need server-side software for this as well? I have already implemented something like that in the form of my PHP script and HTTP(S). However, I would still have to reprogram a...
  18. Replies
    18
    Views
    3,274

    Re: VB6 and (S)FTP

    Thank you very much for the useful suggestions. Chilkat's licensing model is very fair for the developer and the end user. It also meets my requirements and requires the least effort to do so. I will...
  19. Replies
    18
    Views
    3,274

    [RESOLVED] VB6 and (S)FTP

    In the past I have supplied my programs with new versions via FTP. The program connected to the server, compared the available versions and loaded new data if necessary.

    My server hoster has...
  20. Replies
    2
    Views
    599

    Re: webbrowser write issue wiered.

    Maybe the brower can't find the path to "main.js" in the context of the exe?
    Also try wbb.Silent = False. Maybe you will get a helpful error message this way.
  21. Replies
    479
    Views
    156,589

    Re: VB6 WebView2-Binding (Edge-Chromium)

    The HTMLDocument and the corresponding interface do not exist here. You have to program this code (a function) in JavaScript and either integrate it statically into the page or add it dynamically via...
  22. Replies
    2
    Views
    698

    Re: Send files and additional data with HTTP

    Hi,
    I have found an answer here:
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition
  23. Replies
    2
    Views
    698

    Send files and additional data with HTTP

    Hi,

    I want to send a file and additional data to a server using VB / XMLHTTP (ServerXMLHTTP). Just as if I would do it via HTTP with the following code:


    <form action="upload.php"...
  24. Re: [Add-In] Large Project Organiser (alternative Project Explorer) - No sub-classing

    Do you also use the "Logical grouping" function in CodeSmart, with which you can create your own folders? In addition, you can also colour the classes, which is also very helpful for large projects.
  25. Re: [Add-In] Large Project Organiser (alternative Project Explorer) - No sub-classing

    This is available with many useful extensions in CodeSmart's ProjectExplorer. Unfortunately, these extensions all have the disadvantage that they cannot be used in the run mode.
    ...
  26. Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    The AddIns only work in the MDI environment? I have no experience with AddIns. Is it difficult to adapt the functions to the SDI environment?
  27. Re: VB6 ImageCaching and -Animation (using a single Resource-File for storage)

    Ineresting! But it reminds me a lot of my concept with the cWebArchive class:



    Set htmlRes = New_c.WebArchive
    With htmlRes
    If App.LogMode = 0 Then
    ...
  28. Replies
    479
    Views
    156,589

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Click on different links on the Google page and watch out for the alert window:



    Option Explicit
    Private WithEvents WV As cWebView2
    Private Sub Form_Activate()
    If WV Is Nothing Then
    ...
  29. Replies
    479
    Views
    156,589

    Re: VB6 WebView2-Binding (Edge-Chromium)

    That's right! The window to whose hwnd the WebView is bound must be visible. This can be quite tricky with modal windows.

    In my sample code, I do something like this:...
  30. Liquidity planner: new WebView2 demo application

    Like last year's "Vacation Planner" (https://www.vbforums.com/showthread.php?892809-RC6-WebView2-Demo&highlight=webview2), the "Liquidity Planner" is a small but complete VB6 application whose GUI is...
  31. Re: [RESOLVED] Assuming VB6 goes multi-platform...APIs?

    That is correct! There are no objective answers to these questions. We had a comedian in Germany who said: "What is certain is that nothing is certain - and even that is not certain".

    If someone...
  32. Replies
    3
    Views
    922

    Re: [vbRichClient] How To...

    I have been working with RCx for years. It makes most sense to use the DLL regfree. This avoids these problems. But that doesn't change the fact that the exe must match the version of the DLL (see...
  33. Re: RC6 cWebView2 document events and object question!!

    Does your app have to be run as an administrator? This is unusual. When you include the WebView2 runtime in a program, the WebView2 control is started in its own process instance. Actually, there are...
  34. Re: RC6 cWebView2 document events and object question!!

    I can't see any interrelation there. As Olaf writes: catch the event of a select file button and handle this event in VB. From this point on, the WebView2 has no more meaning. W. Wolf
  35. Re: Getting the ball rolling. Which VB6 projects are you working on?

    I cannot load my ERP as a demo into the codebank. It takes effort to extract parts of it and publish them as meaningful stand-alone projects. I have done this with the holiday planner. Everything you...
  36. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Yes, that's HTML, JavaScript, CSS and images, some of which I create myself just-in-time using RC5 (currently RC6). The demo uses JS-Ext from Sencha, albeit in an old version 4.2. In the meantime...
  37. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Yes, although this is fake data in the demo. But that's not so important, it's about the user interface. I have just tested it again: If RC5 is installed with the WebKit extension, the demo still...
  38. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Hi,
    I read an article today by Daniel Hindrikes in which the author recommends using the BlazorWebView. This is a wrapper over the WebView2 engine that allows the Chromium component to be used in...
  39. Re: RC6 cWebView2 document events and object question!!

    You can find many examples in my sample application at:
    http://www.ww-a.de/download/WebView2-Demo.zip

    In principle, you need a serialisable object. Here is an example:



    function(){
    var...
  40. Re: RC6 cWebView2 document events and object question!!

    You can no longer get DOM events like in IE, that's right. The alternative via JavaScript is more flexible, but probably not as fast.


    Private Sub mWV_DocumentComplete()
    mWV.ExecuteScript...
Results 1 to 40 of 75
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width