Tag Archives: VB.Net

How to associate a File Type to your application

Recently I was working with an Open source project which helps to manage SQLCE databases. Yesterday I thought of implementing a feature like associating the SDF files to my application, so that I can double click on any SDF file … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms | Tagged , , , , , | Leave a comment

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 , , , , | Leave a comment

Application development using Gtk# in .Net

When I started my software development career, I got introduced to some cool tools for GUI application development in Linux. I was using Glade and the library was Gtk. Then later I become a MS fan and started working on … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Windows Forms | Tagged , , , , , , | 2 Comments

Color Picker Dropdown using C#

While playing around one of hobby project, I found there is a nice color picker dropdown available in WordPad, for setting the font color. I was using Windows Color Dialog. So I thought of implementing a WordPad like color picker. … Continue reading

Posted in .Net | Tagged , , , , , , , , | 2 Comments

How to check remote file exists using C#

Sometime you require to display remote images in the Web Pages, like Ads, Banner etc, it may be from different domain or a different application. This code will help you to check the existence of a Remote file using C#. … Continue reading

Posted in .Net, Visual Studio | Tagged , , , , , , , | 3 Comments