
3.09.2003
Property Dialog is Only Title Bar
Ran into this problem at work -- where the extended property dialog (e.g. "columns" for an ASP.NET datagrid) comes up as just the title bar and close box, can't get to the guts of the dialog, and can't resize it.04/02/03 - update. This was caused by the Matrox Powerdesk driver support for multiple monitors. There is a setting in there called "Use CenterPopup". I had this checked, and set to "In parent program window". Something about the relationship between Matrox setting and remote desktop connection (see below) causes the problem. Had to turn off the Matrox setting for now.
Seems to happen when connecting through remote desktop / terminal services. To recreate:
- Create asp.net web page with grid control, setup a few manual columns
- Remote desktop into the machine from some other machine
- Bring up the same grid control properties (e.g. columns) and put the dialog away
- Disconnect from remote machine
- Go back to original machine and bring up the same dialog -- BAM, the dialog is just the title bar
The only way to fix it (that I found)...go to the remote machine, remote desktop back in to the original machine, and bring up the columns dialog and LEAVE IT UP. Disconnect, and go back to the original machine. Now when you close and reopen it - all is ok.
WinXP with Visual Studio .NET -- I can't remember if I even have the first service pack (but then that's for the framework, huh?).
Comments:
Post a Comment