Quantcast
Channel: Sandip's Programming Zen » WinForms
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

C# : Resize image in Picture Box for Best fit

Got a useful piece of here which I have implemented in following way to make a image preview form. private void frmPreview_Load(object sender, EventArgs e) { try { pboxMain.Image =...

View Article



Image may be NSFW.
Clik here to view.

C# Winforms: Sending an email with attachment

Sending an email from C# winforms application is exactly same as we do in webapps using System.Net.Mail namespace. Here is a sample code which sends out an email with an attachment (again it is not...

View Article

Image may be NSFW.
Clik here to view.

Solution: Problem of focus when opening a Winform using Treeview node click

I must blog this , since I could not find the fix as quickly as I should. So…When you try to open a winform using treeview node selection (using any event like mouse_click on after_select) , the form...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images