Results 1 to 4 of 4

Thread: How to Move controls into a frame [Solved]

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    26

    How to Move controls into a frame [Solved]

    I've added some controls dynamically and would like to put the new control under an existing frame.

    However, I couldn't use the frame.container = control, cos I guess vba doesn't have this method.

    Please advice.
    Thanks
    Last edited by weiyen; Oct 6th, 2003 at 11:32 AM.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Have you tried using

    frame.controls.add(...)

    ?
    I don't live here any more.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    26
    Originally posted by wossname
    Have you tried using

    frame.controls.add(...)

    ?
    Thank you! It works great!

  4. #4
    Banned
    Join Date
    Jul 2003
    Location
    New delhi
    Posts
    143
    try

    frame.controls.add(...)

    Biswajit das

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