| Thread | Last Post | Replies |
|
| How can I hihglight the whole row of DataGrid in C# | 31 Jul 2004 19:55 GMT | 2 |
My dataGrid is "for read" only. How can I hihglight the whole row of DataGrid when I am navigating through rows? Now I can see only a small triangle on the right side of dataGrid moving. I use C#. Thanks a lot in advance,
|
| Windows Forms VB Datagrid Dropdown Column | 31 Jul 2004 17:55 GMT | 2 |
I have Windows form (NOT ASP) With a datagrid that is bound to a dataset at runtime. I want one of the columns (that contains the dataValue) to be shown as a dropdown that will display the DisplayValue. I could do this WITH EASE IN ASP but it seems like more is required in ...
|
| Get the week(mon , tue ...) and the nos of week in the month | 31 Jul 2004 14:57 GMT | 1 |
how can we know the weekday, and the number of week in the month when i get a day in monthcalenda.
|
| Lookup tables and data binding | 31 Jul 2004 12:57 GMT | 4 |
I have a form that is used only to insert data into a database. It is composed of a datagrid which is used only for displaying data and selecting rows and a few text and combo boxes for the actual data editing. What I want to do is bind these to a data source, but I am not exactly ...
|
| Timer and Monitor | 31 Jul 2004 07:59 GMT | 4 |
I have a method that is being called by a timer. I want to lock the entire section of the code in the method to protect it from being called simultaneously. So I am using Monitor.Enter(this) and Monitor.Exit(this) where this is the form object where the method is present.
|
| Child Form Focus Problem | 31 Jul 2004 03:27 GMT | 2 |
I'm trying to create a form that is only displayed/movable within the bounds of a parent form (i.e. the child form is clipped to the parent form's client rectangle). I don't want to use MDI for this because the parent form will be an MDI child. For example, there are three
|
| label right alignment bug - LabelRightAlignBug.zip [0/1] | 30 Jul 2004 22:29 GMT | 3 |
I put several labels on a form, set all their left positions in the same spot, set textalignment to middleright, and set their text values ending with a : I noticed that the colons did not line up on the right and found that
|
| datagrid fullrow select | 30 Jul 2004 22:03 GMT | 3 |
How can I select the full row in a datagrid? I tried the code below (from the Syncfusion windows forms faq), so that all the cells of a row are selected when I click on a single cell, BUT this has the effect of not allowing multiple rows selection (ctrl-click or shift-click). How ...
|
| Infragistics issues!!! Need Help, URGENT! | 30 Jul 2004 20:01 GMT | 1 |
I know this is not the proper newsgroup, but who knows? I've tryed 'Infragistics.dotnet.misc.controls' but no one posted! I would like to put tooltips in some controls such as button and textboxes, but i can't find whatever they (Infragistics devcenter)
|
| Sub Properties in Designer | 30 Jul 2004 16:03 GMT | 3 |
I have a class Order that contains a set of properties for my OrderControl control. Instead of creating separate properties in OrderControl for every property in Order, I just wanted to make Order a property and then let the user set
|
| Form opened the second time opens in the background | 30 Jul 2004 13:25 GMT | 1 |
If I create a form and then close it...next time it is launched again is shown in the background...I tried using API call SetForeGroundWindow but it did not work...is it a feature or bug of Windows2000 or XP...can someone plz confirm this...
|
| Designtime Property Setting outside propertylist | 30 Jul 2004 12:39 GMT | 1 |
I have this custom control (derived from a TextBox) with a property. I find it bothersome to go through the (long) property list to set a simple, (for me most important) property in the property list. So, I created a custom designer, and when I right-click the control I get a ...
|
| Lock size property problems in a custom control | 30 Jul 2004 10:31 GMT | 2 |
I made a custom control and I want to make impossible to resize it. I follow these steps: - I use a ControlDesigner (overridden SelectionRules) - I hide the public Size property and make it readonly
|
| Waiting for background thread. | 30 Jul 2004 10:13 GMT | 2 |
I have a windows forms application that starts a background thread when it loads. The background thread is intended to load some data from a database, this data is required later on in the app (say on some menu option being chosen). Now, if this menu option is chosen I check the ...
|
| Non-Rectangular Resizable Form like Microsft Media Player | 30 Jul 2004 06:47 GMT | 2 |
Does anyone know how to create a winforms app similar to Microsft Media Player. I can create a form that has a background bitmap and a transparency color, thus creating a no rectangular form but how do they handle the resizing of the form without stretching the background bitmap. ...
|