Search:

Type: Posts; User: jm1248

Search: Search took 0.03 seconds.

  1. Re: Quickie Popup Menu - TextBox Popup Inhibit

    Okay, I answered my own question.

    ...

    Text1.Enabled = False
    ..
    List1.SetFocus
    Text1.Enabled = True
  2. [RESOLVED] Quickie Popup Menu - TextBox Popup Inhibit

    I did a quick popup menu (a four item listbox) for a stand-alone form
    (no MDI parent). I want it to respond to a right-click, but it gets
    overlaid by the Textbox popup menu.

    How can I...
  3. Re: ADODC Recordset.Find - Single Character Wildcard

    Thanks guys,

    I'm using SQL statements for user searches with []'s to escape literals. Works fine.
    I now only use ADODC.Find to reposition the recordset to its unique ID.
  4. Re: ADODC Recordset.Find - Single Character Wildcard

    So 50[%] should get 50% and not 50lb?
  5. Re: ADODC Recordset.Find - Single Character Wildcard

    Thanks Bruce,

    Did they used to? The VB6 ADO Help suggests it did.
    Anyway, I'm going to use a programatic find instead.

    Re the Escape question: Can you tell me what the ADO
    expects in the...
  6. [RESOLVED] ADODC Recordset.Find - Single Character Wildcard

    Sorry to be a bother again, but nowhere can I find
    what the ADODC single-character wildcard is for the Find method.
    Help says underscore (_) but it doesn't work for me.
    e.g.: ...
  7. Replies
    10
    Views
    853

    Re: Delete Key Hijinx

    Doh!

    I assigned Delete and Shift-Delete to the MDI Menu as Shortcuts,
    then forgot all about it.

    Oh well, I learned something on my own.

    Thanks so much for your help guys! I love this...
  8. Replies
    10
    Views
    853

    Re: Delete Key Hijinx

    What I meant to say was that the *Control* doesn't get the Delete key regardless of Form.KeyPreview state. The form doesn't get any Form_Keydown or Form_KeyPress event when Delete is pressed, unless...
  9. Replies
    10
    Views
    853

    Re: Delete Key Hijinx

    I guess no one's interested, but I'm tearing my hair out!

    To make sure the IDE wasn't grabbing the delete key.
    I made an exe and ran it with exactly the same results.

    Does anyone have a clue...
  10. Replies
    10
    Views
    853

    Re: Delete Key Hijinx

    On the troubled form, there's a FlexGrid and edit textbox. If the grid has focus, the form's KeyDown event sees the Delete Key but the grid doesn't. If the textbox has focus, the form does not see...
  11. Replies
    10
    Views
    853

    Re: Delete Key Hijinx

    Doesn't seem to make any difference. Both KeyPreviews can be on or off.
  12. Replies
    10
    Views
    853

    [RESOLVED] Resolved: Delete Key Hijinx

    I have a VB6 MDI project with two forms:

    Form1 works fine.

    Form2 controls don't get a Key_Down or KeyPress event when the Delete key

    is pressed. Ctrl-Delete and Alt-Delete get through but...
  13. Re: [RESOLVED] How to separate the form as multiple resizeable frame? (not sure what does it called)

    Thanks for the Splitter tip nvierros!

    I've only spent an hour with it (not counting the time it took to figure out it needed a Make OCX first), but it seems to work fine. Theo Zacharias has done...
  14. Replies
    8
    Views
    5,270

    Re: VB6 - LINKING ON _Click to SITE

    Thanks Hell-Lord, works as advertised. I'm a rookie and
    found it very easy to add to my project.

    On my system it grabs an open browser window. Is there
    a way to make it open a new window?
    ...
  15. Re: Toolbar-Imagelist Connection Broken?

    That's sick!!

    My typing speed is poor, think I'll just run this on form load:


    For i = 1 To tbToolBar.Buttons.Count
    m = tbToolBar.Buttons(i).Key
    If Len(m) > 0 Then...
  16. Resolved: Toolbar-Imagelist Connection Broken?

    After much searching, I'm drawing blanks.
    I can't imagine what is wrong.

    I'd really appreciate someone else trying this.

    ToolBar Test:
    ------------
    Open VB6
    New:App Wizard
    Select MDI...
Results 1 to 16 of 19



Click Here to Expand Forum to Full Width