| Thread | Last Post | Replies |
|
| Thread Problem | 30 Nov 2006 16:55 GMT | 24 |
Hi People, Please I need your help. This code run a thread ok but Not close later. thanks...
|
| UiTypeEditor for Text | 30 Nov 2006 16:18 GMT | 3 |
Eraly this year Jeffrey Tan helped out someone by describing <Editor(GetType(System.ComponentModel.Design.MultilineStringEditor), GetType(System.Drawing.Design.UITypeEditor))> _ I find this works on a RichTextBox if the property is named Text and
|
| Clear DataGridview | 30 Nov 2006 14:11 GMT | 7 |
how can I clear out all of the data in a datagridview? I need to repopulate the data in a datagridview in a button click event so that all of the values get recalculated, but by default the datagridview just adds new data to the data that got populated the last time I triggered ...
|
| how to display data in crystalreports in vb.net 2005 in windows based application? | 30 Nov 2006 06:29 GMT | 1 |
Hi friends, we have developed a windows desktop application in vb.net 2005 with MS-Access as backend ,our problem is we have to display data from a datagridview to a crystal report,we have
|
| DataGrid Shift-Space problem -- official workaround? | 30 Nov 2006 03:51 GMT | 2 |
I'm writing an application in VB.NET 2003. I ran into the issue that when editing information in a DataGrid bound to a DataTable, if you hit the Space key while holding down Shift, it selects all of the contents of the current cell instead of creating a space.
|
| Control.Remove() increases CPU usage and hangs application | 29 Nov 2006 21:07 GMT | 2 |
Hey guys, I have an app where i create a text box dynamically on a control and user enters something and once looses focus (leave event) i remove it from the user control.
|
| Extending Panel (noob question) | 29 Nov 2006 18:44 GMT | 2 |
I want to extend Panel to implement my interface (IDataPanel) I know how to extend the panel, but how do I make it appear in the toolbox? TIA David McCallum
|
| Smart Tags on control derived from toolstripbutton | 29 Nov 2006 10:52 GMT | 2 |
I'm creating a custom Control derived from Toolstrip. The new control allows a new component ("NewToolStripButton" which is derived from ToolStripButton) to be added to the custom ToolStrip control. I have a custom designer for the custom ToolStrip and also a custom designer
|
| How to persistent DataGrid settings | 28 Nov 2006 19:05 GMT | 2 |
I have a C# .NET 1.1 Winforms application. My users can customize its datagrids: change column width, height, font, colors etc. I want that DataGrid automatically saves and restores changed settings
|
| ListView Behaviour In Vista RTM | 28 Nov 2006 10:05 GMT | 2 |
I have just installed Vista RTM and I'm working through my VS apps to see what works and what doesn't! I have noticed a change of behaviour in Windows Explorer in Vista. When switching from details view in the ListView to any other view the column
|
| DataGrid Sort Event | 28 Nov 2006 09:51 GMT | 2 |
I have a dialog in a VB.NET windows application where I am using a DataGrid to show records in a database, where a user can select one to view. When the user clicks the OK button, it checks which record is selected and retrieves that from the database using its key.
|
| Trackbar / Slider | 28 Nov 2006 01:44 GMT | 6 |
I am looking for a trackbar (slider) that could be a little bit more customizable that the Microsoft one. Do you know one (free or commercial) ? Thanks !
|
| winform, button right-click event? | 28 Nov 2006 01:19 GMT | 2 |
newbie here, with first project on vb.net 2005 express edition. I've created a default "blank" button (my app will have a few dozen of these) and I want to enable them so that when the user right-clicks on them, it will bring up an inputbox and allow the user to rename the button.
|
| Radio button data binding... | 27 Nov 2006 11:46 GMT | 3 |
I have got three radio buttons o Yes (Db Value= 1) o No (Db Value= 2) o Maybe (Db Value= 3)
|
| More PropertyGrid Agony | 26 Nov 2006 11:58 GMT | 7 |
Can the native PropertyGrid accept dynamic properties? ones that are not pre-compiled into a class and don't have those [TAGS] thingies attached to properties? Can I just instantiate a property grid and put a dynamic "Name" property in there without having a class with a name ...
|