JohnnBlade
My Sites
-
Recent Posts
Archives
- April 2016
- March 2015
- January 2015
- December 2014
- November 2014
- September 2014
- August 2014
- July 2014
- May 2013
- July 2012
- June 2012
- May 2012
- April 2012
- February 2012
- December 2011
- November 2011
- September 2011
- April 2011
- March 2011
- January 2011
- December 2010
- November 2010
- October 2010
- July 2010
- September 2009
- June 2009
- May 2009
- April 2009
- June 2008
- May 2008
- April 2008
Categories
- .NET Ajax
- Ajax .NET
- Api Controllers 2.0
- BIO Coding – MEA + Neurons
- C#
- CSS
- DotNetNuke
- Drones
- Experiments and Tests
- Geen categorie
- Grow Cannabis / Weed with LED Project
- JQuery
- Mindscape Lightspeed
- MSN Live Messenger
- MVC 3.0
- Sharepoint 2007
- Source Control
- SQL Injections
- SQL Queries
- Tools
- Umbraco
- Web services – Service references
- Windows
- WPF & DevExpress
Meta
Views
- 70,113 views
Top Categories
.NET Ajax Ajax .NET Api Controllers 2.0 BIO Coding - MEA + Neurons C# CSS DotNetNuke Drones Experiments and Tests Geen categorie Grow Cannabis / Weed with LED Project JQuery Mindscape Lightspeed MSN Live Messenger MVC 3.0 Sharepoint 2007 Source Control SQL Injections SQL Queries Tools Umbraco Web services - Service references Windows WPF & DevExpress
Monthly Archives: December 2011
How to Crash (*.html) or Hang (*.htm) Internet explorer IE 9
*.html version:To Crash/Stop working/Stack overflow IE 9use the tags below in an empty *.html file<table><td><form style=width:100%;margin:1><td width=1> I would somebody to test this PoC, and notify me if this also works for you.And is it possible to exploit the … Continue reading
Posted in Windows
Leave a comment
ComboBox IsReadOnly Vs IsHitTestVisible (Read only ComboBox)
To make a ComboBox in WPF/DevExpress really read only and not being able to select another item use IsHitTestVisible to False, cause with IsReadOnly you can select an item in the ComboBox. IsReadOnly means you can select an item … Continue reading
Posted in WPF & DevExpress
Leave a comment
Change the Theme of DevExpress WPF Application in runtime
To simply change the theme of your DevExpress WPF application during runtime use ThemeManager.SetThemeName(this, “Office2007Blue”); available themes are: Seven LightGray DeepBlue Office2007Black Office2007Blue Office2007Silver
Posted in WPF & DevExpress
1 Comment