Scrollbar and Trackbar Help ??

3 replies [Last post]
Posts: 9
CP: 0

In my current game using NetGore, I want to use Scrollbar for table(grid) and Trackbar (or Progress bar ) ?
If not support, how can i do ?
Please help me,
Thanks.

Posts: 531
CP: 967

This question didn't suit the Bugs/Issues forum.

What do you mean? Are you trying to use WinForms controls within NetGore?

There are 10 types of people in this world - Those who understand Binary and those who don't.

Posts: 9
CP: 0

Problem that : Netgore no support Trackbar and Progress Bar ? How can we custom current controls to support that ? Or another replace ?
What do u thing this question suit in forum ?
Thanks,

Posts: 531
CP: 967

The controls in NetGore are different from traditional win forms controls which you are referring to such as the Button control in your toolbox when you are designing a traditional Windows application. Because NetGore has it's own rendering system (as does Win forms) it has it's own controls.

The current default controls available in NetGore are:

Button
ChatBubble
CheckBox
Form
InputBox
Label
ListBox
MaskedTextBox
MessageBox
MessageBoxButton
Panel
PictureBox
TextBox

Take a look at the file Button.cs in your NetGore.Graphics.GUI namespace to see what sort of code it takes to program your own for NetGore.

http://code.google.com/p/netgore/source/browse/netgore/trunk/NetGore/Gra...

There are 10 types of people in this world - Those who understand Binary and those who don't.