Click here to Skip to main content
15,910,234 members
Home / Discussions / C#
   

C#

 
GeneralUsing nmake on makefiles Pin
Mingzhi_8627-Jul-05 3:12
Mingzhi_8627-Jul-05 3:12 
GeneralMouseWheel Pin
Rassul Yunussov27-Jul-05 3:10
Rassul Yunussov27-Jul-05 3:10 
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 
Add System.Web.dll using Refrence folder context menu. And then try to refer in your application
Using System.Web;

private void button1_Click(object sender, System.EventArgs e)<br />
{<br />
MessageBox.Show(System.Web.HttpUtility.HtmlDecode("http://www.codeproject.com"));<br />
}<br />


Sreejith Nair
[ My Articles ]
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 
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 

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.