Click here to Skip to main content
15,923,083 members
Home / Discussions / C#
   

C#

 
RantRe: datagridview paging (windows application using c#) Pin
Eddy Vluggen9-Dec-08 1:34
professionalEddy Vluggen9-Dec-08 1:34 
GeneralRe: datagridview paging (windows application using c#) Pin
kulandaivel_mca20079-Dec-08 18:16
kulandaivel_mca20079-Dec-08 18:16 
QuestionKeyboard is not working (such as page down) Pin
Ronenb8-Dec-08 20:14
Ronenb8-Dec-08 20:14 
AnswerRe: Keyboard is not working (such as page down) Pin
Christian Graus8-Dec-08 21:07
protectorChristian Graus8-Dec-08 21:07 
GeneralRe: Keyboard is not working (such as page down) Pin
Ronenb8-Dec-08 21:42
Ronenb8-Dec-08 21:42 
QuestionHow to check Validity of a COM Object Pin
KarthikonIT8-Dec-08 19:53
KarthikonIT8-Dec-08 19:53 
AnswerRe: How to check Validity of a COM Object Pin
Christian Graus8-Dec-08 20:08
protectorChristian Graus8-Dec-08 20:08 
GeneralRe: How to check Validity of a COM Object Pin
KarthikonIT9-Dec-08 0:11
KarthikonIT9-Dec-08 0:11 
Question[Message Deleted] Pin
jnwel8-Dec-08 19:41
jnwel8-Dec-08 19:41 
AnswerRe: Various Tools into Code. Pin
Christian Graus8-Dec-08 20:07
protectorChristian Graus8-Dec-08 20:07 
GeneralRe: Various Tools into Code. Pin
jnwel8-Dec-08 20:21
jnwel8-Dec-08 20:21 
GeneralRe: Various Tools into Code. Pin
Christian Graus8-Dec-08 21:08
protectorChristian Graus8-Dec-08 21:08 
QuestionContent type for a video file Pin
George_George8-Dec-08 18:58
George_George8-Dec-08 18:58 
AnswerRe: Content type for a video file Pin
Christian Graus8-Dec-08 19:40
protectorChristian Graus8-Dec-08 19:40 
GeneralRe: Content type for a video file Pin
George_George8-Dec-08 20:28
George_George8-Dec-08 20:28 
AnswerRe: Content type for a video file Pin
N a v a n e e t h8-Dec-08 19:55
N a v a n e e t h8-Dec-08 19:55 
GeneralRe: Content type for a video file Pin
George_George8-Dec-08 20:28
George_George8-Dec-08 20:28 
Questionhow to implement Keybord shortcuts in a C# window application Pin
TJS4u8-Dec-08 18:14
TJS4u8-Dec-08 18:14 
AnswerRe: how to implement Keybord shortcuts in a C# window application Pin
Giorgi Dalakishvili8-Dec-08 19:21
mentorGiorgi Dalakishvili8-Dec-08 19:21 
GeneralRe: how to implement Keybord shortcuts in a C# window application Pin
TJS4u8-Dec-08 19:27
TJS4u8-Dec-08 19:27 
GeneralRe: how to implement Keybord shortcuts in a C# window application Pin
Giorgi Dalakishvili8-Dec-08 19:30
mentorGiorgi Dalakishvili8-Dec-08 19:30 
GeneralRe: how to implement Keybord shortcuts in a C# window application Pin
Seraph_summer8-Dec-08 23:53
Seraph_summer8-Dec-08 23:53 
GeneralRe: how to implement Keybord shortcuts in a C# window application Pin
Giorgi Dalakishvili8-Dec-08 23:55
mentorGiorgi Dalakishvili8-Dec-08 23:55 
QuestionShould side-effect free function using Properties? Pin
calendarw8-Dec-08 17:58
calendarw8-Dec-08 17:58 
AnswerRe: Should side-effect free function using Properties? Pin
Vikram A Punathambekar8-Dec-08 18:57
Vikram A Punathambekar8-Dec-08 18:57 
If a method has no side effects, and fetches something in a fairly straightforward manner (it shouldn't read a database or something), yes, consider using a property instead.

Cheers,
Vıkram.
Stand up to be seen. Speak up to be heard. Shut up to be appreciated.

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.