Search:

Type: Posts; User: gaouser

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. 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...
  2. Replies
    6
    Views
    248

    Re: VB6+Win32 - Menus

    managed to subclass it painfully :D
  3. Replies
    6
    Views
    248

    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.
  4. Replies
    6
    Views
    248

    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...
  5. Replies
    0
    Views
    197

    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...
  6. Replies
    31
    Views
    1,110

    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
  7. Replies
    31
    Views
    1,110

    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
  8. Replies
    31
    Views
    1,110

    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...
  9. Replies
    5
    Views
    931

    Re: Visual Basic 6 compiler

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

    Re: Python discussion

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

    Re: PictureBox.Image returns missing.

    I know. but forgot to. Ok I will try!!!
  12. Replies
    2
    Views
    307

    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) ^...
  13. Thread: Beizers+VB6

    by gaouser
    Replies
    1
    Views
    369

    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?
  14. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    Accurate enough.
  15. Replies
    97
    Views
    4,763

    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
  16. Thread: Is it worth?

    by gaouser
    Replies
    11
    Views
    944

    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...
  17. Thread: Is it worth?

    by gaouser
    Replies
    11
    Views
    944

    Is it worth?

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

    Gaouser's VB7 on the way!

    I do have my FRM generator code ;)
  19. 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
  20. Replies
    4
    Views
    384

    Re: the problems with LLM based chatbots

    And Bard can google for FREE
  21. Replies
    4
    Views
    384

    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...
  22. 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
  23. 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
  24. 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
  25. Replies
    5
    Views
    549

    Re: VB6 IDE's weird part

    this is kinda like, not appoprite for this thread.
  26. 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,...
  27. Replies
    5
    Views
    549

    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...
  28. Replies
    10
    Views
    732

    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
  29. Replies
    5
    Views
    549

    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...
  30. 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
  31. 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...
  32. Replies
    5
    Views
    441

    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...
  33. Replies
    5
    Views
    441

    Re: DirectX8(d3d) error

    Yes, I do
  34. Replies
    5
    Views
    441

    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
  35. Replies
    5
    Views
    626

    Re: Imma explode your mind in VB6

    im about to crash to floor
  36. Replies
    5
    Views
    626

    Re: Imma explode your mind in VB6

    Yes,
  37. Replies
    5
    Views
    626

    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...
  38. Replies
    6
    Views
    664

    Re: Ribbonbar is still in fashion

    No, DESTROY THE RIBBON!

    I use toolbars
    People likes toolbars
    toolbars are more nostalgic
    toolbars give XP Vibe+98 Vibe and before
    toolbars are more industrial
    toolbars are used more often...
  39. Replies
    9
    Views
    993

    Re: [RESOLVED] Image control shape

    good idea+dithering+anti aliazing for round borders
  40. Replies
    9
    Views
    993

    Re: [RESOLVED] Image control shape

    make the image round
Results 1 to 40 of 485
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width