Click here to Skip to main content
15,913,273 members
Home / Discussions / C#
   

C#

 
GeneralChange second form control text Pin
liqnit27-Jul-05 2:59
liqnit27-Jul-05 2:59 
GeneralRe: Change second form control text Pin
Member 146675427-Jul-05 4:56
Member 146675427-Jul-05 4:56 
GeneralRe: Change second form control text Pin
liqnit27-Jul-05 18:39
liqnit27-Jul-05 18:39 
GeneralUrlEncode in Windows Form Pin
takkung27-Jul-05 0:54
takkung27-Jul-05 0:54 
GeneralRe: UrlEncode in Windows Form Pin
Guffa27-Jul-05 1:28
Guffa27-Jul-05 1:28 
GeneralRe: UrlEncode in Windows Form Pin
sreejith ss nair27-Jul-05 1:30
sreejith ss nair27-Jul-05 1:30 
GeneralGet an object name in any event Pin
Rizwan Bashir27-Jul-05 0:41
Rizwan Bashir27-Jul-05 0:41 
GeneralRe: Get an object name in any event Pin
sreejith ss nair27-Jul-05 1:13
sreejith ss nair27-Jul-05 1:13 
Try to cast your 'sender' to you known type.
Eg:

private void Form1_DoubleClick(object sender, System.EventArgs e)<br />
	{<br />
		Form frm=sender as Form;<br />
		if(frm!=null)//casting is success<br />
		MessageBox.Show(frm.Name);<br />
	}


Sreejith Nair
[ My Articles ]
GeneralRe: Get an object name in any event Pin
S. Senthil Kumar27-Jul-05 3:28
S. Senthil Kumar27-Jul-05 3:28 
QuestionHow to achieve successful Encryption in VC++ (using cryptoAPI)and decryption in C#.NET Pin
ameysp27-Jul-05 0:03
ameysp27-Jul-05 0:03 
AnswerRe: How to achieve successful Encryption in VC++ (using cryptoAPI)and decryption in C#.NET Pin
sreejith ss nair27-Jul-05 1:44
sreejith ss nair27-Jul-05 1:44 
GeneralRe: How to achieve successful Encryption in VC++ (using cryptoAPI)and decryption in C#.NET Pin
ameysp27-Jul-05 3:24
ameysp27-Jul-05 3:24 
AnswerRe: How to achieve successful Encryption in VC++ (using cryptoAPI)and decryption in C#.NET Pin
sreejith ss nair27-Jul-05 1:45
sreejith ss nair27-Jul-05 1:45 
GeneralUsing 2 TopLevel forms Pin
liqnit26-Jul-05 22:53
liqnit26-Jul-05 22:53 
GeneralRe: Using 2 TopLevel forms Pin
cshaaaa26-Jul-05 23:29
cshaaaa26-Jul-05 23:29 
GeneralRe: Using 2 TopLevel forms Pin
liqnit27-Jul-05 0:22
liqnit27-Jul-05 0:22 
GeneralRe: Using 2 TopLevel forms Pin
cshaaaa27-Jul-05 0:46
cshaaaa27-Jul-05 0:46 
GeneralRe: Using 2 TopLevel forms Pin
liqnit27-Jul-05 0:58
liqnit27-Jul-05 0:58 
GeneralString is not in correct format Pin
lovelylooney26-Jul-05 22:52
lovelylooney26-Jul-05 22:52 
GeneralRe: String is not in correct format Pin
S. Senthil Kumar26-Jul-05 23:52
S. Senthil Kumar26-Jul-05 23:52 
GeneralArray Sorting Pin
diniya9926-Jul-05 22:46
diniya9926-Jul-05 22:46 
GeneralRe: Array Sorting Pin
C0d3_P03t26-Jul-05 22:53
C0d3_P03t26-Jul-05 22:53 
GeneralRe: Array Sorting Pin
S. Senthil Kumar26-Jul-05 23:54
S. Senthil Kumar26-Jul-05 23:54 
GeneralMSMQ events Pin
C0d3_P03t26-Jul-05 21:58
C0d3_P03t26-Jul-05 21:58 
Generalmemory drive Pin
farzad000126-Jul-05 21:03
farzad000126-Jul-05 21:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.