CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    12

    drag and drop problem

    i placed a label on a form, and i can drag and drop it where ever i want.
    on a button_clock event i load another label : load label(1)
    but after the new label is showing up i cant drag and drop him.
    why?



  2. #2
    Join Date
    May 2001
    Location
    Canada
    Posts
    182

    Re: drag and drop problem

    Not very clear about what you mean. Do you want drag and drop a label at run time? If you mean in the design time, did you check if the form was locked? (Right click on the VB menu, and select Form Editor.)

    Regards,

    Michi

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