Search:

Type: Posts; User: Daniel Duta

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    479
    Views
    155,157

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hello Olaf,
    Is it possible to parse with WebView2 not a site but a local html page ? I would like to identify some controls within that html file and to change their values. For example to change a...
  2. Thread: TwinBasic

    by Daniel Duta
    Replies
    1,808
    Views
    867,931

    Re: TwinBASIC programming

    I know that TwinBasic is under development, but is there any dedicated place where we could raise bugs ?Thank you.
  3. Thread: TwinBasic

    by Daniel Duta
    Replies
    1,808
    Views
    867,931

    Re: twinBASIC programming IDE - download and install

    Does anyone know if another GUI, a modern one, is planned in the future? At least one closer to the existing one in vb6.
  4. Re: How to redim and assign and UDT array

    Thank you for these hints, argen. It is exactly what I was looking for.
  5. [RESOLVED] How to redim and assign and UDT array

    I would like to assign some bidimensional arrays ,that are element of an UDT array, to other arrays that have the same type but are loaded separately. It is not clear to me how te redim the UDT array...
  6. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    I know you've been using the vsflexgrid for a long time and you have a good knowledge of its functionality in terms of events, methods and properties. I wonder to what extent this new control manages...
  7. Replies
    74
    Views
    19,193

    Re: Introducing MixLangz a Visual IDE

    Why don't you suggest the vbSkinner control as well ? :)
  8. Replies
    2
    Views
    1,078

    About Manifest file method

    I know that it is possible to use ActiveX files without registering them but I wonder if the same technique could be possible to be used for an uncompiled project. For example, I would like to use...
  9. Replies
    10
    Views
    2,101

    Re: Excell With V.B

    It looks a bit weird. Eromtech joined the forum 19 years ago and had his first post yesterday. Is it possible?
  10. Re: Relative path vs Absolute path

    In this way, finally it worked ! :) Interesting, the function does return the first sequence that is missing from the mapped drive path. If I add a row in the function above I get exactly what I...
  11. Re: Relative path vs Absolute path

    Thank you for your feedback. Yes, maybe the right or more appropriate terminology would be UNC paths vs. mapped paths as dile mentioned above - even the Authoritative Dictionary of IEEE Standards...
  12. [RESOLVED] Relative path vs Absolute path

    I created a small app that uses somewhere in the code a relative path from a server that is mapped in my machine. It worked properly for weeks in this way but starting with this weekend that relative...
  13. Replies
    74
    Views
    19,193

    Re: Introducing MixLangz a Visual IDE

    I have doubts that a serious programming environment can be promoted in this way.
  14. Changing the default icon of a compiled project

    I need to change the icon of an exe project from 24-bit color depth to 32-bit. Is it possible to overcome this limitation ?
  15. Thread: MMM error

    by Daniel Duta
    Replies
    23
    Views
    2,872

    Re: MMM error

    I have made it to work excluding from manifest those classes that do not have threading model. All you have to do is uncomment two lines of code in the ManifestComponents procedure that will filter...
  16. Thread: MMM error

    by Daniel Duta
    Replies
    23
    Views
    2,872

    Re: MMM error

    Hi Steve, this rule with divisibility by 4 is strange but anyway it doesn't work in my case. Perhaps it is applicable to LaVolpe's manifest creator. I will search for it in the CodeBank. Thank you.
  17. Thread: MMM error

    by Daniel Duta
    Replies
    23
    Views
    2,872

    Re: MMM error

    As an update, it is interesting what I found. If I take the controls one by one - so that to have only one inserted in the Form - they are recognized by the manifest file with no error. But once I...
  18. Thread: MMM error

    by Daniel Duta
    Replies
    23
    Views
    2,872

    Re: MMM error

    I don't know if you are familiar with the suite of libraries from codejock but I've been using it for 10 years successfully. It is first time when I try to deploy these controls making a package...
  19. Thread: MMM error

    by Daniel Duta
    Replies
    23
    Views
    2,872

    Re: MMM error

    Hi Dille. I spent many hours to understand this issue but so far with no success. It is interesting that I was not able to find any log in the PC even I used MySxSTrace.exe, Event Viewer, checked in...
  20. Thread: MMM error

    by Daniel Duta
    Replies
    23
    Views
    2,872

    MMM error

    I used Make My Manifest app to create a manifest file for an application that has some ocx files around. It works well for most of these COM files but there is one that for some reason does generate...
  21. Re: Getting the ball rolling. Which VB6 projects are you working on?

    How did you applied that skin ? Have you used a dedicated library ?
  22. Replies
    4
    Views
    2,305

    Re: Fast Search Process Memory by vb6 or vba

    xiaoyao, I am curious, how have you measured that "VFB is 26 times faster than EXCEL's vba code" ? On the other hand, I have noticed that on your site you promote the VFB with these words : "Are you...
  23. Replies
    11
    Views
    2,521

    Re: How to call a certain vba Form from vb6 ?

    Thank you, westconn. It seems the Designer works for Properties but must of all I would be interested in the Hide method. For some reason Hide method should be called in a different way.
  24. Replies
    11
    Views
    2,521

    Re: How to call a certain vba Form from vb6 ?

    I have modified the macro security and I was able to set the form I am interested in as follow :

    Set p = objExcelApp.ActiveWorkbook.VBProject.VBComponents("frmMain")Now I would like to change in...
  25. Replies
    11
    Views
    2,521

    Re: How to call a certain vba Form from vb6 ?

    Thnk you for reply, westconn. Still something goes wrong. Below are the rows based on your suggestion:

    Public objExcelApp As Excel.Application
    Public objWorkBook As Excel.Workbook

    Set...
  26. Replies
    13
    Views
    2,979

    Re: VB6 Visual component manager

    Since I changed the name of the library, does that mean it doesn't work anymore? Could you share with us the example above? Thank you.
  27. Replies
    11
    Views
    2,521

    Re: How to call a certain vba Form from vb6 ?

    I am looking to disable a Form that is part of an application written in vba Excel. I am able to access via vb6 all other functions or procedures from that Excel but how to call the userform class...
  28. Replies
    13
    Views
    2,979

    Re: VB6 Visual component manager

    If it is deprecated or dysfunctional, I wonder why we don't delete it completely? By changing the name it is no longer recognized by the application anyway.
  29. Replies
    11
    Views
    2,521

    How to call a certain vba Form from vb6 ?

    Even I work with excel library from vb6 for many years today I realized that I don't know how to access a vba Form (and its properties) in runtime. I also activated the MS VB6 Extensibility but still...
  30. Thread: SQLite+RC5

    by Daniel Duta
    Replies
    2
    Views
    827

    Re: SQLite+RC5

    Thank you, Olaf. I remember that in the past I was able to use some functions from RC5 without having to deploy vbRichClient5.dll. I only used your regfree procedure in the exe file but in this case...
  31. Thread: SQLite+RC5

    by Daniel Duta
    Replies
    2
    Views
    827

    SQLite+RC5

    Due to same complex (correlated) settings that are required to be saved on disk and because I wasn't satisfied with methods based on PropertyBag or UDT array I intend to use a small SQLite database...
  32. Re: A solution for registration-free COM libraries

    Well, in my previous post I just asked for a few details to make it work. How is triggered UMMM.exe and how should look like the folder of the exe file? Regarding the Manifest Creator 2 I wasn't...
  33. Re: A solution for registration-free COM libraries

    Update: I have just tried the Bob's MMM tool and it seems that it is still functional even the latest update is from April 2013. It was a pleasant surprise to see that myProj.exe.manifest worked in...
  34. Re: A solution for registration-free COM libraries

    Thank you, wqweto. Still I do not understand the steps properly. So, there is a folder somewhere called Work where the exe file is hosted. In the same folder I should have (I suppose) other...
  35. Re: A solution for registration-free COM libraries

    It is not very clear to me how to use it. I see a main module there called mdUmmm.bas but I do not understand how the ini file is created outside. Should I compile that module in my project ? Or...
  36. A solution for registration-free COM libraries

    Does anyone know a reliable tool that could generate manifest files for COM libraries ? So far I found a tool Make My Manifest made years ago by a guy Bob Riemersma but I am not sure if it is still...
  37. Replies
    694
    Views
    310,620

    Re: Vb6 , the Future, and what I have discovered

    At first glance it is a very impressive achievement. I know that are some remarkable guys in this forum who had or still have similar projects for some time but I don't know if any of these projects...
  38. Replies
    10
    Views
    1,954

    Re: Variant array error

    Those discussions do not have a clear conclusion. At least I installed the kb4512534 and the issue remained. But, meanwhile, I have noticed something interesting. This error is somehow related to...
  39. Replies
    10
    Views
    1,954

    Re: Variant array error

    Hello Dilletante, I am glad to found you here active as always and ready to give us a help. Unfortunately the OS updates and patches are under the IT team management and it is really surprising that...
  40. Replies
    10
    Views
    1,954

    Re: Variant array error

    ADO library, at least in my computer has 6 different versions and it is in the windows environment for decades. I don't know how you used to get data from a recordset, perhaps looping through it but...
Results 1 to 40 of 399
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width