Posted in WPF on Feb 17th, 2008
I was getting a ArgumentNullException while trying to use the WinForns WebBrowser control in a WPF project. <TabItem Header=’Browser Control’ x:Name=’browseTab’ > <WindowsFormsHost > <winForms:WebBrowser x:Name=’postBrowser’></winForms:WebBrowser> </WindowsFormsHost> </TabItem> The first time I viewed the Tab with the WebBrowser control it worked. If I switched to another tab and then back to ‘browseTab’ it threw the [...]
Read Full Post »
Posted in Blend on Feb 4th, 2008
Once you have a brush painted into a region you can use the Brush Transform tool (B) to visually alter the angle and other transform settings. Simply grab the head, tail or body of the brush transform arrow and move to see the gradient change. Rotating is easy too. Move the mouse near the head/tail [...]
Read Full Post »
Posted in Blend on Feb 2nd, 2008
For as quick way to hide all toolbars; press Tab or F4. Use the same key to show the toolbars again.
Read Full Post »
Posted in Blend on Feb 1st, 2008
You probably know that you can scroll the Blend Artboard (work area) vertically by rolling the mouse wheel up and down. In fact that shortcut works for most Windows applications. Did you know that you scroll horizontally by holding down the Shift-key while scrolling the mouse wheel?
Read Full Post »