| Thread | Last Post | Replies |
|
| Problem Debugging | 17 Aug 2005 16:50 GMT | 1 |
I have these lines in a button click string string1 = textBox3.Text; string string2 = textBox4.Text; MessageBox.Show("here now");
|
| How to get the selected co value? | 17 Aug 2005 13:01 GMT | 1 |
I'm creating one or more dynamic datagrids in a form. I have attached a contextment to the datagrid. On selection of one menu item I want to get the first colum's value of the selected row.
|
| ListView "small icon" display badly formatted | 17 Aug 2005 11:09 GMT | 1 |
I use the ListView. Seems like when using the view sometimes the "small icon" display the formatting gets all screwed up...I mean when items are draw across the rows, they overlap one another. The other three views seem OK. I am using icons.
|
| Fast maximizing/minimizing of form | 17 Aug 2005 09:09 GMT | 1 |
I'm using .NET 1.1 and need my forms to maximize and minimize as fast as possible, without the standard window dragging that usually occurs. Does anyone know a way to do this? Also, how can I make a form the foreground window on the desktop?
|
| Posting a file to a web server from a winform, just like a File Input HttpControl | 17 Aug 2005 07:35 GMT | 4 |
I am currently writing a WinForm administration application for a web application I have. I was wondering how it would be possible to upload a file to the web server using http, just like I would on a webform using a HtmlInputFile control.
|
| force datagrid save? | 17 Aug 2005 01:17 GMT | 7 |
I have a datgrid and when I click the toolbar or menu which has a save action, the last change is ignored. Is there anyway to force the datagrid to save the current record?
|
| Offered functions of the run32.dll | 16 Aug 2005 22:48 GMT | 2 |
I would like to play a little bit with the system menu of a window. I found already code that allows me to add items to the system menu. It uses a function from the run32.dll. I am sure that there are other interesting functions but I really do not know where to search for it.
|
| Reccomended ways of saving WinForms' "viewstate"? | 16 Aug 2005 20:45 GMT | 4 |
I was curious....is there a preferred way to save/serialize the settings of WinForm's controls? I'd like to be able to save the user's values when they close their form, so they're available the next time they open the program. I'm sure it's not as easy as saving a ...
|
| Custom Radio Button with Transparent Background | 16 Aug 2005 19:59 GMT | 3 |
I have created a control that inherits from RadioButton and I have overridden it's OnPaint method. It looks great, draws the background with every color except with Color.Transparent. When I make the controls Background color transparent, it draws it black! Is there
|
| Copying Directories System.IO.Directory class | 16 Aug 2005 18:48 GMT | 1 |
Is there a way to copy directory contents using the System.IO.Directory class? I want to make a full copy of one folder (files and subfolders) to another folder. I'm able to move the folder using Directory.Move but that removes the files
|
| Embedding IE inside a windows form, is it any sample code? | 16 Aug 2005 18:45 GMT | 1 |
I'd like to use html/xml/xsl for rendering views in a windows form client. I assume I should embed IE inside a windows form in order to show the form inside a MDI form. I should also capture events from the IE at the windows form level. Can you point me to any hints, sample code?
|
| Help with multiple forms functionality | 16 Aug 2005 18:38 GMT | 3 |
We have a unique situation where we need to speed up the activation of our MAIN form. We have put a splash page before the main shows up and we pre-load most of our stuff (user profiles). Then we bring up the MAIN form, but we need to continue loading our other stuff (data ...
|
| chart controls recommendation? | 16 Aug 2005 17:07 GMT | 2 |
Hello, we are looking to purchase a chart controls library. We are looking for basic functionality (i.e. scatter chart, lines, custom labels on points, axix), nothing too fancy. Infragistics - not too thrilled so far with their charts. Any thoughts on ChartFX? Any good free ...
|
| Trying to bind to Visible or Enabled property of form control | 16 Aug 2005 16:44 GMT | 4 |
just a quick one. i'm trying to bind the Visible property of a control to a public property of the parent form. i.e.
|
| IE Hosted WinForms Control will not Download on XP Home | 16 Aug 2005 16:21 GMT | 1 |
I have a .Net Winforms control which is hosted inside of IE. Most of my users are WinXP or Win2K but I have one user using WinXP Home Edition SP2. When he accesses the control, the control won't even download, he just gets the "missing image" icon. I checked the Gac
|