Click here to Skip to main content
15,914,371 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow can i load image from Application Folder by using Short url( like ~\Images\default.jpeg ,but not working) to PictureBox Pin
Member 436368011-Apr-11 0:14
Member 436368011-Apr-11 0:14 
AnswerRe: How can i load image from Application Folder by using Short url( like ~\Images\default.jpeg ,but not working) to PictureBox Pin
Dave Kreskowiak11-Apr-11 1:06
mveDave Kreskowiak11-Apr-11 1:06 
GeneralRe: How can i load image from Application Folder by using Short url( like ~\Images\default.jpeg ,but not working) to PictureBox Pin
Member 436368016-Apr-11 0:51
Member 436368016-Apr-11 0:51 
AnswerRe: How can i load image from Application Folder by using Short url( like ~\Images\default.jpeg ,but not working) to PictureBox Pin
Eddy Vluggen11-Apr-11 4:49
professionalEddy Vluggen11-Apr-11 4:49 
AnswerRe: How can i load image from Application Folder by using Short url( like ~\Images\default.jpeg ,but not working) to PictureBox Pin
Shameel26-Apr-11 2:18
professionalShameel26-Apr-11 2:18 
QuestionRemote Desktop Label Printing Pin
Ianvn.za5-Apr-11 20:36
professionalIanvn.za5-Apr-11 20:36 
AnswerRe: Remote Desktop Label Printing Pin
Member 20530066-Apr-11 4:43
Member 20530066-Apr-11 4:43 
QuestionHow do I design/implement paging for Winforms apps/UI Controls using large data sets. Pin
johnbMA3-Apr-11 6:25
johnbMA3-Apr-11 6:25 
Hi:


I’m working through trying to design some intelligent paging into a system I’m building.
The basic 10,000 ft view of what I’m doing is listed below. This is all being done in a .Net
Windows app.

The basic premise is a ton of data on the backend which will be queried and displayed
in some meaningful fashion in the UI. Clearly we don’t want to load everything into the apps
memory in one fell swoop. I want to minimize the in-memory dataset by paging in/out what’s
currently needed. The “paging” really has to exist between the DB’s & in memory datasets.
That’s where performance/usability will be most affected.

Currently the front end is .Net/winforms based, making use of Infragistics winform controls
(particularly the UltraGrid). Eventually, we'll be migrating to a WPF implementation.

Some paging will/should probably occur between the in-memory data sets and the UI controls.
Grids will show actual records/rows but only have N rows visible at a time.
Other visualizations will display the results of some aggregation of the data.

There will ultimately have to be some paging requests get initiated as the “viewport” of data
moves at bequest of the UI.

I realize that this is not an easy problem to solve. But if I do it right, I should be able to come
up with a highly effective reusable design pattern here. I’m guessing that some design patterns
must already exist out there.

There's got to be a couple of design patterns out there for this.
What’s the best way to proceed with this?
How big of a PIA/whale am I ultimately tackling here?

I can provide a jpeg of a quick 10,000 ft schematic of what I'm trying to do.

I know this won’t be trivial.

Thanks,
JB
AnswerRe: How do I design/implement paging for Winforms apps/UI Controls using large data sets. Pin
Dave Kreskowiak3-Apr-11 8:58
mveDave Kreskowiak3-Apr-11 8:58 
AnswerRe: How do I design/implement paging for Winforms apps/UI Controls using large data sets. Pin
Eddy Vluggen11-Apr-11 4:46
professionalEddy Vluggen11-Apr-11 4:46 
QuestionLocalization and form size [modified] Pin
T.RATHA KRISHNAN31-Mar-11 7:04
T.RATHA KRISHNAN31-Mar-11 7:04 
AnswerRe: Localization and form size Pin
Bernhard Hiller31-Mar-11 23:06
Bernhard Hiller31-Mar-11 23:06 
QuestionRe: Localization and form size Pin
T.RATHA KRISHNAN1-Apr-11 3:17
T.RATHA KRISHNAN1-Apr-11 3:17 
AnswerRe: Localization and form size Pin
RobCroll5-Apr-11 4:26
RobCroll5-Apr-11 4:26 
QuestionRunning SWF file from Windows Forms Pin
pix_programmer31-Mar-11 3:19
pix_programmer31-Mar-11 3:19 
AnswerRe: Running SWF file from Windows Forms Pin
Dave Kreskowiak31-Mar-11 3:34
mveDave Kreskowiak31-Mar-11 3:34 
GeneralRe: Running SWF file from Windows Forms Pin
pix_programmer31-Mar-11 3:50
pix_programmer31-Mar-11 3:50 
GeneralRe: Running SWF file from Windows Forms Pin
Dave Kreskowiak31-Mar-11 6:05
mveDave Kreskowiak31-Mar-11 6:05 
GeneralRe: Running SWF file from Windows Forms Pin
pix_programmer31-Mar-11 6:23
pix_programmer31-Mar-11 6:23 
GeneralRe: Running SWF file from Windows Forms Pin
Dave Kreskowiak31-Mar-11 9:54
mveDave Kreskowiak31-Mar-11 9:54 
AnswerRe: App Modal Dialogs + Desktop Pin
Richard MacCutchan9-Mar-11 5:58
mveRichard MacCutchan9-Mar-11 5:58 
GeneralRe: App Modal Dialogs + Desktop Pin
Richard MacCutchan9-Mar-11 6:10
mveRichard MacCutchan9-Mar-11 6:10 
Questionhow to limit the number of winform objects to one Pin
John Robert Wilk24-Feb-11 5:26
John Robert Wilk24-Feb-11 5:26 
AnswerRe: how to limit the number of winform objects to one Pin
Luc Pattyn24-Feb-11 5:50
sitebuilderLuc Pattyn24-Feb-11 5:50 
GeneralRe: how to limit the number of winform objects to one Pin
John Robert Wilk24-Feb-11 6:44
John Robert Wilk24-Feb-11 6:44 

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.