Re: Scroll a Panel in code ..
From: Dr Screwup (nospam_at_no_thanks.com)
Date: 09/27/04
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: Replace First Occurrance of a substring"
- Previous message: One Handed Man \( OHM - Terry Burns \): "Re: OverLoad Question"
- In reply to: n. Smith: "Scroll a Panel in code .."
- Next in thread: Nicky Smith: "Re: Scroll a Panel in code .."
- Reply: Nicky Smith: "Re: Scroll a Panel in code .."
- Reply: Nicky Smith: "Re: Scroll a Panel in code .."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 07:34:18 -0500
What's in the panel? Controls or a picture? If they are controls you can
move them yourself .
Dim c as Control
For each c in Panel1.Controls
' New Location
c.Location = 'Wherever you want it
Next
If it's a picture just draw part that needs to be seen.
"n. Smith" <nixdk@yahoo.dk> wrote in message
news:t7lfl0992gfgunjuugogqdkiofdp3leari@4ax.com...
>
> Can anyone help here? I need to scroll a panel in code, because I
> don't want to display the scroll bar on screen.
>
> Any suggestions.
>
> N.
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: Replace First Occurrance of a substring"
- Previous message: One Handed Man \( OHM - Terry Burns \): "Re: OverLoad Question"
- In reply to: n. Smith: "Scroll a Panel in code .."
- Next in thread: Nicky Smith: "Re: Scroll a Panel in code .."
- Reply: Nicky Smith: "Re: Scroll a Panel in code .."
- Reply: Nicky Smith: "Re: Scroll a Panel in code .."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|