|
Hello
everyone. I was introduced to RB a week ago and I am having a hard time
finding any detail documentation so I can figure out some of the limitations
I am finding. If you could please help me solve the questions I will
list below or show me a place where I can find better documentation where
this information could be found I would really appreciate it.
1) Is
there a way to drag tabs in the tab pannel control so I can move them around
changing their order? (similar to excel's tabs)
2) Is there a way i can
hide one particular tab at runtime?
3) Is there a way to create new tabs
at run time? (dynamically through code)
3) I have many tabs all with
the same variables in them but for the different sections. Is there a
way that I can use arrays of controls so I dont have to set them one by one
so I could do a for loop for example with txtControl[i].text=i for
example?
4) Is there any way I can pass controls around to
methods?
I dont know if you are getting the point but this is all
small questions that by reading the documentation available it just
seems like I cant do any of that. I just dont know if that's a fact or
if there is a way but just not well documented. I have other
questions but I will leave it as that for now.
Any help would be very
much appreciated.
Thank
you
Luciano
|