Results for wpf

Excel file open in wpf c#

Bhaumik Patel 9:27 PM
Open Excel file in WPF C# Now to easy to open excel file in wpf Project -> Add Reference menu item. Go to the .NET tab of the dia...Read More
Excel file open in wpf c# Excel file open in wpf c# Reviewed by Bhaumik Patel on 9:27 PM Rating: 5

Printing in WPF C#

Bhaumik Patel 1:35 AM
PrintDialog in wpf Entire Window Print PrintDialog printDlg = new PrintDialog(); printDlg.PrintVisual(this, "Window Form Printing&...Read More
Printing in WPF C# Printing in WPF C# Reviewed by Bhaumik Patel on 1:35 AM Rating: 5

SpellChecker in WPF

Bhaumik Patel 1:22 AM
SpellChecker in WPF <StackPanel Height="150" Margin="0"> <TextBlock Text="Enter Text" >&l...Read More
SpellChecker in WPF SpellChecker in WPF Reviewed by Bhaumik Patel on 1:22 AM Rating: 5

button style in wpf

Bhaumik Patel 1:16 AM
Custom Button Design in wpf Download Resource file : Here // Black, orange, green, blue <Button Style="{StaticResource Black}&quo...Read More
button style in wpf button style in wpf Reviewed by Bhaumik Patel on 1:16 AM Rating: 5

Rectangle style wpf

Bhaumik Patel 1:00 AM
Rectangle Style Wpf <Rectangle Width="90" Height="100" StrokeThickness="3"> <Rectangle.Fill> ...Read More
Rectangle style wpf Rectangle style wpf Reviewed by Bhaumik Patel on 1:00 AM Rating: 5

image hover effect in wpf

Bhaumik Patel 9:15 AM
image hover effect in wpf like 50% Transparent like this way private void image1_MouseEnter(object sender, MouseEventArgs e) { DoubleA...Read More
image hover effect in wpf image hover effect in wpf Reviewed by Bhaumik Patel on 9:15 AM Rating: 5

wpf link button

Bhaumik Patel 5:38 AM
Link button in wpf you want to make a button to look like hyper link. <Button Margin="3,0,0,0" Content="Visit Website...Read More
wpf link button wpf link button Reviewed by Bhaumik Patel on 5:38 AM Rating: 5

Contact Management System

Bhaumik Patel 9:34 AM
Contact Management System it very easy to use anyone , user can add new contact and manage contact, contact includes fields name,birth...Read More
Contact Management System Contact Management System Reviewed by Bhaumik Patel on 9:34 AM Rating: 5

twitter search wpf

Bhaumik Patel 6:50 AM
twitter streaming API in WPF application In the text field, you may enter simple search terms and get result from twitter. Config .net...Read More
twitter search wpf twitter search wpf Reviewed by Bhaumik Patel on 6:50 AM Rating: 5

Shadow Effect in WPF

Bhaumik Patel 7:52 AM
Shadow Effect in WPF Create BitmapEffect Drop Shadow Effect in WPF <Ellipse Height="139" Width="136" Stroke="...Read More
Shadow Effect in WPF Shadow Effect in WPF Reviewed by Bhaumik Patel on 7:52 AM Rating: 5

byte to Bitmap Image

Bhaumik Patel 7:13 AM
Convert byte to Bitmap Image Convert byte to bitmap image in wpf Byte[] _Image = null; BitmapImage bi = new BitmapImage(); bi.BeginInit...Read More
byte to Bitmap Image byte to Bitmap Image Reviewed by Bhaumik Patel on 7:13 AM Rating: 5

WPF Data Triggers

Bhaumik Patel 7:09 AM
wpf data triggers <Style x:Key="NormalStyle2" TargetType="{x:Type Button}"> <Setter Property="C...Read More
WPF Data Triggers WPF Data Triggers Reviewed by Bhaumik Patel on 7:09 AM Rating: 5

Jquery Accordion WPF

Bhaumik Patel 8:04 AM
Jquery Accordion Using WPF Animation Animate Current Stack Panel private void AnimateCurrentStackPanel(StackPanel pspnlCurrentPanel) ...Read More
Jquery Accordion WPF Jquery Accordion WPF Reviewed by Bhaumik Patel on 8:04 AM Rating: 5
Busy Bar Window And Color Animation Using Expression Blend Busy Bar Window And Color Animation Using Expression Blend Reviewed by Bhaumik Patel on 7:40 AM Rating: 5

wpf Animated Menu

Bhaumik Patel 7:20 AM
WPF Double Animation Using Key Frames Using C# <Grid Width="610" Height="50" > <Grid.Col...Read More
wpf Animated Menu wpf Animated Menu Reviewed by Bhaumik Patel on 7:20 AM Rating: 5

Styling A ScrollViewer/Scrollbar In WPF

Bhaumik Patel 7:36 PM
Scroll Viewer design (Scroll bar) In WPF STEP 1 Lookup and copy the original ScrollViewer and ScrollBar Templates from MSDN, for exam...Read More
Styling A ScrollViewer/Scrollbar In WPF Styling A ScrollViewer/Scrollbar In WPF Reviewed by Bhaumik Patel on 7:36 PM Rating: 5

word file create in wpf c#

Bhaumik Patel 7:18 PM
How to automate Microsoft Word to create a new document by using C# Creating Word document using C# Follow these steps: On the Proje...Read More
word file create in wpf c# word file create in wpf c# Reviewed by Bhaumik Patel on 7:18 PM Rating: 5

Country dropdown c#

Bhaumik Patel 7:36 PM
Country dropdown without list Add reference using System.Globalization; Country combobox without list of country with NativeName and so mor...Read More
Country dropdown c# Country dropdown c# Reviewed by Bhaumik Patel on 7:36 PM Rating: 5

Watermark textbox in wpf

Bhaumik Patel 7:11 PM
Watermark textbox in wpf This is a sample which demonstrates how to create a watermark textbox in WPF: Create : WatermarkTextBox.cs u...Read More
Watermark textbox in wpf Watermark textbox in wpf Reviewed by Bhaumik Patel on 7:11 PM Rating: 5

Email ID validation in wpf

Bhaumik Patel 7:26 PM
Email ID validation in wpf String RegExpression = "\\w+([-+.']\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*"; System.Text.Regula...Read More
Email ID validation in wpf Email ID validation in wpf Reviewed by Bhaumik Patel on 7:26 PM Rating: 5