Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
GeneralKeeping data in clipboard after app closes Pin
gubber8-Jun-05 22:31
gubber8-Jun-05 22:31 
GeneralRe: Keeping data in clipboard after app closes Pin
codeprojectin8-Jun-05 22:50
codeprojectin8-Jun-05 22:50 
QuestionC# ListViewItem Indentation? Pin
Dominik Reichl8-Jun-05 22:23
Dominik Reichl8-Jun-05 22:23 
AnswerRe: C# ListViewItem Indentation? Pin
mav.northwind8-Jun-05 23:33
mav.northwind8-Jun-05 23:33 
GeneralNeed Help Pin
Ahmed Erarslan8-Jun-05 21:58
Ahmed Erarslan8-Jun-05 21:58 
QuestionWe can j pass a string variable via a matlab dll ???? Pin
Anonymous8-Jun-05 21:37
Anonymous8-Jun-05 21:37 
Generalhelp me! Pin
haneitou8-Jun-05 21:34
haneitou8-Jun-05 21:34 
GeneralRe: help me! Pin
Carsten Zeumer8-Jun-05 22:20
Carsten Zeumer8-Jun-05 22:20 
System.Int32.Parse hase more than one overload.
So you have to define which of the overloads you need.
You do so by specifying the parameters in the GetMethod of the Type.

result = type.GetMethod("Parse", new Type[]{typeof(string)}).Invoke(null,BindingFlags.Static | BindingFlags.Public,null,new object[]{"7"},null); //this is correct

/cadi

24 hours is not enough
GeneralRe: help me! Pin
haneitou8-Jun-05 22:39
haneitou8-Jun-05 22:39 
GeneralRadio Button Pin
Aryan_Pushap8-Jun-05 21:25
Aryan_Pushap8-Jun-05 21:25 
QuestionHow to host vc+ control (.lib) in c# winform Pin
uhs8-Jun-05 21:23
uhs8-Jun-05 21:23 
AnswerRe: How to host vc+ control (.lib) in c# winform Pin
Carsten Zeumer8-Jun-05 23:22
Carsten Zeumer8-Jun-05 23:22 
GeneralFacing problem accessing cookies in MCMS 2002 Pin
pushpesh8-Jun-05 19:35
pushpesh8-Jun-05 19:35 
GeneralLate Binding With Excel Pin
ksanju10008-Jun-05 19:29
ksanju10008-Jun-05 19:29 
QuestionHow to avoid empty node to appear in xml file while doing xml serialization Pin
Shiby8-Jun-05 19:24
Shiby8-Jun-05 19:24 
AnswerRe: How to avoid empty node to appear in xml file while doing xml serialization Pin
leppie8-Jun-05 21:50
leppie8-Jun-05 21:50 
Generalstuck on a problem with outlook and c# Pin
ekynox8-Jun-05 18:38
ekynox8-Jun-05 18:38 
GeneralRe: stuck on a problem with outlook and c# Pin
codeprojectin8-Jun-05 22:15
codeprojectin8-Jun-05 22:15 
GeneralRe: stuck on a problem with outlook and c# Pin
ekynox9-Jun-05 21:48
ekynox9-Jun-05 21:48 
GeneralC# - Using sender Pin
kezza65438-Jun-05 18:23
kezza65438-Jun-05 18:23 
GeneralRe: C# - Using sender Pin
Christian Graus8-Jun-05 18:29
protectorChristian Graus8-Jun-05 18:29 
GeneralRe: C# - Using sender Pin
kezza65438-Jun-05 19:26
kezza65438-Jun-05 19:26 
GeneralRe: C# - Using sender Pin
Philip Price8-Jun-05 23:24
Philip Price8-Jun-05 23:24 
QuestionHow to Close a Form when openning? Pin
Khoa Bui8-Jun-05 17:27
Khoa Bui8-Jun-05 17:27 
AnswerRe: How to Close a Form when openning? Pin
Christian Graus8-Jun-05 17:36
protectorChristian Graus8-Jun-05 17:36 

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.