| Thread | Last Post | Replies |
|
| Memory issues | 31 May 2004 20:51 GMT | 2 |
I'm having several memory leaks in my Windows Form (C#). Testing, I found a curious thing: Put a ListView control in a Windows Form, run the project and start the TaskManager. Each time you focus the form or pass the mouse in/out the
|
| DataGrid | 31 May 2004 16:34 GMT | 1 |
The datagrid.click event only fires when the grid is clicked (ie the lines around each cell Is there a way to detect a click inside a cell in the datagrid TIA
|
| DataGrid | 31 May 2004 15:16 GMT | 1 |
I am pointing a DataGrid at a DataTable to display some data. Is there a way to a) hide columns that are displaye an b) update the row header with some tes
|
| .NET can only get MainWindowTitle from a process...? | 31 May 2004 11:52 GMT | 1 |
I am developing my own taskbar like explorers. Therefore I need to be able to get a list of all open windows, and their associated icon (not necesarily the .exe file icon). Furthermore any information about how to retrieve systray icons would
|
| Update Problem with Combobox DataGrid | 31 May 2004 10:06 GMT | 2 |
I have got combobox data grid sample from http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q I added code to update changed records but it does not work.Have some one idea how add update ,new and delete functionality to data grid with combobox coloum.Data grid displays ...
|
| Load dynamic data into comboBox based on input in ComboBox | 31 May 2004 05:21 GMT | 1 |
What I would like to do is In a win form, I have a comboBox, when the form is loaded, I don't want to populate the comboBox(I have a lot of data). Instead, I want the user to type in the first few letters of the search criteria, then I capture it and run the search and return the ...
|
| Cannot Load Late Boung Protected Assembly | 31 May 2004 02:32 GMT | 3 |
Help! I have a WinForm that at startup creates a custom principal (inherits from GenericPrincipal) and assign it and its roles to the current thread.
|
| combobox into toolbar | 30 May 2004 13:49 GMT | 1 |
Hi everybody, I'm pretty new to .NET framework so don't get hungry at my silly question Is there a way to put a combobox into a toolbar? I've been trying to do that for quite a long time with no success. If anyone has suggestions please let me know Thanks
|
| smart client application | 30 May 2004 12:53 GMT | 3 |
Can anyone point me to some documentation on how to build a real life smart client application. I also would like to read about typical way of creating a offline smart client application, components involved etc. I also would like to hear from people on how successful is this ...
|
| WindowState = FormWindowState.Maximized | 30 May 2004 04:57 GMT | 2 |
On my MDI application I am setting one from to WindowState = FormWindowState.Maximized. If this window is open then all windows open Maximized regardless of their settings. Thanks in advance for any help.
|
| Binding XML data to a combobox and get the selected value | 29 May 2004 20:41 GMT | 1 |
I have problems with databinding of xml files to comboboxes and then getting the selected value of a selected item. For example, I have the following xmlfile: <?xml version="1.0" encoding="UTF-8" ?>
|
| Checking for required DLL's on startup | 29 May 2004 16:38 GMT | 4 |
I have a program that requires multiple DLL's, how can i check for these dependencies on startup? TIA, Ahmed
|
| After Form Re-Size event? | 29 May 2004 01:21 GMT | 4 |
Have an action I want triggered after a form is dragged to a certain size. Right now the code I am calling is running repeatedly during the whole drag to size action. I would like it to run only after the drag to size action has been completed.
|
| Windows Forms App stalls after 20 minutes inactivity | 29 May 2004 01:18 GMT | 3 |
I have a Windows Forms application that makes async calls to Web Services... When I run the application, initially everything is fine. If I leave the app running for about 20 minutes and then make a web service call, I get no response.
|
| KeyDown Event is not catching Function & Tab key | 28 May 2004 19:47 GMT | 2 |
why keydown event is functioning properly as it was in VB6.? I have the following declaration. It is catchig Alphanumeric Keys but not the function and tab key. following is the syntax; Private Sub cmb1_KeyDown(ByVal sender As Object, ByVal e As
|