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

C#

 
GeneralRe: loading and display images(Bitmaps) Pin
MoustafaS5-May-05 13:56
MoustafaS5-May-05 13:56 
GeneralPropertyGrid question Pin
bouli5-May-05 10:45
bouli5-May-05 10:45 
Generalconnecting to the net in a dialog window. Pin
Green Fuze5-May-05 8:44
Green Fuze5-May-05 8:44 
GeneralRe: connecting to the net in a dialog window. Pin
Dave Kreskowiak5-May-05 9:17
mveDave Kreskowiak5-May-05 9:17 
GeneralRe: connecting to the net in a dialog window. Pin
Green Fuze5-May-05 9:55
Green Fuze5-May-05 9:55 
GeneralRe: connecting to the net in a dialog window. Pin
Dave Kreskowiak5-May-05 17:38
mveDave Kreskowiak5-May-05 17:38 
GeneralRe: connecting to the net in a dialog window. Pin
Green Fuze5-May-05 22:44
Green Fuze5-May-05 22:44 
GeneralRe: connecting to the net in a dialog window. Pin
Green Fuze6-May-05 0:05
Green Fuze6-May-05 0:05 
Questionprevent delete folder ?? Pin
Anonymous5-May-05 8:19
Anonymous5-May-05 8:19 
AnswerRe: prevent delete folder ?? Pin
Dave Kreskowiak5-May-05 9:15
mveDave Kreskowiak5-May-05 9:15 
GeneralLoading images into an SQL database and then retrieving them Pin
DafyddG5-May-05 7:44
DafyddG5-May-05 7:44 
Generalmultiple same taskbarnotifier in C# Pin
dwark1065-May-05 5:45
dwark1065-May-05 5:45 
GeneralConnecting to a running instance of an embedded webBrowser control Pin
rwelte5-May-05 5:14
rwelte5-May-05 5:14 
GeneralShowing legacy data in data grid Pin
dirk helmet5-May-05 5:07
sussdirk helmet5-May-05 5:07 
GeneralRe: Showing legacy data in data grid Pin
Anonymous5-May-05 5:16
Anonymous5-May-05 5:16 
GeneralRe: Showing legacy data in data grid Pin
dirk helmet5-May-05 5:41
sussdirk helmet5-May-05 5:41 
GeneralRe: Showing legacy data in data grid Pin
keith maddox5-May-05 6:58
keith maddox5-May-05 6:58 
GeneralRe: Showing legacy data in data grid Pin
dirkhelmet5-May-05 7:43
dirkhelmet5-May-05 7:43 
GeneralRe: Showing legacy data in data grid Pin
keith maddox5-May-05 9:10
keith maddox5-May-05 9:10 
So the grid would look something like this right?

RowNum ColNum Data
------- ------- ----------------------
0 0 some data here
0 1 some more data
1 0 data 3 fe
1 1 yet more data

if so, I see no problem with my earlier suggestion, the objects stored in IList impl would be the
result from SomeType* TABLE_GetValue(TblPtr tbl,int col,int row) times n rows for the grid so the
list would look like:

0,0,somedata
0,1,somemoredata
etc...

Is that what we are going for?

If so then maybe some sample code from me would help!

Let me know

GeneralRe: Showing legacy data in data grid Pin
dirk helmet5-May-05 9:26
sussdirk helmet5-May-05 9:26 
GeneralRe: Showing legacy data in data grid Pin
keith maddox5-May-05 10:08
keith maddox5-May-05 10:08 
GeneralRe: Showing legacy data in data grid Pin
keith maddox5-May-05 12:40
keith maddox5-May-05 12:40 
GeneralControl access from other classes Pin
DJNokturnal5-May-05 3:43
DJNokturnal5-May-05 3:43 
GeneralRe: Control access from other classes Pin
MoustafaS5-May-05 4:27
MoustafaS5-May-05 4:27 
GeneralRe: Control access from other classes Pin
DJNokturnal6-May-05 5:53
DJNokturnal6-May-05 5:53 

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.