Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Total hack - but is it OK? Pin
SledgeHammer018-Nov-12 6:43
SledgeHammer018-Nov-12 6:43 
GeneralRe: Total hack - but is it OK? Pin
BobJanova8-Nov-12 23:18
BobJanova8-Nov-12 23:18 
AnswerRe: Total hack - but is it OK? Pin
Eddy Vluggen8-Nov-12 8:47
professionalEddy Vluggen8-Nov-12 8:47 
GeneralRe: Total hack - but is it OK? Pin
harold aptroot8-Nov-12 9:05
harold aptroot8-Nov-12 9:05 
GeneralRe: Total hack - but is it OK? Pin
Eddy Vluggen8-Nov-12 9:24
professionalEddy Vluggen8-Nov-12 9:24 
GeneralRe: Total hack - but is it OK? Pin
harold aptroot8-Nov-12 9:43
harold aptroot8-Nov-12 9:43 
GeneralRe: Total hack - but is it OK? Pin
Eddy Vluggen8-Nov-12 10:13
professionalEddy Vluggen8-Nov-12 10:13 
AnswerDepends on your goal Pin
Ennis Ray Lynch, Jr.9-Nov-12 7:26
Ennis Ray Lynch, Jr.9-Nov-12 7:26 
If it is more because you don't want to write the code or generate it then:

FooBar abc = new FooBar();
abc.abc0 = "123";
abc.abc1 = "456";
abc.abc2 = "789";
abc.abc3 = "101112";

string kapaow = (string)(abc.GetType().GetFields()[3].GetValue(abc));


Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

QuestionHow to get outlook mails using add-ins Pin
Sanjeev99187-Nov-12 23:10
Sanjeev99187-Nov-12 23:10 
AnswerRe: How to get outlook mails using add-ins Pin
Dave Kreskowiak8-Nov-12 1:36
mveDave Kreskowiak8-Nov-12 1:36 
GeneralRe: How to get outlook mails using add-ins Pin
OriginalGriff8-Nov-12 4:15
mveOriginalGriff8-Nov-12 4:15 
GeneralRe: How to get outlook mails using add-ins Pin
Sanjeev99188-Nov-12 23:31
Sanjeev99188-Nov-12 23:31 
GeneralRe: How to get outlook mails using add-ins Pin
Dave Kreskowiak9-Nov-12 1:49
mveDave Kreskowiak9-Nov-12 1:49 
QuestionConverting a stream of html to xml and reading the xml into a xmldocumet in c# Pin
Steve Holdorf7-Nov-12 23:05
Steve Holdorf7-Nov-12 23:05 
AnswerRe: Converting a stream of html to xml and reading the xml into a xmldocumet in c# Pin
Deflinek7-Nov-12 23:20
Deflinek7-Nov-12 23:20 
GeneralRe: Converting a stream of html to xml and reading the xml into a xmldocumet in c# Pin
Steve Holdorf8-Nov-12 2:40
Steve Holdorf8-Nov-12 2:40 
AnswerRe: Converting a stream of html to xml and reading the xml into a xmldocumet in c# Pin
Richard Deeming8-Nov-12 2:16
mveRichard Deeming8-Nov-12 2:16 
GeneralRe: Converting a stream of html to xml and reading the xml into a xmldocumet in c# Pin
Steve Holdorf10-Nov-12 1:07
Steve Holdorf10-Nov-12 1:07 
GeneralRe: Converting a stream of html to xml and reading the xml into a xmldocumet in c# Pin
Richard Deeming12-Nov-12 1:58
mveRichard Deeming12-Nov-12 1:58 
QuestionVSTO Outlook Visual C# - Create a ribbon that load a windows form integrated into outlook form? Pin
Cristian Capannini7-Nov-12 22:31
Cristian Capannini7-Nov-12 22:31 
QuestionHow to convert string to Datetime including milliseconds Pin
Vijay Kanda7-Nov-12 21:45
Vijay Kanda7-Nov-12 21:45 
AnswerRe: How to convert string to Datetime including milliseconds Pin
Pete O'Hanlon7-Nov-12 22:18
mvePete O'Hanlon7-Nov-12 22:18 
AnswerRe: How to convert string to Datetime including milliseconds Pin
Braj_128-Nov-12 1:23
Braj_128-Nov-12 1:23 
GeneralRe: How to convert string to Datetime including milliseconds Pin
Vijay Kanda8-Nov-12 20:44
Vijay Kanda8-Nov-12 20:44 
GeneralRe: How to convert string to Datetime including milliseconds Pin
BobJanova8-Nov-12 23:24
BobJanova8-Nov-12 23:24 

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.