Results 1 to 3 of 3

Thread: Questions

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    13

    Question

    a)Is there any function in VB that you can use to zoom in a text part. Like if you got a textform with a lot of text and want to zoom in a part of it by moving the mouse over it, is that possible?

    b) How do you make a right-clicked menu in VB? Like you rightclick in your program and want a menu to come up then?

    Osborn -q

  2. #2
    Guest
    the answer to b) is easy:

    create the menu in the normal way, but make it invisible.
    in the right-click event, put this:

    Code:
    Popupmenu MyMenuName

  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    1) Well you could change the Font size.

    2) Dunno.
    -Shickadance

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width