| Thread | Last Post | Replies |
|
| data binding to a colleciton | 14 Jan 2004 01:30 GMT | 6 |
I have a form with a list box control and a few text boxes. The controls are bound to a collection. All that works fine when I load the data from the data base. When the form loads, I call the 'intiallizeBindings' sub:
|
| Context menus and treeviews, suggestions for a NODE sensitive context menu | 13 Jan 2004 21:25 GMT | 4 |
Easy part is creating a context menu for a specific node (one of several examples follows) Private Sub treeview_MouseUp(byval sender as object, byval e as MouseEventArgs) handles TreeView1.MouseUp
|
| winforms source control | 13 Jan 2004 18:25 GMT | 1 |
I am trying to set up source control on one site. but, it's not attaching to the iexplorer process. what can be the reson for this? what's the solution? thanks.
|
| Hiding unwanted columns in a DataGrid bound to a DataSet using designer? | 13 Jan 2004 18:24 GMT | 2 |
Is it possible to hide unwanted columns in a datagrid bound to a dataset using the designer (products such as Infragistics UltraGrid allow this)? Also, I would like to format colum sizes, locations, row/althernate row colors, etc. in the designer Are these things possible as well.
|
| how can use FlahWindow() on .NET? | 13 Jan 2004 18:01 GMT | 6 |
i want flash the window in a particular moment, i can use FlashWindow() fo that but it doesn't work on .NET.
|
| Format Text of a ComboBox with DropDownStyle "DropDown" | 13 Jan 2004 17:40 GMT | 3 |
I try to format the text of a combobox with DropDownStyle "DropDown". I just mean the text which is displayed when the combobox isn't touched. Usually it displays the ToString() method of the SelectedItem. But I want to override the it.
|
| TabControl Issue | 13 Jan 2004 16:49 GMT | 1 |
I am inserting new TabPages to a TabControl, and I'm having problems with the TabPage's contents not being shown. I put two pages on the TabControl in the constructor, and I have a button on the form that inserts
|
| Catching ALL Unhandled Exceptions | 13 Jan 2004 16:38 GMT | 6 |
I would like to have some way that if there is no error handling and an exception is thrown in our application that it will do a last resort error handling so that we can send information to support about the error. Anyone have any ideas? I've tried putting a Try/catch around the
|
| Remoting under IIS? | 13 Jan 2004 16:30 GMT | 2 |
I want to develop a remoting application hosted under IIS. The functionality would be very similar to a chat application, where all clients see the message (singleton). The client will be a winform application.
|
| PropertyGrid ~ Collection properties | 13 Jan 2004 16:01 GMT | 1 |
Does anyone have any guidelines about how I can get the PropertyGrid to work with a property that exposes a collection of objects? ie. I want the property grid to show a single property with (Collection) and "..." for expanding to the standard object collection editor.
|
| Disappearing forms | 13 Jan 2004 14:20 GMT | 2 |
I have an application that consists of a main form (not mdi) and a number of dialog forms. When I open some of the dialog forms they open for a few seconds and then disappear. I can only get them to reappear by clicking on
|
| How can one detecting if the client region of a window is currently visible to the user ? | 13 Jan 2004 14:00 GMT | 2 |
What is the easiest way to detect if the client region of a window is visible to the user, or to put it another way, how can U detect the following 1. A window is minimized, and thus its client region is non-visible to the
|
| message loop and exceptions | 13 Jan 2004 13:44 GMT | 3 |
I am trying to understand how exceptions behave in a message loop scenario. I have a try-catch block around a message loop and one of the event handlers in the message loop throws an exception. That exception is not caught in
|
| message loops and threads | 13 Jan 2004 13:42 GMT | 6 |
When I start a new message loop using System.Windows.Forms.Application.Run, does it create a new thread and execute the loop on that thread? If it does, why does the main thread stops execution until the message
|
| BUG + FEATURE REQUEST: FolderBrowserDialog = broke and useless | 13 Jan 2004 12:08 GMT | 34 |
The following code shows the FolderBrowserDialog = broken. FolderBrowserDialog folderDialog = new FolderBrowserDialog(); folderDialog.ShowNewFolderButton = false; folderDialog.ShowDialog();
|