Breaking News
Loading...
Saturday 19 July 2014

How to make colorful login form in WPF windows application


Make your windows application more animated and colorful attraction.




Download Project: LoginFormInWPF.zip
Follow steps. :

I). open visual studio. (Here I used VS 2012)

2). Go to new project select WPF application as show in figure.



3). Now go to solution explore and add new folder as shown in figure.

4). Give it name “Images”




5). Add the entire used image in this folder.



6). Now set MainWindow properties like.

AllowsTransparency="True"
WindowStyle="None"
WindowStartupLocation="CenterScreen"
<Window.Background>
        <ImageBrush ImageSource="Images/Untitled-1.png"/>
</Window.Background>


8). Add all the required images to the project also add text box and button.

7). Now run your projects it will sow output like:

 Download Project: LoginFormInWPF.zip

See Also :
  Follow Me On Facebook

--
/\/ir@\/  <(.'.)>

1 comments:

  1. thanks for showing How to make colorful login form in WPF windows application

    ReplyDelete

Thanks for comment

 
Toggle Footer