Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralI want Enter key to act like Tab key on a DataGrid Pin
mud778-Mar-04 7:26
mud778-Mar-04 7:26 
GeneralRe: I want Enter key to act like Tab key on a DataGrid Pin
Heath Stewart8-Mar-04 8:49
protectorHeath Stewart8-Mar-04 8:49 
GeneralRe: I want Enter key to act like Tab key on a DataGrid Pin
mud778-Mar-04 10:02
mud778-Mar-04 10:02 
GeneralRe: I want Enter key to act like Tab key on a DataGrid Pin
Heath Stewart8-Mar-04 10:27
protectorHeath Stewart8-Mar-04 10:27 
GeneralThanks Heath I will try that Pin
mud778-Mar-04 11:56
mud778-Mar-04 11:56 
Generalmoving mdi child forms Pin
HappyPaws8-Mar-04 4:00
HappyPaws8-Mar-04 4:00 
GeneralRe: moving mdi child forms Pin
Heath Stewart8-Mar-04 4:45
protectorHeath Stewart8-Mar-04 4:45 
GeneralRe: moving mdi child forms Pin
LongRange.Shooter9-Mar-04 10:26
LongRange.Shooter9-Mar-04 10:26 
I've written a fairly complex MDI app and I cannot think of any instance where movement of the children bothered the app. However I definitely did not want my menu selector, etc. being played with. To handle those forms within the MDI parent I used docking controls......but then they do not become MDI children and an exception would be thrown if they were set to be children.

If you were using an MDI parent for specific placement of forms for multiple displays....for example the upper left window shows all processes running on a selected server while the upper right window shows processor availability and below these two are all possible servers to select from....then an MDI parent was not a good design choice.

In the prior example you can get a better UI by dumping the MDI parent, placing panels on the parent form where you want specific windows, build out each 'window' as user controls, and then at startup populating the panels with the controls.

Now you have the advantage of MDI children (each control manages itself) and you cannot move the 'windows' around anymore.

Not sure if this helps -- if not provide more details on what you are doing and I'll see if I can help.


_____________________________________________
Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost.

Generalmusic files Pin
jphuphilly8-Mar-04 2:57
jphuphilly8-Mar-04 2:57 
GeneralRe: music files Pin
Peter Greenall8-Mar-04 12:07
Peter Greenall8-Mar-04 12:07 
QuestionOutlook and word reference?? Pin
Reinier van de Wetering7-Mar-04 23:37
Reinier van de Wetering7-Mar-04 23:37 
AnswerRe: Outlook and word reference?? Pin
fnm8-Mar-04 3:18
fnm8-Mar-04 3:18 
AnswerRe: Outlook and word reference?? Pin
Heath Stewart8-Mar-04 4:39
protectorHeath Stewart8-Mar-04 4:39 
QuestionHow to fire KeyDown Event while pressing TAB key Pin
esupport7-Mar-04 23:13
esupport7-Mar-04 23:13 
AnswerRe: How to fire KeyDown Event while pressing TAB key Pin
Heath Stewart8-Mar-04 4:34
protectorHeath Stewart8-Mar-04 4:34 
GeneralRe: How to fire KeyDown Event while pressing TAB key Pin
esupport8-Mar-04 16:57
esupport8-Mar-04 16:57 
GeneralCreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Matthew Hazlett7-Mar-04 20:39
Matthew Hazlett7-Mar-04 20:39 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Nick Parker8-Mar-04 3:13
protectorNick Parker8-Mar-04 3:13 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Matthew Hazlett8-Mar-04 9:05
Matthew Hazlett8-Mar-04 9:05 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Matthew Hazlett8-Mar-04 15:06
Matthew Hazlett8-Mar-04 15:06 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Nick Parker8-Mar-04 17:44
protectorNick Parker8-Mar-04 17:44 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Matthew Hazlett8-Mar-04 18:45
Matthew Hazlett8-Mar-04 18:45 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Heath Stewart8-Mar-04 4:28
protectorHeath Stewart8-Mar-04 4:28 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Matthew Hazlett8-Mar-04 9:07
Matthew Hazlett8-Mar-04 9:07 
GeneralRe: CreateInstanceAndUnwrap -- File or Dependency Not Found Pin
Nick Parker8-Mar-04 9:19
protectorNick Parker8-Mar-04 9:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.