Search:

Type: Posts; User: federico07

Search: Search took 0.04 seconds.

  1. Re: Can Visual Studio 6/VB6 be installed in Windows 11? Not for me ...

    tnx!
  2. Re: Can Visual Studio 6/VB6 be installed in Windows 11? Not for me ...

    Hi , i read it late, can you share it again? the temp file is gone.
  3. Replies
    23
    Views
    3,911

    Re: VB6 Package and Deployment Wizard

    i have a copy of vba6.dll and i was able to load into inno
    or add it mannually like this
    Source: "VBA6.DLL"; DestDir: {sys}; Flags: 32bit allowunsafefiles; Check:...
  4. Replies
    23
    Views
    3,911

    Re: VB6 Package and Deployment Wizard

    i use inno 5.4.3 https://files.jrsoftware.org/is/5/ there is the old version. finnaly i found the correct one

    and the addin
    https://sourceforge.net/projects/innotoolbarvb6/.

    scripts works...
  5. Replies
    23
    Views
    3,911

    Re: VB6 Package and Deployment Wizard

    Hi, I know you said Deployment Wizard, but is there a chance to move to inno setup for example? the plugin i have works really great and is way easier to install in several windows version.
    Just...
  6. Replies
    694
    Views
    311,430

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

    39 and growing, i put my 2 cents to help :D
  7. Replies
    2
    Views
    65,940

    Re: webBrowser Control Transparent

    let us take a look ate the project :D
  8. Replies
    7
    Views
    1,339

    Re: ado connection with password

    Hi could you try this cnn string
    Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;Jet OLEDB:Database Password=MyDbPassword;

    source...
  9. Re: Vb6: elapsed time + time in label1.caption

    Hi,
    i thing i got what are you trying to accomplish ,
    try to add the class Stopwatch

    'class
    Option Explicit

    Private Declare Function QueryPerformanceCounter Lib "kernel32" (X As Currency)...
  10. Re: MSCOMCTL.OCX not loading properly in VB6 on Windows 7

    sorry i duplicated the posting by mistake
  11. Re: MSCOMCTL.OCX not loading properly in VB6 on Windows 7

    Hi,
    Just a few ideas,
    if you are running vmware maybe you are lucky and you got a restore point previos uninstalling
    if not, make a restore point with the VM prior to do more tests..
    Other...
  12. Replies
    2
    Views
    2,873

    Re: [RESOLVED] Get Default Browser!

    i've found researching how to get the default browser, and you can get the information using this funtion
    tested on Windows 10 hope this save some time to someone


    Public Function GetBrowser()...
  13. Replies
    5
    Views
    922

    Re: Azure Cosmos DB and vb6?

    Thnx
  14. Replies
    5
    Views
    922

    Re: Azure Cosmos DB and vb6?

    thanx , ill investigate, hope to find some sample code to take a look !
  15. Replies
    5
    Views
    922

    Azure Cosmos DB and vb6?

    Hi Guys,
    I have vb6 destop app, im need to put some data on the cloud like XML DOC, (im thinking in Azure Cosmos DB (free) to read from a phone app not created yet)
    I couldnt find any sample code...
  16. Replies
    6
    Views
    801

    Re: get value from listview

    no, argentino :D
  17. Replies
    6
    Views
    801

    Re: get value from listview

    you can try this function
    'call it
    array=GetRowColumn(Item, listbiew)
    this is the function to get the column clicked

    Public Declare Function GetScrollPos Lib "user32" _
    (ByVal hwnd As...
  18. Replies
    6
    Views
    801

    Re: get value from listview

    Hi, have you tried the "ItemClick" (ByVal Item As MSComctlLib.ListItem)?
    best regards
    Federico
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width