Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeView flickering? Pin
Cyrilix15-Sep-08 11:24
Cyrilix15-Sep-08 11:24 
QuestionValidate an EmailID Exist or not Pin
Tiger45615-Sep-08 5:32
Tiger45615-Sep-08 5:32 
AnswerRe: Validate an EmailID Exist or not Pin
Scott Dorman15-Sep-08 5:42
professionalScott Dorman15-Sep-08 5:42 
AnswerRe: Validate an EmailID Exist or not Pin
Paul Conrad15-Sep-08 9:49
professionalPaul Conrad15-Sep-08 9:49 
QuestionImplementation of TimeTable Pin
singhpreeti2315-Sep-08 4:38
singhpreeti2315-Sep-08 4:38 
AnswerRe: Implementation of TimeTable Pin
leppie15-Sep-08 4:48
leppie15-Sep-08 4:48 
GeneralRe: Implementation of TimeTable Pin
singhpreeti2315-Sep-08 19:19
singhpreeti2315-Sep-08 19:19 
GeneralRe: Implementation of TimeTable Pin
Harvey Saayman15-Sep-08 20:55
Harvey Saayman15-Sep-08 20:55 
Ill show you an algorithm of sorts...

you.GotHelp == false;

while(you.IsLazy)
{
    string myStupidQuestion = "plz s3nd codeZ, urgentz";
    you.GotHelp == RequestHelpOnCodeProject(myStupidQuestion); //false

    if(you.PulledYourHeadOutYourAss & you.FeelLikeThinkingForYourself)
    {
        break;
    }
}
string myBetterQuestion = "I have a program that needs to do A, B and C, ive tried X, Y and Z";
you.GotHelp == RequestHelpOnCodeProject(myBetterQuestion ); //true


Get the picture? Go read this[^] before you post here again cause you'll only get flamed.

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL

you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer)
1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

GeneralRe: Implementation of TimeTable Pin
Owners.Inc15-Dec-10 3:53
Owners.Inc15-Dec-10 3:53 
QuestionCreate a control object instance from a type Pin
Chazzysb15-Sep-08 3:52
Chazzysb15-Sep-08 3:52 
AnswerRe: Create a control object instance from a type Pin
Chazzysb15-Sep-08 3:55
Chazzysb15-Sep-08 3:55 
GeneralRe: Create a control object instance from a type Pin
leppie15-Sep-08 4:50
leppie15-Sep-08 4:50 
QuestionConverting Bitmap to Image Pin
Fabrizio Magosso15-Sep-08 3:41
Fabrizio Magosso15-Sep-08 3:41 
AnswerRe: Converting Bitmap to Image Pin
Eslam Afifi15-Sep-08 4:06
Eslam Afifi15-Sep-08 4:06 
GeneralRe: Converting Bitmap to Image Pin
leppie15-Sep-08 4:51
leppie15-Sep-08 4:51 
AnswerRe: Converting Bitmap to Image Pin
Fabrizio Magosso15-Sep-08 5:01
Fabrizio Magosso15-Sep-08 5:01 
GeneralRe: Converting Bitmap to Image Pin
Eslam Afifi15-Sep-08 5:11
Eslam Afifi15-Sep-08 5:11 
Questionhow to minimize a windows form manually Pin
harcaype15-Sep-08 3:04
harcaype15-Sep-08 3:04 
AnswerRe: how to minimize a windows form manually Pin
Eslam Afifi15-Sep-08 3:09
Eslam Afifi15-Sep-08 3:09 
GeneralRe: how to minimize a windows form manually Pin
harcaype15-Sep-08 3:21
harcaype15-Sep-08 3:21 
GeneralRe: how to minimize a windows form manually Pin
Eslam Afifi15-Sep-08 4:13
Eslam Afifi15-Sep-08 4:13 
Questionproblem with the simple concurrent server Pin
prasadbuddhika15-Sep-08 1:48
prasadbuddhika15-Sep-08 1:48 
AnswerRe: problem with the simple concurrent server Pin
Le centriste15-Sep-08 2:48
Le centriste15-Sep-08 2:48 
Questionrun SQL server scripts from inside a C# code Pin
Sabry190515-Sep-08 1:20
Sabry190515-Sep-08 1:20 
AnswerRe: run SQL server scripts from inside a C# code Pin
Vimalsoft(Pty) Ltd15-Sep-08 1:28
professionalVimalsoft(Pty) Ltd15-Sep-08 1:28 

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.