September 2004 - Posts

5
Comments

2004 WebAwards Announced by Jason N. Gaylord

The 2004 WebAwards have been announced and posted on the WebAward.org website. As a judge each year, it's interesting to see how some websites that you don't visit change from year to year. Check out the awards: www.webaward.org
1
Comments

Setting A Parent Form Property From MDI Child by Jason N. Gaylord

I needed a way to access the menu on my MdiParent form. However, the menu is built dynamically, and usind the MdiParent.Menu.Items collection just won't work. So, I created a Public Property in my main form like such: Public Property MenuToggle() As Boolean...
More Posts