In my application i used some dialog boxes like about of company some customize message boxes and all that in some dialog boxes I used start position as Center parent but i forget to pass the IWin32Window Owner in show dialog as a parameter regarding that when focus is lost from my application then dialog took desktop as a parent and opens in different locations so always pass window owner as a parameter.
About aboutInfo = new About(); aboutInfo .ShowDialog(this); or, aboutInfo .ShowDialog(this.toplevelcontrol);
Built-in Code Snippets (C#)
List of built in code snippets -
#if :- Creates a #if directive and a #endif directive.
#region :- Creates a #region directive and a #endregion dire…Read More
Singleton Pattern in C SharpFew points before choosing Singleton PatternInstance will be available till Appdomain exist.
You can not allow any parameters while creating instance …Read More
Singly Linked List in C#
Node class is a generic class that will help to initialize each node of linked list.
public class Node
{
public Node(T value)
{
…Read More
Abstract Class
Abstract classes are the base class of C#. Looks good but What is abstract keyword?
So abstract is a modifier that can be used with classes, index…Read More
Implement your own Generic list in C#using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyGenericList
{
pu…Read More
Hii,Just click on that button and you will get the cs file You can code on that cs file related to that button and all the coding related to button will be in apx file where designer lives.
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.
how can we find code-behind of any flash button in asp.net
ReplyDeleteHii,Just click on that button and you will get the cs file You can code on that cs file related to that button and all the coding related to button will be in apx file where designer lives.
ReplyDelete