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" >...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}...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