screens

Best way to show screens to user on application

I'm developing a Winforms application which has been running for years with an explorer view (TreeView left, screen right). I means that: All the screens have an hierarchy organization All the nodes on TreeView have one and only one screen related. A screen gets activated when a node on treeview gets selected. One of the advantages i...

Are there any 'rules of thumb' regarding the dynamic creation of form controls?

For example, suppose a new Windows From application were being developed with lets say 25 different screens each of which had say 5-10 controls on them..... Obviously all of the necessary listboxes, dialog boxes, listviews, datasets etc.. could have been created when the original screens were created (say using drop & drag from the tool...

How do I get a reference to the Screens collection in VB Express 8?

I've tried this example directly from MSDN: Dim Screens() As System.Windows.Forms.Screens and I can't find a way to get a reference to the Screen. I've checked my references and they seem fine but I may have missed something. Anyone experience this or know of a bug? EDIT 0: It helps if you're using the correct project type. In WPF...

Java Swing UI Changing Method

I would like to use Swing to program a simple learning game. I am wondering what would be best way to switch between UI screens. For example, I would have a screen for the Main Menu, and then when the user presses a button on that screen, I would swap out the whole screen for a completely different one. Then, arbitrary screens can be...

wrap from last screen to first screen in android Launcher2

hi, I'm learning java and android. and I've been looking at trying to wrap the last screen to the first screen in the android Launcher2. I've tried googleing, and searching here, but there really isnt much information about the launcher2 source...I've been modifying the workspace.java file, but there has been minimal effect. no wrap arou...

Controls resize based on screen resolution

I have panel control. More controls are in panel.I set the dock property for panel as 'fill' .The panel are resized based on screen resolution. but the controls remains same.The controls in the panel are not resized based on screen solution. i have more labels and panels and text-boxs and button in the same page. How to set the dock...

ASP.net configurable wizard pages

Hi , I am looking for possible approaches to the following task. Currently have a number of ASP.net pages which are essentially copies of one another but some contain textboxes,dropdownlists which others do not. this is because initially a number of pages were developed for a particular product and then another product came on board wh...

Expand form to all screens

The question is simple: is there a way to expand a single form to all connected screens? ...