Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
GeneralRe: AppDomain Pin
Rajdeep.NET is BACK13-May-09 7:25
Rajdeep.NET is BACK13-May-09 7:25 
GeneralRe: AppDomain Pin
humayunlalzad13-May-09 7:26
humayunlalzad13-May-09 7:26 
GeneralRe: AppDomain Pin
Luc Pattyn13-May-09 7:32
sitebuilderLuc Pattyn13-May-09 7:32 
GeneralRe: AppDomain Pin
Kythen13-May-09 8:56
Kythen13-May-09 8:56 
AnswerRe: AppDomain Pin
Giorgi Dalakishvili13-May-09 7:33
mentorGiorgi Dalakishvili13-May-09 7:33 
AnswerRe: AppDomain Pin
humayunlalzad13-May-09 19:06
humayunlalzad13-May-09 19:06 
Questionhow to add product key Pin
imran8813-May-09 6:31
imran8813-May-09 6:31 
AnswerRe: how to add product key Pin
Rajdeep.NET is BACK13-May-09 6:57
Rajdeep.NET is BACK13-May-09 6:57 
You are spoiling the name of the largest IT company in Asia by asking such a basic question. However, today I am in a sweet mode since I had Cheese-Chicken Pizza and so here are the three simple steps:

1). Add a TextBox control to your form and also add a Button control.<br />
<br />
2). Now double-click the button control and the Button_Click event handler appears.<br />
<br />
3).Add the code given below to the Button_Click event handler:<br />
<br />
<pre>private void button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text == "YourCDkeyHere")
            {
                  //Steps to perform if the CDkey is correctly entered
            }
            else
            {
                  //Steps to perform if the CDkey is entered incorrectly
            }
        }
</pre><br />
<br />
<br />
So, here you are my dear fellow student. <br />
<br />
Wish you a very happy programming,<br />
Rajdeep.NET :-D

QuestionDoes anybody knows about this Pin
netJP12L13-May-09 6:18
netJP12L13-May-09 6:18 
AnswerRe: Does anybody knows about this Pin
musefan13-May-09 7:04
musefan13-May-09 7:04 
GeneralRe: Does anybody knows about this Pin
netJP12L13-May-09 7:27
netJP12L13-May-09 7:27 
AnswerRe: Does anybody knows about this Pin
Lutosław13-May-09 8:43
Lutosław13-May-09 8:43 
AnswerRe: Does anybody knows about this Pin
Henry Minute13-May-09 12:42
Henry Minute13-May-09 12:42 
Questionc# with Linq help getting box checked in database Pin
Franklinlloyd13-May-09 4:41
Franklinlloyd13-May-09 4:41 
AnswerRe: c# with Linq help getting box checked in database Pin
Christian Graus13-May-09 5:19
protectorChristian Graus13-May-09 5:19 
QuestionHow I can get the Fields DataBase names of X Table ? Pin
E_Gold13-May-09 4:34
E_Gold13-May-09 4:34 
AnswerRe: How I can get the Fields DataBase names of X Table ? Pin
Eddy Vluggen13-May-09 5:45
professionalEddy Vluggen13-May-09 5:45 
QuestionConnecting to SQL 2005 named instance Pin
CodingYoshi13-May-09 4:23
CodingYoshi13-May-09 4:23 
AnswerRe: Connecting to SQL 2005 named instance Pin
Dave Kreskowiak13-May-09 5:37
mveDave Kreskowiak13-May-09 5:37 
QuestionHow do I indicate end-of-stream when sending data via a pipe? Pin
arnold_w13-May-09 3:58
arnold_w13-May-09 3:58 
AnswerRe: How do I indicate end-of-stream when sending data via a pipe? Pin
led mike13-May-09 4:29
led mike13-May-09 4:29 
GeneralRe: How do I indicate end-of-stream when sending data via a pipe? Pin
arnold_w13-May-09 4:48
arnold_w13-May-09 4:48 
AnswerRe: How do I indicate end-of-stream when sending data via a pipe? Pin
Luc Pattyn13-May-09 5:26
sitebuilderLuc Pattyn13-May-09 5:26 
AnswerRe: How do I indicate end-of-stream when sending data via a pipe? Pin
PIEBALDconsult13-May-09 15:30
mvePIEBALDconsult13-May-09 15:30 
GeneralRe: How do I indicate end-of-stream when sending data via a pipe? Pin
arnold_w13-May-09 21:04
arnold_w13-May-09 21:04 

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.