Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
GeneralForms and delegates Pin
Gregern16-Apr-04 22:32
Gregern16-Apr-04 22:32 
GeneralRe: Forms and delegates Pin
SJ_Phoenix16-Apr-04 23:28
SJ_Phoenix16-Apr-04 23:28 
Questionhow do i print muti pages when printing .tiff files Pin
cmarmr16-Apr-04 10:26
cmarmr16-Apr-04 10:26 
AnswerRe: how do i print muti pages when printing .tiff files Pin
Heath Stewart16-Apr-04 10:35
protectorHeath Stewart16-Apr-04 10:35 
GeneralC# and database Pin
Harry200016-Apr-04 10:17
Harry200016-Apr-04 10:17 
GeneralRe: C# and database Pin
Heath Stewart16-Apr-04 10:33
protectorHeath Stewart16-Apr-04 10:33 
GeneralRe: C# and database Pin
ingramj17-Apr-04 15:14
ingramj17-Apr-04 15:14 
GeneralBinary Data in Data Grid :: C# Pin
valikac16-Apr-04 9:04
valikac16-Apr-04 9:04 
Hello.

Given an array of binary data stored in an ArrayList container, do you associate the container as a datasource in a Data Grid control?

private ArrayList xList = new ArrayList();

// Arbitrarily add 64 integers into container

for (int i = 0; i < 64; ++i)
this.xList.Add(i);

// Assuming Data Grid was created via wizard
thisTheDataGrid.DataSource = this.xList;
thisTheDataGrid.Refresh();

The example above compiles okay. However, nothing shows up in the data grid. All you would see is 64 empty rows and no columns.

Do you need to set a specific property to show arbitrary data in the grid?

Thanks,

Kuphryn
GeneralRe: Binary Data in Data Grid :: C# Pin
Heath Stewart16-Apr-04 9:08
protectorHeath Stewart16-Apr-04 9:08 
GeneralRe: Binary Data in Data Grid :: C# Pin
valikac16-Apr-04 11:08
valikac16-Apr-04 11:08 
GeneralRe: Binary Data in Data Grid :: C# Pin
Heath Stewart16-Apr-04 11:12
protectorHeath Stewart16-Apr-04 11:12 
QuestionToolboxBitmap problem??? Pin
Small Rat16-Apr-04 8:49
Small Rat16-Apr-04 8:49 
AnswerRe: ToolboxBitmap problem??? Pin
Heath Stewart16-Apr-04 10:24
protectorHeath Stewart16-Apr-04 10:24 
General&quot;Go To Error/Tag&quot; and F4 Pin
RNEELY16-Apr-04 6:57
RNEELY16-Apr-04 6:57 
GeneralRe: &quot;Go To Error/Tag&quot; and F4 Pin
garythom_work16-Apr-04 7:31
garythom_work16-Apr-04 7:31 
GeneralRe: &quot;Go To Error/Tag&quot; and F4 Pin
RNEELY16-Apr-04 8:15
RNEELY16-Apr-04 8:15 
GeneralRe: &quot;Go To Error/Tag&quot; and F4 Pin
Heath Stewart16-Apr-04 7:48
protectorHeath Stewart16-Apr-04 7:48 
GeneralRe: &quot;Go To Error/Tag&quot; and F4 Pin
RNEELY16-Apr-04 8:16
RNEELY16-Apr-04 8:16 
GeneralRe: &quot;Go To Error/Tag&quot; and F4 Pin
partyganger16-Apr-04 10:50
partyganger16-Apr-04 10:50 
Generalobject scope and destruction Pin
poolboy16-Apr-04 6:44
poolboy16-Apr-04 6:44 
GeneralRe: object scope and destruction Pin
Dave Kreskowiak16-Apr-04 6:56
mveDave Kreskowiak16-Apr-04 6:56 
GeneralRe: object scope and destruction Pin
poolboy16-Apr-04 7:31
poolboy16-Apr-04 7:31 
GeneralRe: object scope and destruction Pin
Heath Stewart16-Apr-04 7:49
protectorHeath Stewart16-Apr-04 7:49 
GeneralRe: object scope and destruction Pin
Dave Kreskowiak16-Apr-04 8:16
mveDave Kreskowiak16-Apr-04 8:16 
GeneralRe: object scope and destruction Pin
scadaguy16-Apr-04 7:49
scadaguy16-Apr-04 7:49 

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.