Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

What are some user interface limitations while running code in the Internet Zone?

1) Cannot override methods like WndProc, ProcessCmdKey, etc in a derived Control. The class ref for a particular property will let you know about the permission requirements.

2) Cannot call Control.Parent.

3) Cannot call Control.Focus() method.

Contributed from George Shepherd's Windows Forms FAQ



Page view counter