Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Nadia Monalisa1-Apr-10 8:00
Nadia Monalisa1-Apr-10 8:00 
GeneralRe: Do I need to Dispose LINQ To SQL Data Context ? Pin
Not Active1-Apr-10 8:24
mentorNot Active1-Apr-10 8:24 
QuestionSelecting everything with CTRL+A Pin
teknolog1231-Apr-10 0:55
teknolog1231-Apr-10 0:55 
AnswerRe: Selecting everything with CTRL+A Pin
Mohammad Elsheimy1-Apr-10 1:14
Mohammad Elsheimy1-Apr-10 1:14 
AnswerRe: Selecting everything with CTRL+A Pin
Khaniya1-Apr-10 1:32
professionalKhaniya1-Apr-10 1:32 
GeneralRe: Selecting everything with CTRL+A Pin
teknolog1231-Apr-10 1:57
teknolog1231-Apr-10 1:57 
AnswerRe: Selecting everything with CTRL+A Pin
teknolog1231-Apr-10 1:52
teknolog1231-Apr-10 1:52 
GeneralRe: Selecting everything with CTRL+A Pin
Khaniya1-Apr-10 2:52
professionalKhaniya1-Apr-10 2:52 
It is simple you can use this under KeyUp/KeyDown event

if (e.KeyCode == Keys.A && e.Control)
{
        Messagebox.show("");
}

Life's Like a mirror. Smile at it & it smiles back at you.- P Pilgrim
So Smile Please

QuestionDifferent number of overloaded constructors for same class in different computers [modified] Pin
free young1-Apr-10 0:31
free young1-Apr-10 0:31 
AnswerRe: Different number of overloaded constructors for same class in different computers Pin
Tej Aj1-Apr-10 1:36
Tej Aj1-Apr-10 1:36 
GeneralRe: Different number of overloaded constructors for same class in different computers Pin
free young1-Apr-10 18:21
free young1-Apr-10 18:21 
AnswerRe: Different number of overloaded constructors for same class in different computers Pin
PIEBALDconsult1-Apr-10 3:44
mvePIEBALDconsult1-Apr-10 3:44 
GeneralRe: Different number of overloaded constructors for same class in different computers Pin
free young1-Apr-10 18:25
free young1-Apr-10 18:25 
QuestionSimple Passing of Values Pin
Steve-Co31-Mar-10 23:56
Steve-Co31-Mar-10 23:56 
AnswerRe: Simple Passing of Values Pin
Khaniya1-Apr-10 0:05
professionalKhaniya1-Apr-10 0:05 
GeneralRe: Simple Passing of Values Pin
dan!sh 1-Apr-10 0:13
professional dan!sh 1-Apr-10 0:13 
AnswerRe: Simple Passing of Values Pin
dan!sh 1-Apr-10 0:10
professional dan!sh 1-Apr-10 0:10 
GeneralRe: Simple Passing of Values Pin
Steve-Co1-Apr-10 0:57
Steve-Co1-Apr-10 0:57 
GeneralRe: Simple Passing of Values Pin
dan!sh 1-Apr-10 3:14
professional dan!sh 1-Apr-10 3:14 
AnswerRe: Simple Passing of Values Pin
#realJSOP1-Apr-10 2:06
mve#realJSOP1-Apr-10 2:06 
AnswerRe: Simple Passing of Values Pin
PIEBALDconsult1-Apr-10 3:47
mvePIEBALDconsult1-Apr-10 3:47 
AnswerRe: Simple Passing of Values Pin
Steve-Co1-Apr-10 4:44
Steve-Co1-Apr-10 4:44 
QuestionFind the best sort algorithm Pin
ndkit31-Mar-10 20:39
ndkit31-Mar-10 20:39 
AnswerRe: Find the best sort algorithm Pin
Alex Manolescu31-Mar-10 21:32
Alex Manolescu31-Mar-10 21:32 
GeneralRe: Find the best sort algorithm Pin
ndkit31-Mar-10 21:42
ndkit31-Mar-10 21:42 

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.