| Thread | Last Post | Replies |
|
| DatagridView modify individual Column Header cells | 06 Jul 2006 07:37 GMT | 4 |
I am have a data grid view, with 2 columns for each day of the week: Monday | Monday | Tuesday | Tuesday| etc Hours | Tasks | Hours | tasks | ___________________________________|
|
| combo box data is there, but it's not displaying | 06 Jul 2006 07:07 GMT | 1 |
I'm using vb.net 2003. i have a windows form with a drop down list box. If i click on a "row" in the drop down, it finds the data and all is well. the problem is, the data is not displaying on the drop down. it's there, but not displaying. if i run it from vb.net, in debugger ...
|
| How to reduce the padding/margin of DataGridView cells? | 06 Jul 2006 06:48 GMT | 2 |
It seems by default the text that is drawn within a DataGridView control has several pixels of margin or padding around it. For my application I need a very compact display so I would like to reduce that padding but I can't figure out how to do it.
|
| MDI Child Opacity | 06 Jul 2006 06:06 GMT | 1 |
MDI Children wont opacitize! Have to work around.
|
| Resizing a form to shrink or grow according to the controls that are added | 06 Jul 2006 04:58 GMT | 3 |
Hi all, I realize this should be obvious, but I don't know what I'm not doing. I have a form to which I add a variable number of controls. All I need the form to do is to shrink or grow according to the size of the controls added.
|
| ListView exception | 05 Jul 2006 21:15 GMT | 4 |
When i am trying to remove the last item in a listview: lstServers.Items.Remove(item); i get the exception: A first chance exception of type 'System.ArgumentOutOfRangeException'
|
| How to programming add data bound columns to datagridview? | 05 Jul 2006 21:11 GMT | 1 |
Is there any sample code?
|
| TreeView missing QueryContinue..Event | 05 Jul 2006 19:26 GMT | 3 |
I am trying to get a QueryContinueDragEvent per the MSDN tutorial on Drag&Drop from a TreeView control. My TreeView is at the same time source and destination (basically I am trying to manually rearrange nodes). I try to abort the D&D when outside the
|
| User input focus detecting? | 05 Jul 2006 17:24 GMT | 3 |
Is there a way to determine if your winform application has the current user focus? I am looking to implement something that works somewhat like Outlook's new email notify window. The specific behaviour that I am trying to
|
| .Net API Hooking or .Net Common Dialogs subclassing | 05 Jul 2006 16:40 GMT | 3 |
I have met a problem. If anyone on Earth knows why does .NET 2.0 is subclassing Common Dialogs' owner window, and why doesn't it set back the prevous WinProc address when quiting but is calling DefWndProc directly???
|
| Authentication between windows application and SQL server | 05 Jul 2006 15:36 GMT | 4 |
I am writing a windows form application (C#) which access's data from an SQL server. The SQL server is using windows authentication only. At the moment I have to grant the domain users access to the database for the application to work. However, the database includes information ...
|
| How to resize combobox? | 05 Jul 2006 09:32 GMT | 2 |
How to I resize the combobox and set it a bit passed the largest string in the box. By the way, the box gets built by a db table. Thanks for your help Dave
|
| Download file - error 406 | 05 Jul 2006 02:07 GMT | 1 |
Dim wc As New System.Net.WebClient() wc.DownloadFile("http://jared.site.net.au/resort/version.txt", "c:\mytext.txt") The remote server returned an error: (406) Not Acceptable
|
| Main thread calling event from child thread without using Ctrl.Inv | 05 Jul 2006 01:57 GMT | 7 |
I build an object with a method and an event. In the method, I start a thread(child thread) and after a long process, the event is raised (from the child thread unfortunately). When I use this object in my form (main UI thread), I get an error which
|
| EditValue problem | 05 Jul 2006 01:00 GMT | 2 |
Hi yall! I have created an image selection dropdown editor for use in a PropertyGrid. My selector form is called dropdown by a IWindowsFormsEditorService and so far it's all sweet.
|