| Thread | Last Post | Replies |
|
| Mouse roller changes combobox SelectedItem not visible, wich fires SelectedIndexChanged event | 22 Jul 2007 04:55 GMT | 1 |
My form has several group, combo and textboxs. To make it easier to reproduce I've simplified: 1) one group box with a combobox and a textbox and the combo has the focus; 2) the user first selects and item from combobox and the focus passes to
|
| General question about deployment strategies for Dot Net 2.0 Winfo | 21 Jul 2007 15:30 GMT | 1 |
I work in a large corporation with a large amount of legacy code. It is intended to eventually replace the legacy code with Dot Net 2.0 apps. They have a legacy update distribution system that they are rather 'fond' of. (i.e. it isn't going anywhere anytime soon.) It seems ...
|
| Context menu depending on panel | 20 Jul 2007 19:17 GMT | 1 |
I have a form that has 3 different panels in it. I want to have a different context menu depending on which panel the mouse cursor is in at the time of the right click on the mouse. How do I achieve this? Bill
|
| Serial Communications - baud rate | 20 Jul 2007 15:42 GMT | 2 |
I am using the Serial Port class for serial communications, It is very easy to use but there is one thing I want to do and can't figure out how. SerialPort.GetPortNames() gives me a list of all the Serial Ports on the system. I let the end user select one from the list. I also ...
|
| Ignoring all key events in whole application | 20 Jul 2007 13:47 GMT | 3 |
I've been struggling with this problem for quite a while, and have searched the internet many times, and tried many of the ideas which that turned up - but haven't managed to get this to work! Basically, my application receives serial messages from another system. If a
|
| Multiple AddHandler for multiple Controls on a form | 20 Jul 2007 11:06 GMT | 2 |
We have a bit of a problem. We have a form where we have to add controls dynamically during runtime. That part is quite simple. Now, we have to add a ButtonClick event for each of the controls. That's where it becoms tricky. Here is the bit of code we use:
|
| Windows - Application error | 20 Jul 2007 09:59 GMT | 2 |
Every time I boot up my Vista machine I get the error message:- the instruction at 0x00366f9d referenced memory at 0x00000f18. the memory could not be read. Does anyone know what the problem is?
|
| Programmatically changing the size of a textbox | 20 Jul 2007 09:56 GMT | 1 |
I have a textbox that is multiline but I only want to show one line at the start until that line is filled in. I am going to use the textchanged event to check the length of the text in the field. If the length of the text is greater than the length of the field, I am going to ...
|
| DataGridView ComboBoxColumn | 20 Jul 2007 05:00 GMT | 1 |
I am trying to use the DataGridView to accomplish a certain task. Here is my scenario: I have a datasource that has a Model/Make relationship. It can be likened to a user filling in what cars they own. So they add a new row and select
|
| How to assign foreground color to TreeView in MPF | 19 Jul 2007 21:56 GMT | 1 |
Frist I am not sure this is the place to post MPF question. If not , please advise th url. My question here is to assign foreground color to a TreeView conrol in MPF . Please advise. thanks.
|
| Click-Once w/ parms not passing into app | 19 Jul 2007 19:15 GMT | 9 |
Problem: I've created a click-once deployed application that cannot receive paramters from the query string in the URL of the click once page. I've followed this to the letter:
|
| Need advice on Textbox control | 19 Jul 2007 18:54 GMT | 1 |
In MS Outlook when entering an email address into the To box, when the textbox is full, it expands to a multiline textbox and pushes everything else down on the form. Are they using an ordinary textbox control and just changing it to multiline?
|
| StartMenu All users folder in Windows Vista | 18 Jul 2007 07:26 GMT | 10 |
How can I read the contents of the All Users startmenu in Windows Vista? Environment.GetFolderPath(Environment.SpecialFolder.StartMenu) returns just the user specific items.
|
| Best book on Windows Workflow | 18 Jul 2007 06:07 GMT | 1 |
What is the best book out there on the Windows Workflow Foundation? Bill
|
| .Net Winform saving a file to local drive | 17 Jul 2007 22:31 GMT | 1 |
I have an app running on a Citrix server. The user logs in on IE and get their Citrix neighborhood. They run the app and in the app I have a grid component from ComponentOne that has a property called SaveGrid that can save the results in the grid to a file. The user selects ...
|