Click here to Skip to main content
15,889,365 members
Home / Discussions / C#
   

C#

 
AnswerRe: Beginning C# journey - knowledge and tips... Pin
Richard MacCutchan29-Sep-13 20:56
mveRichard MacCutchan29-Sep-13 20:56 
AnswerRe: Beginning C# journey - knowledge and tips... Pin
Glen Childs30-Sep-13 0:35
Glen Childs30-Sep-13 0:35 
QuestionSSRS Reporting USING Oracle Database Pin
JYOTISANKAR MOHAPATRA29-Sep-13 8:38
JYOTISANKAR MOHAPATRA29-Sep-13 8:38 
QuestionRe: SSRS Reporting USING Oracle Database Pin
Richard MacCutchan29-Sep-13 20:54
mveRichard MacCutchan29-Sep-13 20:54 
QuestionWhat is the difference between "Show() "and "ShowDialog()"? Pin
fengyuchun8829-Sep-13 1:00
fengyuchun8829-Sep-13 1:00 
AnswerRe: What is the difference between "Show() "and "ShowDialog()"? Pin
OriginalGriff29-Sep-13 1:14
mveOriginalGriff29-Sep-13 1:14 
GeneralRe: What is the difference between "Show() "and "ShowDialog()"? Pin
fengyuchun8829-Sep-13 2:05
fengyuchun8829-Sep-13 2:05 
AnswerRe: What is the difference between "Show() "and "ShowDialog()"? Pin
Glen Childs30-Sep-13 5:38
Glen Childs30-Sep-13 5:38 
.Show will show the form you want to display and will allow you to go back to the other window without closing it, and .ShowDialog will show the form you want to display and wont allow you to go back to the other window with out closing the new window.
AnswerRe: What is the difference between "Show() "and "ShowDialog()"? Pin
Glen Childs30-Sep-13 5:39
Glen Childs30-Sep-13 5:39 
QuestionRe: What is the difference between "Show() "and "ShowDialog()"? Pin
fengyuchun8830-Sep-13 17:54
fengyuchun8830-Sep-13 17:54 
QuestionC# datagridview help >_< Pin
Tnebm27-Sep-13 21:48
Tnebm27-Sep-13 21:48 
AnswerRe: C# datagridview help >_< Pin
Abhinav S27-Sep-13 22:20
Abhinav S27-Sep-13 22:20 
GeneralRe: C# datagridview help >_< Pin
Tnebm27-Sep-13 22:49
Tnebm27-Sep-13 22:49 
AnswerRe: C# datagridview help >_< Pin
Richard MacCutchan27-Sep-13 22:31
mveRichard MacCutchan27-Sep-13 22:31 
GeneralRe: C# datagridview help >_< Pin
Tnebm27-Sep-13 22:50
Tnebm27-Sep-13 22:50 
QuestionMVVM and MVC Pin
Member 936684127-Sep-13 13:08
Member 936684127-Sep-13 13:08 
AnswerRe: MVVM and MVC Pin
Abhinav S27-Sep-13 18:05
Abhinav S27-Sep-13 18:05 
AnswerRe: MVVM and MVC Pin
Mycroft Holmes28-Sep-13 13:32
professionalMycroft Holmes28-Sep-13 13:32 
AnswerRe: MVVM and MVC Pin
Keith Barrow30-Sep-13 1:56
professionalKeith Barrow30-Sep-13 1:56 
QuestionHow to read another application contents in C# Pin
S.S.Cheral27-Sep-13 2:05
S.S.Cheral27-Sep-13 2:05 
AnswerRe: How to read another application contents in C# Pin
Keith Barrow27-Sep-13 2:38
professionalKeith Barrow27-Sep-13 2:38 
AnswerRe: How to read another application contents in C# Pin
Abhinav S27-Sep-13 18:06
Abhinav S27-Sep-13 18:06 
QuestionInheriting abstract class Pin
ankum1626-Sep-13 23:35
ankum1626-Sep-13 23:35 
AnswerRe: Inheriting abstract class Pin
OriginalGriff27-Sep-13 0:44
mveOriginalGriff27-Sep-13 0:44 
GeneralRe: Inheriting abstract class Pin
ankum1627-Sep-13 19:46
ankum1627-Sep-13 19:46 

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.