| Thread | Last Post | Replies |
|
| DataGrid Exception clears data in changed row. | 06 Mar 2006 02:35 GMT | 3 |
I have a problem in the Windows DataGridView control. I the user either add a row or changes an existing row and the leaves the row. If an exception occours because of for example an data constraint an 'DataGridView Default Error Dialog' occours which is fine. The problem is
|
| Control Flicker while switching TabPage | 05 Mar 2006 16:17 GMT | 1 |
I created a windows form with vs.net 2005 / c#. This control has a TabControl with 16 TabPages. On every TabPage there are a diffrent number of Controls. - Every TabPage has a background picture. they are all the same picture (from a resouce file). There seems to be no way easy ...
|
| bindingSource question ? | 05 Mar 2006 09:44 GMT | 1 |
Hello i have two tables (Groups and Users) bound each one to a BindingSource like this this._bindingEntrepriseGrp.DataSource = MyDataSource; this._bindingEntrepriseGrp.DataMember = "CustomerGroups";
|
| TableLayoutPanel + databind + xml | 05 Mar 2006 06:24 GMT | 2 |
Does anyone know if I can bind a XML file directly to the tableLayoutPanel control to decide how many rows and colums the table shoul contain. And how should the XML in that case look like? Regards Erik
|
| Unique Machine ID | 04 Mar 2006 21:24 GMT | 3 |
I want to introduce licensing into my application, based on some unique machine ID (like the NIC or MAC address if I can use this - do machines without a network card still have a MAC address?). Any idea what I can use from the .NET framework?
|
| Layout event and designer | 04 Mar 2006 17:46 GMT | 1 |
All - I have a custom control - in which when a property value changes, i call "PerformLayout" method (becoz my internal layout calculations have changed). I also override "OnLayout" to do the actual layout calculations.
|
| Right-click in DataGridView to Select Cell | 03 Mar 2006 18:40 GMT | 1 |
Hi! I have created a simple form with a DataGridView and a ContextMenuStrip. What I would like to happen is that the user right-clicks on the cell, and the cell gets selected and the context menu pops up.
|
| arraylists or class? | 03 Mar 2006 14:11 GMT | 2 |
Hi, just a general question: my coworker and I have a question regarding the most efficient way to track a bunch of data in our windows form application. We have six arraylists declared in the base class and copies of each set in all the usercontrols that we have on
|
| Stop Windows Service | 03 Mar 2006 13:12 GMT | 1 |
Is it possible create a Windows Form application that able to stop different Windows Service such as MCafee, InetInfo ... etc ? Thanks Stefano
|
| How to create a top level control? | 03 Mar 2006 09:51 GMT | 5 |
I'd like to create a control that's top-level, i.e. parented by the Windows desktop - something like a tooltip or menu. When I call SetTopLevel( true ) in my control, Windows Forms (or is it Windows?) creates a form and hosts my control in it!
|
| Disposing controls | 03 Mar 2006 05:14 GMT | 1 |
I guess I'm not exactly sure when or how to dispose controls when I dynamically add/remove controls. Let's say I have a user control, and whenever a certain button is pressed, I delete all the controls on the user control and add a bunch
|
| Zero-sized form | 03 Mar 2006 05:04 GMT | 7 |
I'm using the Microsoft MapPoint ActiveX for routing and don't need a GUI. Unfortunately, the developers of MapPoint didn't see fit to partition the logic from the GUI, so I have to use the MapPoint ActiveX control for routing, and it throws exceptions if it's not hosted in a
|
| MDI Child Maximize Issue | 03 Mar 2006 04:44 GMT | 2 |
There seems to be a problem with opening a MDI child form with the initial WindowState set to Maximized when the MDI parent has a menu. This is a new problem in .Net 2.0. The same code worked correctly in .Net 1.1. The window is painted in the non-maximized state but the form acts ...
|
| Visualizing multi-dimentional arrays | 02 Mar 2006 20:18 GMT | 1 |
I am looking for a place that shows, visually, how multidimensional arrays work. A google search gave me a lot of code examples but I would like to have an actual image to solidify the concept. -Thanks
|
| Returning Values from a custom combobox | 02 Mar 2006 17:01 GMT | 1 |
I created a custom control by and dragged a combobox on to the template and then added the following code Public Class dOOdadsOperandComboBox Inherits System.Windows.Forms.ComboBox
|