| Thread | Last Post | Replies |
|
| Pagefile on iSCSI Disks | 11 Apr 2008 17:16 GMT | 1 |
I'm having problems creating large pagefiles on os disk conencted via MS iSCSI Initiator. I'm guessing this is because the iSCSI disk is not available at the time Windows tries to create the pagefile, does anyone know a way arond this ?
|
| Driving me nuts! How to do two-levels inheritance under UserControl? | 11 Apr 2008 14:48 GMT | 11 |
I have a few types of panels (each with different controls), which I will create dynamically and place on a form. I can make them UserControls if I need to. However I would like to have a base class for these, so that I have a
|
| Saving file dialog | 11 Apr 2008 14:16 GMT | 1 |
I am using an open file dialog which allows me to select a file to open. This is all great. But it does not allow me to give a filename and select folder to save the file to if the file does not already exist. How can I implement save file functionality?
|
| Click Once or Webforms app | 11 Apr 2008 11:20 GMT | 2 |
I am designing an application that will be used by users on the corporate domain. From one point of view the application would be better suited to a winforms environment because of the rich features that will be required on the forms.
|
| Q: Is there a Winforms "accordion" already? | 11 Apr 2008 00:34 GMT | 7 |
Hi everyone. I'd like to have a "accordion" type effect in one of my applications. You can see what I'm talking about here: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Accordion/Accordion.aspx Just like that, except for Winforms desktop applications.
|
| Calling a form in second project | 11 Apr 2008 00:17 GMT | 6 |
Can I run a from in one project from a second project, both projects being in the same solution? Thanks Regards
|
| Keys.Control and Keys.ControlKey | 10 Apr 2008 20:50 GMT | 2 |
Does anyone know what the difference between Keys.Control and Keys.ControlKey is? Same goes for Keys.Shift and Keys.ShiftKey. What's the correct usage for these values?
|
| custom control size | 10 Apr 2008 18:46 GMT | 14 |
I have a custom control that draws a special grid. The size of the control should be computed based on the number of rows and columns (plus some padding). Right now I set the Width and Height of the control manually in OnPaint() (based on the number of rows/columns).
|
| tracking logged in User | 10 Apr 2008 11:54 GMT | 1 |
I have a winform app that validates a user against a table in my database. I want to track the user throughout the program for maintaining permissions to access parts of the program etc. In a web app, I would just throw the current user into a session varaible and access it from ...
|
| DragDrop - add a column | 10 Apr 2008 03:02 GMT | 4 |
I have a source dgv with 4 columns and a target dgv with 5 columns. I would like to supply column #1 in the target dgv with a value contained in a variable. All rows resulting from the drag drop would therefore receive the identical integer value for column #1.
|
| Click once issue & desktop shortcuts | 09 Apr 2008 20:09 GMT | 8 |
The location of the Click Once Client update was changed (Cert expired), while the users desktop shortcuts remained from the Original install. I confirmed that the application starts using Start Menu / Programs, but not the old desktop shortcuts.
|
| Forms inheritance and templates | 08 Apr 2008 15:10 GMT | 10 |
I have a project that brings up numerous forms that all follow the same format both in the way they look and work. I need to find a solution that saves me time recreating a form from scratch and at the same time allow me to make UI changes that then apply to forms that have ...
|
| FormClosing Event | 07 Apr 2008 06:32 GMT | 8 |
FormClosing Event doesn't Fire when I kill The app with the Task Manager!! Any Ideas Why?? what I'm Trying to do here is I'm trying to Cancel the Form Closing by setting the
|
| Is there a Multi Control DataGrid? | 07 Apr 2008 06:24 GMT | 1 |
I'm using VS 2008. In another language (Delphi) I have used in the past, there was a datagrid where you could place multiple contols inside each row (labels, textboxes buttons) and show multiple data in a row on a datagrid.
|
| Storing string with variable as app setting | 06 Apr 2008 15:31 GMT | 1 |
I have a string expression which is evaluated based on value of a variable like this; "MyTable.MyField = (" & MyVar.ToString & ")" I need to save this expression as app setting so I can change it without
|