Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shortcut keys for LinkLabels on TaskPane (also for infragistic task pane) Pin
ManishJape18-Jul-06 2:56
ManishJape18-Jul-06 2:56 
GeneralRe: Shortcut keys for LinkLabels on TaskPane (also for infragistic task pane) Pin
Mr. VB.NET18-Jul-06 3:10
Mr. VB.NET18-Jul-06 3:10 
GeneralRe: Shortcut keys for LinkLabels on TaskPane (also for infragistic task pane) Pin
Mr. VB.NET18-Jul-06 3:17
Mr. VB.NET18-Jul-06 3:17 
QuestionComponent Size Pin
-Yoyosh-18-Jul-06 2:39
-Yoyosh-18-Jul-06 2:39 
AnswerRe: Component Size Pin
SeMartens18-Jul-06 2:42
SeMartens18-Jul-06 2:42 
GeneralRe: Component Size Pin
Dan Neely18-Jul-06 5:00
Dan Neely18-Jul-06 5:00 
AnswerRe: Component Size Pin
Martin#18-Jul-06 3:02
Martin#18-Jul-06 3:02 
QuestionDataGridView alternative? [modified] Pin
Quiltfish18-Jul-06 2:24
Quiltfish18-Jul-06 2:24 
Hi. New guy here, with a question to y'all. Smile | :)

I'm working on a TAS* movie editor (supporting as many formats as I can get my head around Smile | :) ) and has a bit of a problem with presenting the data. The movie files contain data for as many frames as the movie is long, obviously, and for every frame there is controller data. I need to present it in a way that is easy to edit. The current way to do that is by loading every frame in as a DataRow in a DataTable and binding it to a DataGridView. The row contains a framenumber textbox cell and at least 8 boolean checkbox cells. The problem is that I will need to load a very large number of frames sooner or later (500k+)and for that, this method hogs way too much memory and time.Does anyone know of an alternative to this method that I could feasibly use? Thanks for reading at least. Smile | :)

*TAS: Tool-Assisted Speedrun[^]

-- modified at 8:24 Tuesday 18th July, 2006
AnswerRe: DataGridView alternative? Pin
Mr. VB.NET18-Jul-06 2:48
Mr. VB.NET18-Jul-06 2:48 
GeneralRe: DataGridView alternative? Pin
Quiltfish18-Jul-06 3:00
Quiltfish18-Jul-06 3:00 
AnswerRe: DataGridView alternative? Pin
Not Active18-Jul-06 2:53
mentorNot Active18-Jul-06 2:53 
GeneralRe: DataGridView alternative? Pin
Quiltfish18-Jul-06 3:07
Quiltfish18-Jul-06 3:07 
QuestionClasses [modified] Pin
Mamphekgo18-Jul-06 2:12
Mamphekgo18-Jul-06 2:12 
AnswerRe: Classes Pin
Martin#18-Jul-06 2:16
Martin#18-Jul-06 2:16 
AnswerRe: Classes Pin
Not Active18-Jul-06 2:17
mentorNot Active18-Jul-06 2:17 
AnswerRe: Classes Pin
Colin Angus Mackay18-Jul-06 3:50
Colin Angus Mackay18-Jul-06 3:50 
AnswerRe: Classes Pin
BoneSoft18-Jul-06 5:00
BoneSoft18-Jul-06 5:00 
AnswerRe: Classes Pin
Drew McGhie18-Jul-06 5:45
Drew McGhie18-Jul-06 5:45 
GeneralRe: Classes Pin
Mamphekgo18-Jul-06 19:19
Mamphekgo18-Jul-06 19:19 
QuestionprogressBar [modified] Pin
erfi18-Jul-06 1:39
erfi18-Jul-06 1:39 
AnswerRe: progressBar Pin
alexey N18-Jul-06 1:52
alexey N18-Jul-06 1:52 
GeneralRe: progressBar Pin
SeMartens18-Jul-06 2:05
SeMartens18-Jul-06 2:05 
AnswerRe: progressBar Pin
engsrini18-Jul-06 4:30
engsrini18-Jul-06 4:30 
GeneralRe: progressBar Pin
mabo4218-Jul-06 4:52
mabo4218-Jul-06 4:52 
GeneralRe: progressBar Pin
erfi19-Jul-06 22:12
erfi19-Jul-06 22:12 

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.