Search:

Type: Posts; User: clintc

Search: Search took 0.04 seconds.

  1. Poll: Re: If VB was still alive & updated today, would you pay for a license ? [POLL]

    VB7?
    What, and put my trust into MS [again], anticipating them dropping support again?
  2. Re: SSTab click fires before Form_Activate

    Thanks!

    I will change all SSTab controls.

    Until then, I am using:

    Private Sub SSTab1_Click(PreviousTab As Integer)

    If (Not App.MDI.ActiveForm Is Nothing) Then
    If (Not...
  3. Re: SSTab click fires before Form_Activate

    I guess the easiest manner would be to edit the *.frm files to swap out the controls in order to preserve the TabIndex order.
  4. Re: SSTab click fires before Form_Activate

    Actually, I already do that.
  5. [RESOLVED] SSTab click fires before Form_Activate

    I have two forms (Form 1 and Form2) each with a SSTab control.
    If I click for one form to the other, the Form_Activate fires.

    I place something like a edit box on the sstab of each form.

    When...
  6. Replies
    7
    Views
    1,210

    Re: Automatic translation of sentences

    Yes, now it works!

    Thank you!
  7. Replies
    7
    Views
    1,210

    Re: Automatic translation of sentences

    Doesn't work for me:

    Win7 64/32, Firefox 105.0.2 64 bit, German

    F8 step through and no errors.
    It just returns an empty string.
  8. Replies
    23
    Views
    10,533

    Re: To disable minimize and close button in VB6

    I must have downloaded an older copy.
    I removed the "Private WithEvents subfrm As SubCLs" and reference and now it works.
    Thank you!
  9. Replies
    23
    Views
    10,533

    Re: To disable minimize and close button in VB6

    Where do I get the gwsubcls.dll?

    Seems to be required for this to work:
    Private WithEvents subfrm As SubCls
  10. Replies
    2
    Views
    1,584

    Re: set vb6 controls BorderColor,

    Works good. Thanks!
  11. Replies
    3,725
    Views
    1,854,269

    Re: CommonControls (Replacement of the MS common controls)

    Hallo Krool,

    https://www.vbforums.com/showthread.php?698563-CommonControls-(Replacement-of-the-MS-common-controls)&p=5563715&viewfull=1#post5563715



    So, this is not possible:
    ...
  12. Replies
    3,725
    Views
    1,854,269

    Re: CommonControls (Replacement of the MS common controls)

    Hello Krool,
    I am getting error 35773 with the DTPicker when trying to enter time in 24 hour format.
    How can I resolve this?
    Thank you!

    Edit:
    Ok, I found out what is happening.
    The DTP was...
  13. Re: [VB6] ActiveX CommonControls (Replacement of the MS common controls)

    Thank you Krool for this fantastic tool and excellent piece of work!

    I am missing the "UpTo" method of the RichTextBox component.

    If there are no plans to add it, then I will create in my code...
Results 1 to 13 of 15



Click Here to Expand Forum to Full Width