| Thread | Last Post | Replies |
|
| ClickOnce on Terminal Services farm | 23 Jul 2008 15:10 GMT | 2 |
Hello, We have a ClickOnce application that one of our clients would like to install in a Terminal Services server farm. The application is installed from a URL and added to the Start menu and uses the .NET 2.0
|
| DataGridView question ... i'm hopeless | 22 Jul 2008 18:56 GMT | 1 |
I'm trying to automatically, using a timer, refresh a DataGridView (see attached code), but i don't succeed to display all rows correctly. I used both FirstDisplayedScrollingRowIndex as well CurrentCell but doesn't work (seeing all rows correctly). The delegate is only meant to ...
|
| who 'eats' my mouse click messages? | 22 Jul 2008 16:45 GMT | 1 |
I have a simple form with a simple button that does the following: static int button1Count = 0; void button1_Click(object sender, EventArgs e) {
|
| Radio button, set label text colour | 22 Jul 2008 15:35 GMT | 1 |
Can someone please help me with how I change the text colour of the text in the label that comes with a Radio button ? Thanks Niclas
|
| URGENT * PLEASE - problem when sending mail - C# - Framework 1.1 | 22 Jul 2008 10:22 GMT | 3 |
Hey all, I have a URGENT problem and I hope someone could help me... scenery: I have a windows app, coded using C# (framework 1.1 - VS2003)... The
|
| ClickOnce: Certificate cannot be validated | 21 Jul 2008 22:43 GMT | 7 |
We are signing our ClickOnce manifests with a code signing certificate purchased from Thawte. When we install the software a security warning is shown, and when we click on the publisher it says the certificate can not be validated. This is because the "Thawte Code Signing CA" ...
|
| ReportViewer winform control? | 21 Jul 2008 19:57 GMT | 1 |
Does anyone know if there's a way to override the cursor on the winform ReportViewer control? Currently, it wasn't to change to the hourglass even when the report viewer isn't actually doing anything yet. I want it to be
|
| Design view NOT displaying controls | 20 Jul 2008 12:11 GMT | 3 |
Editing an existing windows application, in Visual Studio 2005, which has several panels. Text boxes & labels, associated with some of the panels, only show up as outlines in the Design view. Their actual text is not displayed. What could cause this?
|
| NumericUpDown | 19 Jul 2008 11:16 GMT | 5 |
I need to change the behaviour of NumericUpDown (compact framework 2.0) so that I can show a dialog stating that the value is not within the allowed range rather than just capping the input value. Any ideas how I can achieve this? I don't seem able to find a suitable place to ...
|
| Drawing | 18 Jul 2008 21:40 GMT | 1 |
In my application I'm doing some drawing in my OnPaint routine using Graphics->DrawRectangle. The rect bounds are constant and not scaled in anyway. One of our Chinese customers is seeing the rectangles appear in the
|
| Lining up external combobox with datagridview column | 18 Jul 2008 05:10 GMT | 2 |
I'm very new to windows forms. I want to use a comboBox to do I kind of 'change all' on some datagridview columns cell values. i.e. The user selects a value in the dropdown and it changes all the cell values in the column it applys too. AutoSizeColumnsMode is Fill so I would like ...
|
| TreeView Event | 18 Jul 2008 05:07 GMT | 1 |
Can anyone tell me how can I register the "onDoubleClick" on the last node of each level of a TreeView. I use C# as programming language. Thanks George
|
| NullReferenceException in Windows.Forms.Label? | 17 Jul 2008 22:09 GMT | 2 |
One of the users of my application is reporting the following crash. The stack trace looks like it's all internal to the Framework, so any ideas on what this might be? I've never had the error myself and am not really sure what to suggest...
|
| Docking framework of Visual Studio 2005 | 17 Jul 2008 20:10 GMT | 4 |
I had come across a link which mentioned that Microsoft has released the UI docking framework of Visual Studio 2005 which can be used in our projects... I am not able to find the link where this was mentioned and from where to download this VS2005 UI docking framework...
|
| Odd query failure | 16 Jul 2008 20:43 GMT | 1 |
I'm writing a Winforms program in VB (Dot Net 2.0, VS2005) using a SQL Server 2000 database. I'm not sure whether I have a programming bug or a sql problem. I can't get a 'Like' query to work. I have a dll with an xsd. I dragged 2 fields from the Server Explorer onto
|