Click here to Skip to main content
15,895,812 members

Comments by satrio_budidharmawan (Top 38 by date)

satrio_budidharmawan 24-Mar-16 5:03am View    
How do I load and save my existing xml file?
satrio_budidharmawan 26-Feb-16 2:30am View    
Works like charms,
Thank you,
:)
satrio_budidharmawan 13-Jun-13 0:20am View    
Hmm,
sorry for not very clear about that, what I meant by "Method" was "Methodologies".
:)

Yap, I'm looking for something like MVVM or MVC. Is there a lot of methods that can be applied to VB.Net?
satrio_budidharmawan 8-Jan-13 20:08pm View    
ah, I just realized what you meant on your answer..hahaha,
So, I need to create my tabControl on the fly?not attach it on my form from designer?
But yes I've tried to write my code on TabControl1_OnDrawItem which created by .Net, but it didn't work.
satrio_budidharmawan 7-Jan-13 21:10pm View    
Well, what i tried to do is adding something to my tabpage (close button, just like tab in browser, such as Firefox). So in that case, according to this http://www.codeproject.com/Articles/20050/FireFox-like-Tab-Control article I need to overrides that method.