| Thread | Last Post | Replies |
|
| OpenFileDialog doens't remember the user's settings | 07 Feb 2007 10:00 GMT | 2 |
When programming in access I can make this call dialogResult = Application.OpenFileDialog.Show() ' May not be the exactly correct syntax The user can manipulate the column sizes the sorting,etc.
|
| Need advice on events | 07 Feb 2007 07:00 GMT | 2 |
I have 2 listboxes side by side where the user can move an item from left to right or vice versa by double clicking the item or clicking on a button(s) between the two listboxes. I want to enable to disable the move left or move right buttons as determined by the number of items ...
|
| Hiding the selection in a CheckedListBox | 06 Feb 2007 22:52 GMT | 2 |
Is it possible to do away with the "selected" appearance of an item in a CheckedListBox (v1.1)? When I click an item, its background turns blue and its text turns white. I want the checkbox to toggle (which it currently does), but I don't want the list item to appear
|
| Frustrating problem with DatGridView | 06 Feb 2007 20:32 GMT | 1 |
I have a DatagridView bound to a bindingsource. I programmatically add a ComboboxColumn and bind it to another BindingSource like this: Dim colActType As New DataGridViewComboBoxColumn colActType.DataSource = ActivityTypesBindingSource
|
| Memory Consumption | 06 Feb 2007 19:40 GMT | 3 |
HI, there, I am developing the desktop application using VB 6 as well as VB.Net. I have noticed one significant difference. A created an empty windows app in VB contsing of a single form and there is
|
| BackgroundWorker does not fire the RunWorkerCompleted event | 06 Feb 2007 19:30 GMT | 1 |
I am trying to unit test a control that uses a background worker component and have discovered that the RunWorkerCompleted event does not fire in this scenario. The documentation doesn't say anything about this behavior, and I was wondering if anyone here could tell me why the ...
|
| (VB.NET 1.1) Windows Forms Listbox help | 06 Feb 2007 18:04 GMT | 1 |
I have a listbox with 3000 entries, all of 4 chars, and the user needs to be able easily select dozens of them... When the user is selecting items, they type for example ABB, and the listbox first goes to A, then B, rather than searching for ABB.
|
| Control alignment issues in custom UserControl | 06 Feb 2007 17:16 GMT | 2 |
I'm building a UserControl that contains a number of other controls that it creates and lays out at runtime. I've been messing about quite a bit with containers and docking and anchoring, and I can't get it to do exactly what I want it to do. What I want it to do seems
|
| raising events via "Invoke" - good pattern? - or not.... | 06 Feb 2007 15:46 GMT | 2 |
Hi - I am communicating with my UI thread using the following technique. This has appalled one of my co-workers ;) - any comments about it's brilliantness or lack thereof welcome..... two threads:
|
| Detecting a paste 'event' in a textbox | 06 Feb 2007 15:40 GMT | 3 |
Is there an easy way to detect when someone has pasted text into a textbox?
|
| Custom user control and focus problem. | 06 Feb 2007 15:28 GMT | 2 |
My situation is a bit more complex then my example here, but if I can figure this out then the rest should fall into place. Thanks in advance! Example:
|
| Window Form Localization | 06 Feb 2007 12:35 GMT | 6 |
I have developed an application, now want to localize my application according to regional and language option what user has selected in the OS. To do this, Do i need to edit each and every label & captions of Form controls to specific language?. I do not know the equivalent words ...
|
| Alternatives to the Web Browser control | 06 Feb 2007 10:46 GMT | 4 |
Curious to see if anyone has experience or knows about any alternative components to using the WebBrowser control. I found this component: http://www.syncfusion.com/products/htmlui/windows/default.aspx
|
| Event handling in dynamically generated grid | 06 Feb 2007 03:15 GMT | 1 |
I have created a grid which is totally table driven. All the required information(column info, control info etc) are obtained from the database tables. Is it possible to handle the events for the dynamically generated controls within the grid?
|
| Select a datagridview row select using enter key | 06 Feb 2007 01:42 GMT | 1 |
Hi, Im using VS 2005 and winforms I need to select a row in the datagridview, but clicking the enter key, because our customer says that for him is more simple to use the enter key instead the mouse
|