CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: matatu

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    5,560

    Re: Problem with TabControl

    Nice solution. It worked!
    But the problem is that i have 82 buttons with 7 tabpages in one tabcontol and buttons somehow randomly distributed into tabpages :S and some buttons are directly on the...
  2. Replies
    4
    Views
    5,560

    Problem with TabControl

    i create a button in TabControl1 with a name Button1

    when i use

    Button1.BackColor = System.Drawing.Color.MintCream

    it is working fine but when i use (any of the following)

    dim i as...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured