Search:

Type: Posts; User: gaouser

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: Curiosity: What version of VB6 IDE is this?

    Hey. That is VS6/VC++6, not VB6. They're from same pack. and u seem like trying to install VB6 but. I think installation is over and you dont have to do anything on VS6 either and that menu doesnt...
  2. Inserting a menu to an MFC program externally

    Well after my older post. I realized the MSPaint was MFC based and required WM_INITMENUPOPUP to initialize itself
    Which means I can add popup menus(aka menus with 1 space on left in VB Menu Editor)...
  3. Re: Weird gray-out while remotely adding menus to another program

    I did it again, with injection. same issue.
  4. Weird gray-out while remotely adding menus to another program

    Well. I tried to make and subclass menus using Win32. and they worked perfectly for normal form.
    Then I tried to use it on external programs. but this time. PopUp menus(menus inside menus) are...
  5. Replies
    6
    Views
    370

    Re: VB6+Win32 - Menus

    managed to subclass it painfully :D
  6. Replies
    6
    Views
    370

    Re: VB6+Win32 - Menus

    Im not really in custom controls like that. thus it only has popup menus. no menus/menubar. and not adaptive to visual styles.
  7. Replies
    6
    Views
    370

    VB6+Win32 - Menus

    So. I was busy trying to create a menu in vb6 without the VB6 menu system. I disabled Negotaite Menus and managed to make my menus appear. but only problem is. how am I going to make events. Most...
  8. Replies
    0
    Views
    216

    A Silly IPicture + Timer problem

    Well I was trying to make a drawing program. I was trying to make layers and I used a timer to sync the drawing area and IPicture for layers. but when I switched layers and do MouseUp at drawing...
  9. Replies
    31
    Views
    1,193

    Re: VB6 COMMUNITY PROJECT - MSPAINT with Add-Ins

    To be honest VB is fun unless you are messing with Win32 API or cursed/undocumented ActiveX
  10. Replies
    31
    Views
    1,193

    Re: VB6 COMMUNITY PROJECT - MSPAINT with Add-Ins

    I dont know, weird idea. I mess around with Windows and low level and Win32 API's
  11. Replies
    31
    Views
    1,193

    VB6 COMMUNITY PROJECT - MSPAINT with Add-Ins

    Core functionality, you can add your add-ins or code without add-ins
    (If you get errors for ImageLists, All files should be put to your My Documents, I will give bitmaps later so you may need to...
  12. Replies
    5
    Views
    957

    Re: Visual Basic 6 compiler

    tadaah. use CMD command line with VB6 IDE itself. No GUI! Compiling!
  13. Replies
    22
    Views
    1,675

    Re: Python discussion

    Hey, Elroy. I do have a FRM file saver in VB6 that might help you to make a FRM file reader
  14. Replies
    2
    Views
    317

    Re: PictureBox.Image returns missing.

    I know. but forgot to. Ok I will try!!!
  15. Replies
    2
    Views
    317

    PictureBox.Image returns missing.

    So I basically wrote this code:

    Private Sub Picture1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
    Dim radius As Integer
    radius = Fix(Sqr((sx1 - sx2) ^ 2 + (sy1 - sy2) ^...
  16. Thread: Beizers+VB6

    by gaouser
    Replies
    1
    Views
    382

    Beizers+VB6

    hey. Gaouser here. I'm just looking like for snippets(needing help in a finally opened sentence), How can I draw beizer on picturebox,like on mspaint, Is there like any Win32 for?
  17. Replies
    97
    Views
    4,976

    Re: Why did Microsoft abandon ,killed VB6?

    Accurate enough.
  18. Replies
    97
    Views
    4,976

    Re: Why did Microsoft abandon ,killed VB6?

    Sadly,VB.NET is definetely not a replacement, Microsoft shouldve acted like how they make VB6 out of VB5
  19. Thread: Is it worth?

    by gaouser
    Replies
    11
    Views
    973

    Re: Is it worth?

    Mostly for compability as, some stuff like Wine that turns windows program emulated, into another OS might fail to understand ThunderCommandButton and Private Declares are definetely not worth when...
  20. Thread: Is it worth?

    by gaouser
    Replies
    11
    Views
    973

    Is it worth?

    I'm wondering, is converting VB6 code to VC++ code then compiling is a good idea?
  21. Replies
    3
    Views
    346

    Gaouser's VB7 on the way!

    I do have my FRM generator code ;)
  22. Poll: Re: GAOUSER GOTTA BE NEW NIRSOFT! Post your utility ideas!

    Btw guys, dont just use poll, but type ideas, type what utility you want
  23. Replies
    4
    Views
    409

    Re: the problems with LLM based chatbots

    And Bard can google for FREE
  24. Replies
    4
    Views
    409

    Re: the problems with LLM based chatbots

    Also, the nodes arent too realistic, they are on the cr$ppy computer generated random/noise
    Bard is best one in human alike talking, it can change topics good
    ChatGPT is best at programming and...
  25. Poll: Re: GAOUSER GOTTA BE NEW NIRSOFT! Post your utility ideas!

    Multiline2VB not just seperates lines into & vbnewline & and puts lines into double quotes but also escapes double quotes
  26. Poll: GAOUSER GOTTA BE NEW NIRSOFT! Post your utility ideas!

    pls post utility ideas, Just tell me what you want most! And pick one from my 2 very original ideas, Post your utility idea down
  27. VB6 Question: Whats benefit of Win32 Controls over VB6 Standart Controls

    Does Win32 Controls have advantage over Windowed VB6 Standart Controls(ones with HWND)? and does VB6 Controls support all functions their Win32 counterparts have
  28. Replies
    5
    Views
    561

    Re: VB6 IDE's weird part

    this is kinda like, not appoprite for this thread.
  29. VB6 Win32 need help for events for Win32-created BUTTON

    Private Declare Function CreateWindowEx Lib "user32" Alias "CreateWindowExA" _
    (ByVal dwExStyle As Long, ByVal lpClassName As String, _
    ByVal lpWindowName As String, ByVal dwStyle As Long,...
  30. Replies
    5
    Views
    561

    Re: VB6 IDE's weird part

    Im thinking of something like that but its fairly complex, which, win32 on VB6 is sometimes TOO HARD
    Win32 API doesnt let us change class after creating a control, So I have to read EVERY CONTROL...
  31. Replies
    10
    Views
    750

    Re: Form designer in IDE glitching

    for vista to 11: DWM themes(Aero/Fluent) breaks VB6 selection box, making it lag too much, and not reset the window
  32. Replies
    5
    Views
    561

    VB6 IDE's weird part

    Well, guys, I found some stuff i found weird in VB6 IDE, heres all of them
    1. VB6 doesnt use pure win32 BUTTONs, It uses ThunderCommandButton which uses win32 BUTTON, forms are ThunderForm, but I...
  33. Re: Load resource file from DLL, but any file supported in VB6

    Resource formats are clear, I checked the DLL with Resource Hacker and noted Resource ID's for specific icon files
  34. Load resource file from DLL, but any file supported in VB6

    Hi guys, well, how can I make VB6 load resources from DLL, but return the type it originally is and support all of the supported vb6 resource formats(icon bitmap cursor) at same time with a single...
  35. Replies
    5
    Views
    447

    Re: DirectX8(d3d) error

    My project is designed specifically for XP, XP has DX9, but im aware of performance+nostalgic charm, Also since people will be able to download it from internet, I dont want to run into issues with...
  36. Replies
    5
    Views
    447

    Re: DirectX8(d3d) error

    Yes, I do
  37. Replies
    5
    Views
    447

    DirectX8(d3d) error

    Well, I recently tried to use DX8 again, but idk why and couldnt solve, it cant initialize, It says DX8 couldnt initialize, so i tried a few examples+chatgpt codes but they make the same error
  38. Replies
    5
    Views
    639

    Re: Imma explode your mind in VB6

    im about to crash to floor
  39. Replies
    5
    Views
    639

    Re: Imma explode your mind in VB6

    Yes,
  40. Replies
    5
    Views
    639

    Imma explode your mind in VB6

    Welp, Im trying to make a simple NLP(Natural Language Processing) in VB6, My plan is this system: verb, adjective, object, limit
    limit is basically a challange to the generative part, like you typed...
Results 1 to 40 of 488
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width