Results 1 to 2 of 2

Thread: esy prob for u

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    india
    Posts
    108

    esy prob for u

    i m new to field of ActiveX control design.

    i have made a control... everything is fine in it.. but it start working at design time.

    Actually it is a scroll text control. it starts scrolling after v draw it on form...

    any special code to prvent that problem.

    help me
    Anand Thakur

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    VB Code:
    1. If Ambient.UserMode Then
    2.    'Scroll
    3. Else
    4.     'Dont scroll
    5. End If

    Try that
    Last edited by peet; Dec 28th, 2001 at 06:11 AM.

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