-
Categories
- .Net (260)
- .Net 4.0 (56)
- ASP.Net MVC (4)
- Office Interoperability (4)
- Silverlight (15)
- WCF (7)
- Win 32 API (17)
- WPF (28)
- .Net 3.0 / 3.5 (146)
- ASP.Net (58)
- Code coverage (1)
- Javascript (32)
- Miscellaneous (58)
- sharepoint (18)
- SQL Server (16)
- Uncategorized (4)
- Unit Testing (14)
- User Group Activities (24)
- Version Control (8)
- Visual Studio (61)
- Windows 7 (18)
- Windows Forms (59)
- .Net (260)
Tags
.Net .Net 4.0 ASP.Net ASP.Net Chat script ASP.Net Handler ASP.Net MVC C# C#.Net Code Coverage CTD Databinding Drawing Events FxCop HTML IIS 7 Javascript K-MUG Kerala Microsoft Users Group LINQ Live Writer Plugin Microsoft Users Group MS Test NUnit Regular Expressions sharepoint Sharepoint API Silverlight Silverlight Object Model SQL Server SQL Server 2008 Team Foundation Server TFS Unit Testing User Group Meeting VB.Net Visual Studio Visual Studio 2010 WCF WIN32 API Windows 7 Windows Forms Windows Live Writer Windows Vista WPF-
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- June 2007
- May 2007
- April 2007
-
Category Archives: WPF
Custom Places in FileDialog box
If you ever tried to Open a File from Visual Studio, you may notice something like Projects Folder in the Open File Dialog. We can also implement the same functionality in our applications by using CustomPlaces collection property of FileDialog … Continue reading
Posted in .Net, .Net 3.0 / 3.5, Windows 7, Windows Forms, WPF
Tagged .Net, C#.Net, FileDialog, VB.Net, Windows Forms
Leave a comment
System.InvalidOperationException – Cross-thread operation not valid
System.InvalidOperationException – Cross-thread operation not valid: Control ‘xxxxx’ accessed from a thread other than the thread it was created on. Normally we get this exception when we try to modify some control property from another thread. This is because when … Continue reading
Posted in .Net, .Net 3.0 / 3.5, Windows Forms, WPF
Tagged C#, Cross thread operation, Windows Forms
3 Comments
WPF interoperability with Windows Forms
In October 24th 2009, I got a chance to attend MS Community Techdays at Trivandrum. One of the session was WPF interoperability with Windows Forms. By using this we can use WPF controls in Classic Windows based applications. For this … Continue reading
Posted in .Net, .Net 3.0 / 3.5, Windows Forms, WPF
Tagged .Net, C#.Net, Windows Forms, WPF
1 Comment
How to Store and Retrieve files from SQL Server Database
The forum I joined recently got lot of queries like How to Save Images in the Database, How to save files in SQL Server, How read files from Database etc. So I thought of writing a post regarding this. Even … Continue reading
Posted in .Net, .Net 3.0 / 3.5, ASP.Net, SQL Server, Visual Studio, Windows Forms, WPF
Tagged .Net, ASP.Net, C#.Net, File to Database, IIS 7, SQL Server, Windows Forms
2 Comments
Consuming a C++ DLL in C#
While working on my current project, I had to use some low level I/O operations, but it was difficult using C#, and I got some C++ implementations. Then I thought of creating a DLL in C++ and use it in … Continue reading
Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Win 32 API, Windows Forms, WPF
Tagged .Net, C#, Interop, RegSvr, Windows Forms
Leave a comment