Search:

Type: Posts; User: germano.barbosa

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Microsoft have open-sourced 3D Movie Maker by popular demand

    https://www.rockpapershotgun.com/microsoft-have-open-sourced-3d-movie-maker-by-popular-demand

    https://www.rockpapershotgun.com/microsoft-have-open-sourced-3d-movie-maker-by-popular-demand

    ...
  2. Replies
    107
    Views
    25,345

    Re: VB6 Web Site/App Server

    I use 99% open source, not a third party control, only mine or available here on the forum
  3. Replies
    107
    Views
    25,345

    Re: VB6 Web Site/App Server

    The biggest problem for me is that RC6 is not opensource, I use it for other projects, but the least, if it was opensource I wouldn't worry
  4. Replies
    107
    Views
    25,345

    Re: VB6 Web Site/App Server

    Good project, but would it be possible to do without RC6?
  5. Re: [VB6] VBCDeclFix - The Add-in allows you to use Cdecl functions in VB6 IDE.

    I'm trying to use lib libcurl.dll, it works perfectly in the IDE, but not in the exe, do you have any suggestions?



    For information
  6. Re: [VB6] Simple VNC Server using DXGI Desktop Duplication

    I would have to connect to this repeater, I tried here anyway and it doesn't connect, I suspect that I also have to put an ID
  7. Re: [VB6] Simple VNC Server using DXGI Desktop Duplication

    exactly
  8. Re: [VB6] Simple VNC Server using DXGI Desktop Duplication

    Would you like to make a proxy server, to make a reverse connection with a central server that is listening, and on that same server connect a vncview by ID? I wanted to do an "alternative teamvier"
  9. Re: [Add-In] Large Project Organiser (alternative Project Explorer) - No sub-classing

    Very good work, I needed some adjustments and I implemented it myself, in this case it was "edit as text", and as I have a very big project when I change a form, it gets boring because it has to...
  10. Re: [Add-In] IDE Code-Pane Tabs for MDI/SDI (No sub-classing/hooking)

    for security reasons vbw files are excluded, so if you can write to another file and open the forms that were recently opened it would be very good
  11. Replies
    3
    Views
    940

    Command Line Arguments

    How can I manipulate, read and / or write to "Command Line Arguments", with the IDE? It is boring having to keep entering this screen to change, I wanted to incorporate this function in my ADD-in,...
  12. Re: [Add-In] IDE Code-Pane Tabs for MDI/SDI (No sub-classing/hooking)

    Would you like to put an option to save a section? To open and restore windows later? I have an add-on that will delete the .vbw
  13. Re: [VB6] Simple VNC Server using DXGI Desktop Duplication

    just thinking about it, would it be possible to restrict the capture to a window?
  14. Re: VB6 - JsonBag, Another JSON Parser/Generator

    Where do I get the official version of this file, is there a repository on gitHub? What's the latest version?
  15. Re: [VB6] Simple VNC Server using DXGI Desktop Duplication

    great job, is there a possibility of creating the client in the future? I wanted to implement an "alternative teamvier", because I have a server with a valid IP
  16. Re: Chrome OCX,Miniblink,VB6 chromium,Chrome core only one dll

    Would it be possible to make available the paid version that has multimedia? What the value ? How do I buy it ?
  17. Re: VB6 chromium,Chrome core only one dll

    the problem is that it does not have multimedia support (youtube, mp3, etc.)
  18. Re: Miniblink: the world's smallest Chrome-based browser control

    only if you buy

    https://miniblink.net/pricing/pricing.htm
  19. Replies
    5
    Views
    1,440

    Re: Arrows in Usercontrol

    no one ? I've tried everything, subclassed and nothing
  20. Replies
    9
    Views
    8,626

    Re: VB6 - Writing PDFs

    For me the best:

    https://sourceforge.net/projects/litepdf/
  21. Replies
    5
    Views
    1,440

    Arrows in Usercontrol

    Please this project works only in the second option the arrows on the keyboard, would anyone have to check why?
    <Attachment Removed>
  22. Re: Miniblink: the world's smallest Chrome-based browser control

    when I access google, google appears in chinese, how do I fix it?


    178226
  23. Replies
    1
    Views
    917

    VB6 in Web

    I saw several posts on the forum right here on how we could put a vb6 application on the web.

    Researching the best solution I found was this:
    https://www.go-global.com.br/
    Example here:...
  24. Replies
    4
    Views
    1,440

    Firebird COM Wrappers

    Friends I'm trying to make a Firebird Wrappers, but I can't do this simple opening of the database

    Any help is welcome

    177918
  25. Replies
    26
    Views
    5,979

    Re: Game in vb6

    https://github.com/DirectY1996/SuperMarioWorldMaker


    Here is the project link
  26. Replies
    26
    Views
    5,979

    Re: Game in vb6

    It is actually a game maker, that is, it has a phase editor too
  27. Replies
    26
    Views
    5,979

    Game in vb6

    Guys, my son (He is 15 years old) made a game in vb6, would trigger your opinion of whether it was good or not. I've been working with vb6 for a long time and I don't think I could do that.


    ...
  28. Replies
    14
    Views
    13,844

    Re: VB6 Tab Control

    I managed to fix it


    Public Function SubclassProc(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long, Handled As Boolean) As Long
    'Dim x As Single
    'Dim y As...
  29. Replies
    14
    Views
    13,844

    Re: VB6 Tab Control

    I found something
  30. Replies
    14
    Views
    13,844

    Re: VB6 Tab Control

    Very good, but there is a bug that I can't fix, there is a red border when it is resized and that persists even when I minimize the vb6, only leaving when I close the vb6

    174917

    174919
  31. Replies
    1
    Views
    339

    TabControl no working in ocx

    Hello everyone, I tried more I can not make this control work when I compile the project in OCX, it only works as usercontrol, does anyone have any idea of what may be happening?

    174835
  32. Replies
    246
    Views
    85,246

    Re: https://www.radbasic.dev/

    https://sourceforge.net/projects/lizrd-basic/
  33. Thread: Debug

    by germano.barbosa
    Replies
    0
    Views
    1,672

    Debug

    Someone knows some way to run an exe program, instruction instruction, step by step, through VB6, can be using a DLL, API, etc.

    Like a debug
  34. Replies
    246
    Views
    85,246

    Re: https://www.radbasic.dev/

    https://sourceforge.net/projects/visual-basic/

    http://kidev.net/

    What do you think of this compiler?
  35. Replies
    0
    Views
    434

    Automatically Error addin

    This screen is from the source of CreatePDF, it captures all errors from all locations, does anyone know a way to automatically put in the whole project?

    I need to find out an error in my OCX that...
  36. Curiosity, what country are you talking about?

    I speak here from Brazil

    And where are you talking about?

    How is the VB6 market where you live?

    Are you working with VB6 or only as an autonomous?

    Do you want to migrate?
  37. What do you think about this project?

    What do you think about this project?

    http://kidev.net/
  38. Replies
    8
    Views
    4,754

    Can't open Clipboard

    Anyone else have this problem with VB6 / Win10 64bits, when will I copy some control on the form

    167849
  39. Replies
    0
    Views
    732

    EMF EnumEnhMetaFile

    I need to enumerate an emf with attached file, but I can not align the texts


    167657

    167659



    Case EMR_EXTTEXTOUTW
  40. Replies
    4
    Views
    1,069

    Re: Google drive

    I need to send via API
Results 1 to 40 of 76
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width