Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Related Posts
Laziness .NET -- the Professional Edition
Some new MSDN links of note
Feeling the Cache Love
So many things going on at one time
Visual Studio .NET Bootstrapper Plug-In

New 'Diary of a .NET Newbie' column up at vbCity.com

Posted on May 7th

Part of vbCity's newsletter, the 'diary' column always has some great content focused on how-to information for people who are ramping up on VB.NET... the latest post talks about the concept of an Owned Form, and it is pretty useful stuff...

Diary of a .NET Newbie: Owning Up

...Just recently, I wanted to create a small form that would pop up in response to a button click to give the user somewhere to type in temporary notes. A Do It Yourself one-page Notepad, if you will.

Starting from basics, using Form.Show certainly got the jotter form up and running. But there was a small problem with this approach. As soon as focus returned to the main form (maybe because the user clicked on a main form's control) then the popup form would be partially or even totally hidden behind the main form. In fact in cases where the main form was maximized, the popup form was completely ?lost' behind the main form as soon as the jotter form lost focus. OK, so the user could redisplay it from the icon in the Windows status bar at the bottom of the screen, but I wasn't too impressed with that as a professional solution, so assumed that my users wouldn't be either....

Visit vbCity if you want to sign up for the newsletter...



Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to comment!