Click here to Skip to main content
16,005,682 members
Home / Discussions / C#
   

C#

 
AnswerRe: C++ & C# Pin
TJoe6-Nov-07 4:15
TJoe6-Nov-07 4:15 
GeneralRe: C++ & C# Pin
half-life6-Nov-07 5:26
half-life6-Nov-07 5:26 
AnswerRe: C++ & C# Pin
led mike6-Nov-07 4:26
led mike6-Nov-07 4:26 
GeneralRe: C++ & C# Pin
half-life6-Nov-07 5:19
half-life6-Nov-07 5:19 
GeneralRe: C++ & C# Pin
led mike6-Nov-07 5:26
led mike6-Nov-07 5:26 
GeneralRe: C++ & C# Pin
half-life6-Nov-07 5:30
half-life6-Nov-07 5:30 
QuestionMono.Getoptions and Visual Studio 2005 Pin
jagooch6-Nov-07 3:49
jagooch6-Nov-07 3:49 
AnswerRe: Mono.Getoptions and Visual Studio 2005 Pin
TJoe6-Nov-07 4:33
TJoe6-Nov-07 4:33 
You will need to post more code to get a better answer. But I'm assuming that you need to cast the return value of the Mono.GetOptions to your custom options type. Mono.GetOptions will return an object of type Options. If you have a custom Options class, say MyOptions, then you need to cast it to that type in order to access it's members. Like so:

MyOptions o = (MyOptions)Mono.GetOptions(...);
String s = o.file;


Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

GeneralRe: Mono.Getoptions and Visual Studio 2005 Pin
jagooch6-Nov-07 6:20
jagooch6-Nov-07 6:20 
GeneralRe: Mono.Getoptions and Visual Studio 2005 Pin
TJoe6-Nov-07 6:25
TJoe6-Nov-07 6:25 
Questionwindows application crystal reports error Pin
eraydeniz6-Nov-07 3:41
eraydeniz6-Nov-07 3:41 
Questionproblem to resize a web page Pin
Test2703076-Nov-07 3:10
Test2703076-Nov-07 3:10 
AnswerRe: problem to resize a web page Pin
half-life6-Nov-07 3:27
half-life6-Nov-07 3:27 
AnswerRe: problem to resize a web page Pin
Michael Sync6-Nov-07 3:29
Michael Sync6-Nov-07 3:29 
QuestionDisplaying data in a table format Pin
Deques6-Nov-07 2:45
Deques6-Nov-07 2:45 
AnswerRe: Displaying data in a table format Pin
half-life6-Nov-07 3:24
half-life6-Nov-07 3:24 
GeneralRe: Displaying data in a table format Pin
Deques6-Nov-07 4:01
Deques6-Nov-07 4:01 
GeneralRe: Displaying data in a table format Pin
half-life6-Nov-07 5:36
half-life6-Nov-07 5:36 
QuestionSet DatagridviewComboBox Column Default Value Pin
Noemi Katinka6-Nov-07 2:42
Noemi Katinka6-Nov-07 2:42 
AnswerRe: Set DatagridviewComboBox Column Default Value Pin
half-life6-Nov-07 3:23
half-life6-Nov-07 3:23 
GeneralRe: Set DatagridviewComboBox Column Default Value Pin
Noemi Katinka6-Nov-07 22:48
Noemi Katinka6-Nov-07 22:48 
QuestionMoving map in picture box!! Pin
padamraj6-Nov-07 2:34
padamraj6-Nov-07 2:34 
AnswerRe: Moving map in picture box!! Pin
Luc Pattyn6-Nov-07 2:41
sitebuilderLuc Pattyn6-Nov-07 2:41 
QuestionBackColor [modified] Pin
half-life6-Nov-07 2:28
half-life6-Nov-07 2:28 
AnswerRe: BackColor Pin
Michael Sync6-Nov-07 3:34
Michael Sync6-Nov-07 3:34 

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.