+ Reply to Thread
Results 1 to 2 of 2

optionbutton

Hybrid View

  1. #1
    ZX
    Guest

    optionbutton

    If i put this code

    Set opt = Frame1.Controls.Add("forms.label.1")

    with opt
    .Top = 12
    .Left = 90
    .Visible = True
    .Caption = "Test"
    .......
    end with

    i dont see the new optionbutton i add.
    Why??


  2. #2
    ZX
    Guest

    Re: optionbutton

    of course i meant
    Set opt = Frame1.Controls.Add("forms.optionbutton.1")


    with opt
    .Top = 12
    .Left = 90
    .Visible = True
    .Caption = "Test"
    .......
    end with


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1