| Thread | Last Post | Replies |
|
| BindingSource determine changes before calling EndEdit() | 29 Mar 2007 05:16 GMT | 2 |
How do I determine if there are any rows within the BindingSource that have changed prior to calling the EndEdit(). I need to do this in order to archive some records and if I call the EndEdit() then it also wipes out the orginal version of the dataset record with the proposed ...
|
| My.Settings Application and User Scope Settings | 28 Mar 2007 23:14 GMT | 1 |
I am learning to use the Configuration and Application settings in VB.NET (VS2005) I understand the two different Scopes, Application and User, and that the Application Scope settings are Read-Only. These work great for what I need,
|
| After hide model form, parent form may change z-order(may not topm | 28 Mar 2007 17:32 GMT | 3 |
Objective is simple. Show Form1 first and maximize it (can make observation easier), then after click button1, show form2 as modal dialog. When hide form2 by click button2, the expected behavior is that form2 hides and form1 becomes the topmost form.
|
| tab cycle - not happening - getting stuck on last one.. | 28 Mar 2007 02:19 GMT | 1 |
on my winform I can tab though my controls (textboxes, button) ok - but the focus gets stuck on the last one in the sequence - rather than cycling back to the first - anyone know why/how to fix?? also - doing a "shift tab" cycles backwards ok - until it hits my
|
| DataGridView HeaderCell | 28 Mar 2007 02:10 GMT | 1 |
I can't seem to set the color of a DataGridView HeaderCell. I'm executing the following code in the WinForm's Load event: DataGridView1.Columns.Add("test1", "test1") DataGridView1.Columns(0).HeaderCell.Style.ForeColor = Color.IndianRed
|
| Datagridview column order bug | 28 Mar 2007 01:59 GMT | 1 |
I have a datagridview bound to a bindingsource. I inserted some unbound columns in the grid. I ordered them the way i wanted using the up and down arrows of the "edit columns" menu.
|
| unexplainable interaction between user controls | 28 Mar 2007 00:16 GMT | 2 |
I've got a C# forms project under VS2005. My project references two DLL's - each with a user control in them (one with a custom radio button, one with a custom grid control). Wierd stuff started happening when i would set the 'Checked' property of
|
| Smooth scroll of tall DataGridView row | 28 Mar 2007 00:07 GMT | 1 |
I have an unbound DataGridView control that has some cells that may contain more multi-line text than can be completely displayed in the available screen space. When the height of a row exceeds the DataGridView's height, it becomes impossible to view the out of sight portion of ...
|
| Focus on Usercontrols | 27 Mar 2007 08:14 GMT | 2 |
Hello Netizens, I have a UserControl with some editcontrols on it. Now when the user enters some data, one of these children does have focus. It can happen that the usercontrol looses focus - and later gets it back.- I then want to put the
|
| how to store null value in datetime in c# .net 1.1 | 27 Mar 2007 05:05 GMT | 1 |
hi frnds, i have to store null value in c#.net 1.1 can some one help me out ??? Thanks & Regards,
|
| Disabling resize when double clicking on title bar - how do I keep my app fullscreen Always. | 26 Mar 2007 02:05 GMT | 4 |
I wish to keep my application maximised at all times .. however right now even though there is no control box double clicking on the title bar will 'free' the app and it can be dragged around the window. My poor users get mightily confused in this situation as half the app hangs ...
|
| Weird Task bar problem | 25 Mar 2007 03:23 GMT | 2 |
(VS.Net 2005/Visual Basic) I've got a MDI application which, after about 3 months of development, I changed the name. I looked through every file, every config file, every xml file, every
|
| Long Running windows app, best design approach | 24 Mar 2007 03:44 GMT | 4 |
Hi, I have a small client app that I want to launch with Run key in reg, but what I would like to happen is when the user closes the form that the app has, the app remains running and will be able to restart in say 15 mins, based on some config settings. This is a app for
|
| ntfs on deploy | 23 Mar 2007 22:32 GMT | 11 |
Using VS2005 I have created a setup project and added a database file to be included as part of the installation process. This database file gets installed on the target PC in the application folder. To install the application the user is requried to log off and log
|
| DataGridView - catching a delete key in a Calendar cell | 23 Mar 2007 22:30 GMT | 1 |
How would one catch a delete key, backspace key, control X or other indication that a user wants to delete the contents of a cell? I used the example code in MSDN's "How to: Host Controls in Windows Forms DataGridView Cells" as the basis for a GridDate column, I've created a
|