Thread: Locked dialog

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    14

    Locked dialog

    I am using Visual Studio 2003 .NET and it seems my form is locked. I can not click it and add code to it, only controls. Does anyone know why this is? The project I am doing is dialog based but why can't I do anything to the dialog itself? I am trying to add an event handler but I can't. Thanks!

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Are you using MFC or VB? I am almost positive I have had this come up before, myself. In VB it was because I had placed a container across my entire dialog (I was curious more than anything) and had to manually delete it from the project files.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 02-13-2008, 02:59 PM
  2. Edit controls of a dialog from another dialog...
    By Snake in forum Windows Programming
    Replies: 9
    Last Post: 07-01-2005, 02:18 PM
  3. make Child Dialog not Popup?
    By Zeusbwr in forum Windows Programming
    Replies: 5
    Last Post: 04-08-2005, 02:42 PM
  4. Getting the position of a dialog without parent on the screen
    By stormbringer in forum Windows Programming
    Replies: 1
    Last Post: 08-27-2003, 02:59 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM