you just write the name of the control, followed by the property name you want to access. Think about the different controls as being placed directly on the form, and not within tabpages.
Hi my friend and many thanks for your reply. I did that and it doesnt work. Would I be able to send you my project and see if there is something really stupid I have done?
when dragging and dropping the child table, make sure you open the + sign next to the master table, and you should see the child table - or details table - under the master, then you drag that one.
I don't believe that you could save tabpagess, as far as I know, you could remove them from the tabcontrol using the remove method, as for putting a tabpage back, I am not sure, but I will have to get a look on that.
Another thing you mentioned is saving a tab - which I assume is saving its data. You will need to keep track of the data you want to save, but I might be wrong with this one. I have to check it.
I am afraid it is not that easy to do, it takes a number of hours to finish, if you have a request that would take less time I would be happy to help.
I would assume you want to make a copy of the controls on the tab. As far as i know there is no easy way to do it. However, one way would be selecting all the controls on the original tab, then edit->copy , go and add another tab, then with the tabpage selected select edit-paste.
@mkaatr that's not what i ment... i'm creating software which creates tabs. And when software create a tab, i want that tab to be the same as the tab i already created
this is a little bit hard to do. This means you create a tabpage at runtime, then add it to the tab control. So far this is easy, however the hard part is when you want to add controls to it, you need to specify where each control appears, and add event handler to it.
can i change the background color of the tab control? I can easily change the backcolor of the tab pages but not the control itself. Also can I hide the tabs and have the program navigate from tab to tab?
you can change the color of the form or of the container that the tab control is inside. If you want the tabcontrol area to have a color different than the form, you can use a frame, or a picturebox, set its backcolor to whatever you like, and place the tabcontrol inside that.
You can't hide a tab, you can remove it instead e.g:TabControl1.TabPages.Remove(TabPage2).
To select a specific tab: TabControl1.SelectedTab = TabPage2
Question: how do you use information entered on one tabpage in another tabpage?
pinmedownbaby 1 month ago
@pinmedownbaby
Hi there...
you just write the name of the control, followed by the property name you want to access. Think about the different controls as being placed directly on the form, and not within tabpages.
mkaatr 1 month ago
This was very useful. Thanks!
notta3d 2 months ago
Hi my friend and many thanks for your reply. I did that and it doesnt work. Would I be able to send you my project and see if there is something really stupid I have done?
chrisg7504 2 months ago
@chrisg7504
Send me an email containing your full project source code at : notes@mka-soft.com
mkaatr 2 months ago
I have been having problems with binding Child data with master data on one form but no one wants help me. Would you?
chrisg7504 2 months ago
@chrisg7504
Hi there...
when dragging and dropping the child table, make sure you open the + sign next to the master table, and you should see the child table - or details table - under the master, then you drag that one.
yours
mkaatr 2 months ago
What Program do you use to record your tutorials?
chrisg7504 2 months ago
@chrisg7504
It is a free application called CamStudio.
mkaatr 2 months ago
@chrisg7504 You seriously overseen "Cam studio" in the very first second of the video?
ContributionCore 2 weeks ago
Hello, I just want to say thank you for all your great support! You are the best teacher on this topic, and looking forward to new things.
igemba 2 months ago
@igemba
Thank you, but these videos aren't that great, I need to work more on them, but I am not having much time these days.
Hopefully after finishing some few issues, i will have more time to do video tutorials.
mkaatr 2 months ago
@MyVBProgramms
Hi there...
I don't believe that you could save tabpagess, as far as I know, you could remove them from the tabcontrol using the remove method, as for putting a tabpage back, I am not sure, but I will have to get a look on that.
Another thing you mentioned is saving a tab - which I assume is saving its data. You will need to keep track of the data you want to save, but I might be wrong with this one. I have to check it.
yours.
mkaatr 3 months ago
very nice thanks
MrHurricaneTracker 5 months ago
Just wondering dude... but are you gay?
VisualDesignFX 6 months ago
hi can you post a sample of inventory sytem
deathpedal 6 months ago
@deathpedal
Hi there...
I am afraid it is not that easy to do, it takes a number of hours to finish, if you have a request that would take less time I would be happy to help.
mkaatr 6 months ago
is it possible to duplicate a tab?
domencinema 8 months ago
@domencinema
I would assume you want to make a copy of the controls on the tab. As far as i know there is no easy way to do it. However, one way would be selecting all the controls on the original tab, then edit->copy , go and add another tab, then with the tabpage selected select edit-paste.
yours
mkaatr 8 months ago
@mkaatr that's not what i ment... i'm creating software which creates tabs. And when software create a tab, i want that tab to be the same as the tab i already created
domencinema 8 months ago
@domencinema
Hi there...
this is a little bit hard to do. This means you create a tabpage at runtime, then add it to the tab control. So far this is easy, however the hard part is when you want to add controls to it, you need to specify where each control appears, and add event handler to it.
yours
mkaatr 7 months ago
fucking gay
TheN20s 8 months ago
no offense , are you gay?
madara435 9 months ago
dude very helpful! :)
PoppSlr 10 months ago
You voice is annoying, you speak like a puppet. But i'm sorry for that. This video is really helpful! Thanks!
chompet123 10 months ago
can i change the background color of the tab control? I can easily change the backcolor of the tab pages but not the control itself. Also can I hide the tabs and have the program navigate from tab to tab?
aattanayake 11 months ago
@aattanayake
Hi there...
you can change the color of the form or of the container that the tab control is inside. If you want the tabcontrol area to have a color different than the form, you can use a frame, or a picturebox, set its backcolor to whatever you like, and place the tabcontrol inside that.
You can't hide a tab, you can remove it instead e.g:TabControl1.TabPages.Remove(TabPage2).
To select a specific tab: TabControl1.SelectedTab = TabPage2
yours
mkaatr 11 months ago
@mkaatr
Thanks...
Don't know why we have to go roundabout way to change the color like that. They could have made it much easier
aattanayake 11 months ago
Is it possible to use a Command button to go to next tab instead of relying on the tabs themsleves to navigate to the next Tab Page?
ShellyBaby007 1 year ago
@ShellyBaby007
TabControl1.SelectedTab = TabPage1
mkaatr 1 year ago
Comment removed
spotlitemanic 1 year ago