Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
GeneralRe: CodeDom Problem,Script Application communication with Host Application? Pin
legalbattle6-Nov-08 14:27
legalbattle6-Nov-08 14:27 
QuestionDrawing a string without scaling the font size? [modified] Pin
DigiFaith6-Nov-08 3:31
DigiFaith6-Nov-08 3:31 
GeneralRe: Drawing a string without scaling the font size? Pin
Guffa6-Nov-08 8:09
Guffa6-Nov-08 8:09 
AnswerRe: Drawing a string without scaling the font size? Pin
Anthony Mushrow6-Nov-08 9:13
professionalAnthony Mushrow6-Nov-08 9:13 
Questionto execute command at command prompt from .net C# application Pin
sailesh_gupta6-Nov-08 3:02
sailesh_gupta6-Nov-08 3:02 
AnswerRe: to execute command at command prompt from .net C# application Pin
DaveyM696-Nov-08 3:17
professionalDaveyM696-Nov-08 3:17 
Questionwindows service deployment error Pin
vishnukamath6-Nov-08 2:56
vishnukamath6-Nov-08 2:56 
Questionxml Document Pin
arkiboys6-Nov-08 2:47
arkiboys6-Nov-08 2:47 
AnswerRe: xml Document Pin
Programm3r6-Nov-08 3:12
Programm3r6-Nov-08 3:12 
AnswerRe: xml Document Pin
PIEBALDconsult6-Nov-08 5:19
mvePIEBALDconsult6-Nov-08 5:19 
GeneralRe: xml Document Pin
arkiboys6-Nov-08 11:18
arkiboys6-Nov-08 11:18 
QuestionCan an application referencing Office dll/s work without Office installed? Pin
InFrA0076-Nov-08 2:19
InFrA0076-Nov-08 2:19 
AnswerRe: Can an application referencing Office dll/s work without Office installed? Pin
DaveyM696-Nov-08 2:37
professionalDaveyM696-Nov-08 2:37 
AnswerRe: Can an application referencing Office dll/s work without Office installed? Pin
Paul Conrad6-Nov-08 5:07
professionalPaul Conrad6-Nov-08 5:07 
GeneralRe: Can an application referencing Office dll/s work without Office installed? Pin
Mirko19806-Nov-08 21:36
Mirko19806-Nov-08 21:36 
GeneralRe: Can an application referencing Office dll/s work without Office installed? Pin
InFrA0077-Nov-08 2:47
InFrA0077-Nov-08 2:47 
QuestionWhat should i use for Datashape() Pin
seen18max6-Nov-08 0:43
seen18max6-Nov-08 0:43 
AnswerRe: What should i write for Datashape() Pin
Simon P Stevens6-Nov-08 0:55
Simon P Stevens6-Nov-08 0:55 
GeneralRe: What should i write for Datashape() Pin
seen18max6-Nov-08 1:16
seen18max6-Nov-08 1:16 
AnswerRe: What should i use for Datashape() Pin
DaveyM696-Nov-08 0:58
professionalDaveyM696-Nov-08 0:58 
GeneralRe: What should i use for Datashape() Pin
seen18max6-Nov-08 1:13
seen18max6-Nov-08 1:13 
GeneralRe: What should i use for Datashape() Pin
Simon P Stevens6-Nov-08 1:28
Simon P Stevens6-Nov-08 1:28 
GeneralRe: What should i use for Datashape() Pin
DaveyM696-Nov-08 1:30
professionalDaveyM696-Nov-08 1:30 
GeneralRe: What should i use for Datashape() Pin
seen18max6-Nov-08 1:42
seen18max6-Nov-08 1:42 
GeneralRe: What should i use for Datashape() Pin
DaveyM696-Nov-08 2:16
professionalDaveyM696-Nov-08 2:16 
DataLoadOptions is a class in the System.data.Linq namespace that has replaced DataShape.

Add the System.Data.Linq reference to your project.
Add a using statement to the top of your class.
using System.Data.Linq;
then create an instance of the DataLoadOptions class:
DataLoadOptions dlOptions = new DataLoadOptions();

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

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.