Results 1 to 2 of 2

Thread: [2008] Some tabcontroll/notepad problems

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Location
    England
    Posts
    270

    [2008] Some tabcontroll/notepad problems

    I've made an application where I have a tabcontroll. In first tab there's a notepad with save/open functions and so on. In the second tab I have a webbrowser I've made. Each time I search with the webbrowser it makes a new notepad "file". So what's wrong here?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: [2008] Some tabcontroll/notepad problems

    Let me just gaze into my crystal ball...

    Seriously, how could we possibly know? We know you have a TextBox (not a notepad, which is a Windows application, not a .NET control) and we know you have a WebBrowser. That's it. If you're getting more TextBoxes created then it's because you've written code to do so. Put a break point in that code and see when and from where it gets executed. If you still can't fix the issue then post back and give us some real information.

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