Minimize Parent form

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
dwkrueger
Posts: 47
Joined: Tue Jun 26, 2007 1:43 pm
Location: Indiana

Minimize Parent form

Post by dwkrueger » Fri Mar 14, 2014 9:12 am

Okay I know this should probably be under feature request but it is so simple to do I thought I'd post it here. If you don't like the post here you can just delete it rather than respond.

It would be very nice that when the log on dialog is up and you hit the minimize but the parent from behind it would minimize as well. It really should be a 60 coding fix.

Just find the form, override the message then include this.parent.minimized =true; then finish processing the message. (or something similar)

The benefit would be that the opendental does not have to take up all the screen real estate if it is in the 'log on' state.

Sincerely,
Dr. Krueger

Post Reply