View previous topic :: View next topic |
Author |
Message |
Gamemassa How do I cheat?
Reputation: 0
Joined: 02 Feb 2014 Posts: 6 Location: New Hampshire, USA
|
Posted: Tue Jul 05, 2016 5:54 pm Post subject: Scrollbar in trainer |
|
|
I'm making a trainer for a game, and it has too many cheats to fit on screen all at once. Is there a way to make a scrollbar in the main panel of my trainer?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4703
|
Posted: Tue Jul 05, 2016 6:12 pm Post subject: |
|
|
Mess with the VertScrollBar property of the form.
Alternatively, you can use a page control and have multiple tabs for all the cheats.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Gamemassa How do I cheat?
Reputation: 0
Joined: 02 Feb 2014 Posts: 6 Location: New Hampshire, USA
|
Posted: Tue Jul 05, 2016 6:27 pm Post subject: |
|
|
I know where to find page control but how do I use it?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4703
|
Posted: Tue Jul 05, 2016 6:31 pm Post subject: |
|
|
Assuming you're talking about the form designer, right click on the page control in the form and select "Add tab". Click and drag whatever elements you want onto the tab you want in the object inspector.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Gamemassa How do I cheat?
Reputation: 0
Joined: 02 Feb 2014 Posts: 6 Location: New Hampshire, USA
|
Posted: Tue Jul 05, 2016 6:31 pm Post subject: |
|
|
Also, on the vertscrollbar, "visible" is checked off, but the scrollbar isn't visible. How do I fix this?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4703
|
Posted: Tue Jul 05, 2016 6:33 pm Post subject: |
|
|
The range of the scroll bar is probably less than the height of the form.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Gamemassa How do I cheat?
Reputation: 0
Joined: 02 Feb 2014 Posts: 6 Location: New Hampshire, USA
|
Posted: Tue Jul 05, 2016 6:44 pm Post subject: |
|
|
Thank you so much. Scrollbar finally works, which is great because page control is really annoying.
|
|
Back to top |
|
 |
|