| Thread | Last Post | Replies |
|
| Which future for WINDOWSFORMS ? | 31 Jul 2007 15:30 GMT | 1 |
i must start this year a very big application. i think 2 possibilty : 1) Visual Studio (2008) with WindowsForms 2) Delphi 2007 VCL
|
| DataGridView Sort calls Form.Shown | 31 Jul 2007 13:15 GMT | 1 |
I have a form with DataGridView on it. Also I have hooked for Shown event of Form. Now when I click DataGridView header to sort column, Shown event of Form also gets called. I just want not to call Shown event of Form when header is clicked on
|
| Seeking advice for DataGridView with several Unbound Columns | 30 Jul 2007 22:45 GMT | 1 |
I'm looking for advice or samples regarding the implementation of what is essentially a bound grid, most columns are bound, however there are a couple of unbound columns which are basically calculated totals (read-only) of data in the bound columns (which are read/write).
|
| Win32_Printer | 30 Jul 2007 13:20 GMT | 7 |
I'm trying to grab printer status for a printer with WMI I got a mo("PrinterState").tostring of "128" for a paused HP printer. What is "128" equate to? It did give a mo("PrinterStatus").tostring of 1 = "paused" which was correct but it took a while to display the correct state.
|
| DataGridView and Binding Source | 30 Jul 2007 09:44 GMT | 2 |
When I set DataGridView's DataSource property to Binding Source, DataGridView becomes invisible. If I comment that line, DataGridView is visible again. I am using another thread to get data from server and then using
|
| User Control Localization | 29 Jul 2007 14:55 GMT | 2 |
I have a user control with a public property, when I try to set the attirbutes of the property as so: <Localizable(True)> _ Public Property DisplayText() As String
|
| v3.5 Apps on v2.0 machines | 28 Jul 2007 08:31 GMT | 1 |
Has anyone succesfully built and app with 'Orcas' and deployed on machine with only NET 2.0 installed. I would think that if it doesn't reference any of the 'new' assemblies all should work OK. TIA
|
| How to determine the active form | 28 Jul 2007 07:06 GMT | 12 |
Does anyone know how to (generically) determine the currently active form for an application using a "static" function (so I can call it from anywhere). There is no offiical way I've been able to find so I've written the following for starters: public static Form GetActiveForm() { ...
|
| WFP, WF, WCF and CAB | 27 Jul 2007 22:00 GMT | 3 |
Is the introduction of these new technologies going to change the way that CAB works or will CAB still use basically the same architecture? Bill
|
| Character spacing when printing | 27 Jul 2007 09:14 GMT | 2 |
I've been searching but I can't find if is it possible and, if so, how to set the space between characters (I have to fill in a already printed form and every single character must fall in its own little square). I thought it was possible to set something with System.Drawing.Fon ...
|
| Integer Number -> Text Number | 27 Jul 2007 08:25 GMT | 2 |
All, I have a form that currently displays an integer value in a label to a user but want it to now display the text equivalent. For example, if I have 54, it should say fifty four. Any class examples on doing this or should I just
|
| Executable's path | 26 Jul 2007 23:03 GMT | 1 |
With .net2, how do I get the path of where the .EXE is located for a WinForms app? e.g. for "h:\myapps\testapp\test.exe" , "h:\myapps\testapp\" should bee returned
|
| just looking for easy,& free backup program | 26 Jul 2007 22:20 GMT | 1 |
I am needing a backup program as I have to wipe the hard drive it has way too many problems. also I'm looking for help in reinstalling all the moicrosoft stuff. I have Windows XP and small business, and it's a dell computer. I s there a backup program within windows xp? or do ...
|
| hi .. Net tool Error | 26 Jul 2007 22:15 GMT | 1 |
hi Window Control Error start project [windows control] create project -> Window Form ->Form.Designer.mode Error Error Msg :
|
| Clicking on a label's border does not work | 26 Jul 2007 22:13 GMT | 1 |
Hey guys, I've been trying to figure this out for a while now. I have a form with some labels. The labels' click events are handled fine if I click inside the label but if I position the mouse directly on the border of the label (a
|