Search:

Type: Posts; User: Episcopal

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Different EM_FORMATRANGE return value.

    I changed a structure, that's why the mouse wheel didn't work.
  2. Re: Different EM_FORMATRANGE return value.

    I copied the TextLength and GetText call from Kroll, it solved the problem, but the scrollwheel fails
  3. Re: Different EM_FORMATRANGE return value.

    I am using this code to return the length of the text.

    TextLenght = GetWindowTextLength(Handle)

    I've been looking at Kroll richtextbox, and it looks like he uses another type of call.
  4. Re: Different EM_FORMATRANGE return value.

    Forgive me if I wasn't specific. The problem is that when using the RichEdit20W Class, newStartPos is always smaller than TextLength:

    If newStartPos >= TextLength Then
    Exit Do
    End If
    ...
  5. Re: Different EM_FORMATRANGE return value.

    sLib = "riched20.dll"
    sClass = "RichEdit20W"
    'dwStyle
    dwStyle = WS_CHILD Or WS_CLIPCHILDREN Or WS_CLIPSIBLINGS
    dwStyle = dwStyle Or WS_TABSTOP Or ES_AUTOVSCROLL
    dwStyle =...
  6. [RESOLVED] Different EM_FORMATRANGE return value.

    Code:
    newStartPos = CLng(SendMessageLong(m_Settings.EditHwnd, EM_FORMATRANGE, False, ByVal VarPtr(m_FORMATRANGE)))

    When I use richedit v1.0 newStartPos always returns the total length of the text...
  7. Replies
    34
    Views
    7,696

    Re: The titlebar with different colors

    yes friend... in post 9 and 15, we talked about alternatives, explore them for VB.Net as you said
  8. Replies
    34
    Views
    7,696

    Re: The titlebar with different colors

    Which ocx are you referring to ... ???
  9. Replies
    34
    Views
    7,696

    Re: The titlebar with different colors

    The owner provided this link in post 17.
  10. Thread: TwinBasic

    by Episcopal
    Replies
    1,808
    Views
    867,927

    Re: TwinBasic

    Sorry for my double ignorance (if I don't know, or it shouldn't exist) but is there a Friend Type or Friend Enums in TwinBasic?
  11. Replies
    10
    Views
    495

    Re: Friend, Private, Public, "exposed"

    At runtime??? Why are they faster? can you tell me? thanks ...
  12. Replies
    10
    Views
    495

    Re: Friend, Private, Public, "exposed"

    Let's go .....
    When it comes to reverse engineering... I've already seen a user here on vbforums named Dragoras (or Dracoras, I don't remember the name well) I only know that he's a lawyer.
    This...
  13. Re: Error on reporting a thread - And Other Site Issues

    I can't score anyone, including people I've never scored...
  14. Replies
    4
    Views
    397

    Re: Get the child window

    I'm bringing Form from a dll.... I need to know how to automate a type of viewport
  15. Replies
    4
    Views
    397

    Get the child window

    I have two forms. I'm using SetParent to leave one as a child:
    SetParent FormChild.hWnd, FormParent.hWnd

    In FormParent there is subclassing intercepting messages.
    My question is: How do I know...
  16. Re: vb6 How to develop Apple Watch APP-style interface?

    https://www.vbforums.com/showthread.php?890532-Getting-the-ball-rolling-Which-VB6-projects-are-you-working-on&p=5627414&viewfull=1#post5627414
  17. Re: SP6 won't install on Windows 11

    I always uncheck data access... and it works
  18. Replies
    19
    Views
    1,405

    Re: VB6 form UI to Python

    I love it ...
  19. Re: Is there a winsock control that supports ip6?,twinbasic

    here ....

    https://github.com/wqweto/VbAsyncSocket

    https://leandroascierto.com/blog/winsock32/

    https://www.vbforums.com/showthread.php?784279-VB6-DNS-Monitor
  20. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Here ... done ...
  21. Thread: TwinBasic

    by Episcopal
    Replies
    1,808
    Views
    867,927

    Re: TwinBasic

    I'm not an expert in the area, but there should be some kind of native library common to all platforms, nothing that the community can solve. Just an idea.
  22. Re: Celebrating a New Milestone: Welcome to the twinBASIC subforum on vbforums!

    Cool, I was even surprised when I saw this subforum posted a link by VB6 Programming.
  23. Re: Getting the ball rolling. Which VB6 projects are you working on?

    beyond excellent
  24. Re: This subforum should be renamed the TwinBASIC forum.

    .... Unable to accept the invitation ....
  25. Re: twinBASIC supports Unicode variable names... and color fonts... so... can you...?

    very very very crazy
  26. Replies
    6
    Views
    664

    Re: Ribbonbar is still in fashion

    Obviously opinions are divided...

    Fafalone, I'm making a RibbonBar (UC) but its appearance is very different from the pattern you're presenting.

    Arnoutdv, are you using any third-party...
  27. Replies
    6
    Views
    664

    Ribbonbar is still in fashion

    Just out of curiosity, does anyone here use RibbonBar in their applications? Is it still in fashion?

    I'm asking because there are modern interfaces that look like web program dashboards.
  28. Re: This subforum should be renamed the TwinBASIC forum.

    May I know who is first?
  29. Poll: Re: If VB was still alive & updated today, would you pay for a license ? [POLL]

    Visual Fox Pro went up to version 9. VB could go up there too ... :D
  30. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Getting the ball rolling. Which VB6 projects are you working on?

    I was working on an Ecclesiastical Manager, updating mine (RibbonBar, CommonControls, WordProcessor), but I started a postgraduate...
  31. Replies
    3
    Views
    712

    Re: Palette missing in IDE?

    I've been in situations where the colors were all white, but when I clicked, the object had the real color, but the palette was all white.

    Did you put out a manifesto? Do you have the latest win11...
  32. Re: setparent a.exe text1.hwnd to b.exe,The mouse is not responding.

    I still have problems with this today, and I still have no solutions...
  33. Re: Getting the ball rolling. Which VB6 projects are you working on?

    sometimes it's painful, but I also like it, especially I opened my wordprocessor again (2013) to refactor the code, what a surprise (2023) how my code evolved..... and the way of thinking too.

    ...
  34. Replies
    11
    Views
    1,045

    Re: Raising Events vs Calling a Sub/Function

    Hey, it happened and I don't know why it went wrong. But I'll test it again.
  35. Replies
    11
    Views
    1,045

    Re: Raising Events vs Calling a Sub/Function

    It's already happened to me that I needed to use nested Classes as properties, but WithEvents failed and didn't reach the usercontrol. I created a Sub Friend in my usercontrol and passed the UC as an...
  36. Replies
    45
    Views
    31,514

    Re: Does VB6 work in Windows 11? YES

    Microsoft apparently canning P2P Win32 services on Windows 11 23H2

    https://www.neowin.net/news/microsoft-apparently-canning-p2p-win32-services-on-windows-11-23h2-windows-12/

    For those of you...
  37. Replies
    64
    Views
    6,695

    Re: Write a VB6-Compiler in VB6

    Oh! It was me, SearchingDataOnly ...
  38. Re: vb6 How to develop Invoicing software faster?

    Until I like him!
  39. Replies
    34
    Views
    4,736

    Re: Win32Api TLB for VB6

    What book is it open in? I could not see?:bigyello:
  40. Re: Getting the ball rolling. Which VB6 projects are you working on?

    fafalone ... are you creating the ribbonbar?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width