CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    May 2012
    Posts
    7

    Creating a new tab

    Im currently making a tabbed note pad, im stuck on the tab part, heres my code so far....\
    Im using the DotNetBar tabcontrol, Im using Visual Studio 2010.
    And how would i go about opening the .rtf or .txt files through the context menu in the PC?

    Code:
    Dim rtb As New RichTextBox
            rtb.Dock = DockStyle.Fill
            TabControl1.CreateTab("New Document")
    Last edited by sc2142; September 3rd, 2012 at 09:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured