Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can i acessthe xml file in c#? Pin
BoneSoft28-Jan-08 4:08
BoneSoft28-Jan-08 4:08 
Generalurgent help required Pin
iqraasif27-Jan-08 23:55
iqraasif27-Jan-08 23:55 
GeneralRe: urgent help required Pin
Pete O'Hanlon28-Jan-08 0:18
mvePete O'Hanlon28-Jan-08 0:18 
Questionhow can i search a node in tree view? Pin
samidhas27-Jan-08 23:49
samidhas27-Jan-08 23:49 
GeneralRe: how can i search a node in tree view? Pin
samidhas28-Jan-08 0:58
samidhas28-Jan-08 0:58 
GeneralRe: how can i search a node in tree view? Pin
Pete O'Hanlon28-Jan-08 1:27
mvePete O'Hanlon28-Jan-08 1:27 
GeneralRe: how can i search a node in tree view? Pin
Pete O'Hanlon28-Jan-08 1:01
mvePete O'Hanlon28-Jan-08 1:01 
GeneralPassing object from a control to class Pin
N a v a n e e t h27-Jan-08 23:48
N a v a n e e t h27-Jan-08 23:48 
I have a control which is inherited from ListView. When user presses F2 key, I am invoking a delegate whose target is in other class. I need to pass an object as parameter to this delegate call. I want to know which one is the best method to do this.

1 - Pass as a ref parameter
2 - Pass as normal parameter.

OnF2KeyPressed(ref MyCustomObject) or OnF2KeyPressed(MyCustomObject) ? Which one do you suggest ? Why ?


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralRe: Passing object from a control to class Pin
BoneSoft28-Jan-08 3:58
BoneSoft28-Jan-08 3:58 
GeneralDrawReversibleFrame Pin
Try27-Jan-08 23:27
Try27-Jan-08 23:27 
Generaltransferring data between Datagrid & Database Pin
Sourie27-Jan-08 23:22
Sourie27-Jan-08 23:22 
GeneralCatching exceptions for child processes Pin
manustone27-Jan-08 22:21
manustone27-Jan-08 22:21 
GeneralRe: Catching exceptions for child processes Pin
Gareth H27-Jan-08 22:29
Gareth H27-Jan-08 22:29 
GeneralRe: Catching exceptions for child processes Pin
manustone27-Jan-08 23:03
manustone27-Jan-08 23:03 
GeneralNull Reference Exception while using threads Pin
DeepOceans27-Jan-08 22:20
DeepOceans27-Jan-08 22:20 
GeneralRe: Null Reference Exception while using threads Pin
Gareth H27-Jan-08 22:49
Gareth H27-Jan-08 22:49 
GeneralRe: Null Reference Exception while using threads Pin
DeepOceans28-Jan-08 18:36
DeepOceans28-Jan-08 18:36 
GeneralQuestion about PropertyGrid Pin
stancrm27-Jan-08 21:47
stancrm27-Jan-08 21:47 
GeneralRe: Question about PropertyGrid Pin
Mircea Puiu27-Jan-08 21:50
Mircea Puiu27-Jan-08 21:50 
GeneralRe: Question about PropertyGrid Pin
stancrm27-Jan-08 21:56
stancrm27-Jan-08 21:56 
GeneralRe: Question about PropertyGrid Pin
Mircea Puiu27-Jan-08 22:20
Mircea Puiu27-Jan-08 22:20 
GeneralRe: Question about PropertyGrid Pin
visualhint30-Jan-08 5:44
visualhint30-Jan-08 5:44 
Generalretrieving list of columns and along with their datatypes Pin
chanzeb27-Jan-08 21:33
chanzeb27-Jan-08 21:33 
GeneralRe: retrieving list of columns and along with their datatypes Pin
Gareth H27-Jan-08 22:46
Gareth H27-Jan-08 22:46 
QuestionSet DataGridView cell value if parse fails Pin
Noemi Katinka27-Jan-08 21:30
Noemi Katinka27-Jan-08 21:30 

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.