Search:

Type: Posts; User: LeoFar

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    3,894

    Re: Windows 11 Combo Box on frame themed ghosting

    But in this way you lose the Caption of the Frame, it does not seem to me an always practicable solution.
  2. Replies
    10
    Views
    3,894

    Re: Windows 11 Combo Box on frame themed ghosting

    Post a sample project that reproduce the issue.
  3. Re: how to open workbook via ADO and print in acell

    Excel and ADO: writing / reading data from Excel tables
    Excel e ADO: scrittura/lettura dati da tabelle Excelhttps://www.excelvba.it/forumexcel/excel-e-ado-scrittura-lettura-dati-da-tabelle-excel/
  4. Replies
    17
    Views
    2,576

    Re: Program to rename / copy mp3 files

    Just for your information, there is already a free program MP3Tag that does this and much more:

    https://www.mp3tag.de/en/
  5. Replies
    5
    Views
    2,779

    Re: FREE tool... for vb6

    You can download for free from WAYBACK MACHINE:
    https://web.archive.org/web/20150206030204/http://mztools.com/v3/download.aspx

    And you can download the help file transalted in Italiano, from...
  6. Re: Windows 11 VB6 Combobox Styling issues

    Hi chirchy87,
    since you have found the solution it would be useful if you set the discussion as SOLVED. Thanks.
  7. Re: Windows 11 VB6 Combobox Styling issues

    See
    https://www.vbforums.com/showthread.php?893665
  8. Replies
    5
    Views
    1,594

    Re: unloading Active reports

    ActiveReport1 is not an 'object variable', but it is a real object and cannot be set to Nothing, that statement is useless and must be removed because you cannot 'download' the report!


    It would...
  9. Replies
    5
    Views
    1,594

    Re: unloading Active reports

    I Agree 100% ;)
  10. Replies
    20
    Views
    6,092

    Re: Loop through text fields in Active reports

    If you post a sample project that reproduces the problem we can take a look.

    I could do it for you, but I would never know how you set up your project, form and report, with the risk of not...
  11. Replies
    20
    Views
    6,092

    Re: Loop through text fields in Active reports

    Have you tried to use the Detail_Format() event?
  12. Replies
    20
    Views
    6,092

    Re: Loop through text fields in Active reports

    1) Is the report external to the VBP project or is it incorporated into the project?
    2) In which event of the report did you enter the code?
    3) Can you post the report with code?
  13. Re: trying to replace function something not working

    It looks like a query, if it is you have to write it like this:


    SELECT Replace(Address. '/', '') As Address FROM customers
  14. Replies
    10
    Views
    3,894

    Re: Windows 11 Combo Box on frame themed ghosting

    This is a known problem with the Frame that already occurred with Windows XP.


    Put all the controls in a PictureBox and put the PictureBox inside the Frame.
    - Select all controls
    - cut selected...
  15. Replies
    10
    Views
    3,894

    Re: Windows 11 Combo Box on frame themed ghosting

    Attach a sample project that reproduce the problem, please.
  16. Re: saving and retreving controls' position in ini files

    The statements seem wrong

    In Module1.bas I used below code (please note that ALL parameters are declared ByVal)



    Option Explicit
    Private Declare Function GetPrivateProfileString _
    ...
  17. Re: saving and retreving controls' position in ini files

    Declaretions are missing...
  18. Re: [RESOLVED] Run-Time error '429': ActiveX component can't create object. VB6 Depl

    I Agree.
  19. Re: Run-Time error '429': ActiveX component can't create object. VB6 Deployment Pack

    You must instruct your installer (InnoSetup or other) that all OCX must be installed and registered using the 'Register Ole Server' flag, as well as many DLL libraries (not all, it depends on the...
  20. Re: innovasys Freeware Controls

    I've sent a PM to you.
  21. Re: VB6 Resource Editor Missing from Add-Ons

    I agree with Dilettante and DataMiser, I recommend a complete removing and reinstalling VB 6.0.
  22. Thread: Windows 11

    by LeoFar
    Replies
    2
    Views
    991

    Re: Windows 11

    http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx

    https://www.vbforums.com/images/ieimages/2021/09/2.gif
  23. Replies
    74
    Views
    19,225

    Re: Introducing MixLangz a Visual IDE

    Including making the download work on your site which DOESN'T WORK!
  24. Re: How to create a multires icon DLL with sizes up to 256x256 like shell32.dll?

    Try https://imagemagick.org/index.php
  25. Re: If I wanted to have a Windows PC that only ran VB6 programs...

    Here a lot of programs
    http://vb6awards.blogspot.com/2021/
  26. Replies
    25
    Views
    10,970

    Re: VB6 Won't Update mdb database

    All business programs work like this, unless the program is structured in two distinct parts: a Client and a Server.
  27. Thread: Find In Files

    by LeoFar
    Replies
    6
    Views
    2,205

    Re: Find In Files

    If the search is long, without the DoEvents the application after a while 'does not respond' and the status bar stops updating.


    I know. :D

    Mine are just suggestions. ;)
  28. Replies
    25
    Views
    10,970

    Re: VB6 Won't Update mdb database

    The app is always run on the client computer that launches it (locally), no matter where the exe is located.
  29. Replies
    15
    Views
    2,442

    Re: Form Saved as PDF in another folder

    This project load all PDF printers from the system, next allow to print in PDF printers of your choice, any.

    181840

    https://www.vbforums.com/images/ieimages/2021/07/6.png
  30. Replies
    25
    Views
    10,970

    Re: VB6 Won't Update mdb database

    Instead of dbOpenTable use dbOpenDynaset

    https://docs.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/recordsetoptionenum-enumeration-dao
  31. Thread: Find In Files

    by LeoFar
    Replies
    6
    Views
    2,205

    Re: Find In Files

    Good work! :cool:

    A couple of tips:
    1. Insert a DoEvents into the Do While loop
    2. Set the Scintilla font to standard font like Courier New

    Thank.
  32. Replies
    34
    Views
    5,400

    Re: Visual Basic has stopped working. Why?

    Already written: ANY controls.
  33. Replies
    34
    Views
    5,400

    Re: Visual Basic has stopped working. Why?

    But it is obvious that it will go wrong, sooner or later.
    Ilia, ANY controls loaded at runtime, MUST be Unloaded when close the form.

    On the event:

    Private Sub Form_Unload(Cancel As Integer)...
  34. Re: Running VB6 desktop app in windows 2016/2019 Terminal server or in Cloud

    At the time, we integrated the TS licenses with those of a CITRIX server.
    https://www.citrix.com/products/citrix-virtual-apps-and-desktops/


    The applications in VB6 run peerfectly as XenApp...
  35. Re: Moving listbox items up/down using mouse....

    See if this help you:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/a71d6bb3-4ddb-4d75-b0e1-eb228c5e9442/move-items-up-and-down-in-a-listbox?forum=vbgeneral
  36. Replies
    3
    Views
    1,138

    Re: ADODC Methods in VB6

    I agree.
    :thumb:
  37. Replies
    18
    Views
    3,305

    Re: loading VB6 onto Win10

    Now the site is back
  38. Replies
    7
    Views
    3,341

    Re: VBA Function returns 0

    @Zvoni
    Should be

    Public Function ExtractNumeric(ByRef s As String) As Long
    ''''MyFunction = Left$(s, StrSpn(StrPtr(s), StrPtr(NUM_CHAR)))
    ExtractNumeric = Left$(s, StrSpn(StrPtr(s),...
  39. Thread: Rotated text

    by LeoFar
    Replies
    34
    Views
    5,080

    Re: Rotated text

    No because is for C#, not for VB6
  40. Re: MIDI Play, Pause, Resume Using mciSendString

    Again.
    One of the best MCI websites:

    Visual Basic MCI Command Post
    http://web.archive.org/web/20111209232648/http://www.reocities.com/smigman.geo/mci/mci.html
Results 1 to 40 of 67
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width