Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
AnswerRe: wanna create script for a table using c# Pin
Wendelius25-Oct-08 2:22
mentorWendelius25-Oct-08 2:22 
QuestionHow get the right xml element name using DataSet as a data source for DataGridView? Pin
andrehh25-Oct-08 0:45
andrehh25-Oct-08 0:45 
AnswerRe: How get the right xml element name using DataSet as a data source for DataGridView? Pin
Wendelius25-Oct-08 2:08
mentorWendelius25-Oct-08 2:08 
QuestionException classes Pin
joindotnet24-Oct-08 21:53
joindotnet24-Oct-08 21:53 
AnswerRe: Exception classes Pin
DaveyM6924-Oct-08 22:09
professionalDaveyM6924-Oct-08 22:09 
Questionhow to convert access (mdb) to sdf (for PPC) Pin
E_Gold24-Oct-08 21:42
E_Gold24-Oct-08 21:42 
Questionimage in byte [] Pin
nelsonpaixao24-Oct-08 14:02
nelsonpaixao24-Oct-08 14:02 
AnswerRe: image in byte [] Pin
DaveyM6924-Oct-08 22:06
professionalDaveyM6924-Oct-08 22:06 
You can but it's not very efficient as the byte array will need to be serialized by the designer for it's value to persist.

If you want to do it, it's probably easiest to wrap a List<byte> in a component, and call it's ToArray method to get the byte array and it's Clear + AddRange methods to set a byte array.

I don't see what advantage you will gain by doing this though.

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)

AnswerRe: image in byte [] Pin
Mark Salsbery25-Oct-08 5:56
Mark Salsbery25-Oct-08 5:56 
Questionadd resouces (icon) to solution Pin
nelsonpaixao24-Oct-08 13:52
nelsonpaixao24-Oct-08 13:52 
QuestionAssembly Loading Event Pin
pdohara24-Oct-08 11:18
pdohara24-Oct-08 11:18 
AnswerRe: Assembly Loading Event Pin
leppie24-Oct-08 11:48
leppie24-Oct-08 11:48 
GeneralRe: Assembly Loading Event Pin
pdohara26-Oct-08 15:11
pdohara26-Oct-08 15:11 
QuestionUse Web Service in Windows Service Pin
Vicky2Galaxy24-Oct-08 9:54
Vicky2Galaxy24-Oct-08 9:54 
AnswerRe: Use Web Service in Windows Service Pin
Dave Kreskowiak24-Oct-08 16:15
mveDave Kreskowiak24-Oct-08 16:15 
QuestionConvert Console Application C# sharp Method Pin
zjaffary24-Oct-08 8:59
zjaffary24-Oct-08 8:59 
AnswerRe: Convert Console Application C# sharp Method Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:06
Ennis Ray Lynch, Jr.24-Oct-08 9:06 
GeneralRe: Convert Console Application C# sharp Method Pin
Vasudevan Deepak Kumar24-Oct-08 9:51
Vasudevan Deepak Kumar24-Oct-08 9:51 
GeneralRe: Convert Console Application C# sharp Method Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:55
Ennis Ray Lynch, Jr.24-Oct-08 9:55 
AnswerRe: Convert Console Application C# sharp Method Pin
Fayu24-Oct-08 9:10
Fayu24-Oct-08 9:10 
AnswerRe: Convert Console Application C# sharp Method Pin
zjaffary25-Oct-08 3:05
zjaffary25-Oct-08 3:05 
GeneralRe: Convert Console Application C# sharp Method Pin
Fayu12-Nov-08 15:46
Fayu12-Nov-08 15:46 
QuestionResuming a download stream Pin
Fayu24-Oct-08 8:57
Fayu24-Oct-08 8:57 
AnswerRe: Resuming a download stream Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:10
Ennis Ray Lynch, Jr.24-Oct-08 9:10 
GeneralRe: Resuming a download stream Pin
Fayu24-Oct-08 9:13
Fayu24-Oct-08 9:13 

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.