In this post I'm going to show how to and beautiful fade out effect to your windows form,first create the Windows application through you visual studio program and add following code to your application
Add timer controller to Form that you are selected.
Then add following code to timer control
private bool setClose = false;
private void timer1_Tick(object sender, EventArgs e)
{
this.Opacity...
Friday, November 5, 2010
Monday, November 1, 2010
Sunday, October 31, 2010
Create SharePoint Site Columns

When Creating a site first go to Site Action -> Site Setting -> Modify all Site Setting
In Site Settings under Galleries select Site Columns
Then Site Column Gallery will display, under the site column gallery click createThen you can create new site column...
Sunday, September 5, 2010
Welcome to SP Tech Buddy

Today 5th of September 2010 I have just created this blog to share my coding experiences and technology with me and others. In this blog, the majority of posts will be Microsoft technologies SharePoint development,.net Development, Power Platforms. etc. Others may be Javascript, JS Libraries, Frameworks...