| Thread | Last Post | Replies |
|
| How to close a form in C# | 21 Apr 2005 20:15 GMT | 5 |
I'm trying to close a form in C#. I have a vb background, so the question may sound dumb. In vb it is just me.close(). I've tried a bunch of ways to close the form but C# is acting pretty dumb also. I can't find a way to close it. Here are some of the things I've tried:
|
| XmlElement.SelectNodes: Need help with accessing xml nodes | 21 Apr 2005 20:05 GMT | 6 |
Any help will be really appreciated. When I use XmlNodeList nodeList; XmlElement root = doc.DocumentElement;
|
| Data Grid: Adding new Rows | 21 Apr 2005 19:54 GMT | 1 |
There is a databound grid that is being used in one of my Master - Detail form there I need to keep two columns hidden and assign Autogenerated values once a user adds a new record through the grid. can somebody please tell me how to do this; as i couldn't find a single event that ...
|
| About Trim | 21 Apr 2005 19:50 GMT | 2 |
What is the best practice Trim (myStringvar) or myStringvar.Trim
|
| Winforms design with class in nested namespaces | 21 Apr 2005 19:44 GMT | 2 |
i am working on a gui for a bigger project using managed c++ and wanted to put it in the namespace hierachy under cubes::gui so i did this in my form.h namespace cubes{
|
| WinForms Interaction | 21 Apr 2005 19:21 GMT | 7 |
Hi, I want to have interactions between two forms. A will sample with next lines: 1. The program user has a main window with a Listview control on it 2. The user selects an item from the listview and selects some 'details'
|
| MDI Parent Toolbar access in Child form | 21 Apr 2005 19:16 GMT | 1 |
Hi Code Helpers, I'm sure this has been addressed before but can't seem to find any specific answers.... I have an MDI form and Toolbar that opens a child form which I have been
|
| The object is currently in use elsewhere | 21 Apr 2005 19:12 GMT | 1 |
I have a splash screen that is displayed as the application starts. The splash screen has text dynamically added to it to indicate the authorisation mechanism and start-up progress. Due to the nature of the splash screen graphic we have to draw the text onto the splash screen ...
|
| Can't exit Windows after removing a control from a form | 21 Apr 2005 18:12 GMT | 4 |
This problem occurs on Windows 2000 but NOT on Windows XP: If you programmatically remove a control from the Controls collection of a panel on another form, then that form's default WndProc will return FALSE to the WM_QUERYENDSESSION message!
|
| DataGrid: How to know which column header is clicked? | 21 Apr 2005 17:42 GMT | 2 |
I have a DataGrid with one table in its TableStyle collection. The TableStyle collection contains a ColumnStyle of some columns with headers being visible. Is there a way to find out which column header is clicked other than
|
| Changing grid cells programatically | 21 Apr 2005 16:20 GMT | 1 |
I have a DataGrid and I'm changing the value in one of the cells programatically. Problem is, my change isn't being picked up (and saved in the underlying data source), unless I manually tab off the cell in the grid.
|
| DataGrid: Custom ComboBox column problem | 21 Apr 2005 16:01 GMT | 1 |
Hay there, I'm writing my own DataGridComboBoxColumn because .NET 1.1 does not have one (I hope .NET 2.0 supplies one). I based it on this article: http://msdn.microsoft.com/msdnmag/issues/03/08/DataGrids/default.aspx
|
| ToolTip question | 21 Apr 2005 15:04 GMT | 2 |
How do I make a tooltip remain visible until the user moves the mouse ? Currently it stays visible for a few seconds and then disappears.
|
| No sorting event available when sorting DataGrid columns!!! | 21 Apr 2005 14:47 GMT | 2 |
I set my DataGrid.AllowSorting to true but there is no sort event to do some processing! All I can think of is inside the click event which is not what I really want because click event occurs before DataGrid is sorted. Any comments?
|
| Printing on a pre-printed form with VB.NET | 21 Apr 2005 13:56 GMT | 3 |
I need to print on pre-printed form from my VB.NET app. The form I am printing on has about 200 fields and each field needs to be justified seperately. CR for .Net isn't giving me accurate output. The CR is close, but a little off here and there and adjustments haven't worked ...
|