| Thread | Last Post | Replies |
|
| Thread vs Asynch Remote call | 10 Feb 2004 16:02 GMT | 2 |
I'm using .NET remoting with SAOs from my WinForms client. For screen initialization and other processing, should I use a separate thread to call my remote operations, or should I call my remote objects
|
| How can my application determine when the system is shutting down? | 10 Feb 2004 15:00 GMT | 1 |
I am currently developing a taskbar-icon based program which normally has no open windows. I understand that there is a Microsoft.Win32 event that is supposed to notify the application, but this event fails to fire when
|
| Out of Memory | 10 Feb 2004 14:41 GMT | 4 |
H I have three functions, each one uses a connection to get information, I close that connections when the functions finish. I call the function every 10 seconds. But I sometimes get an exception ERROR [S1001] [INTERSOLV][ODBC ]Out Of Memor ERROR ...
|
| No Touch Deployment Warnings | 10 Feb 2004 09:26 GMT | 4 |
When our smart client is loaded thru the browser, there is a balloon that pops up with the following warning: Microsoft .NET Security Information This application is running in a paritally trusted context. Some
|
| Anchor/dock property | 10 Feb 2004 07:21 GMT | 1 |
I have a forms application which has many controls such as buttons,labels,listviews,text boxes etc. If you set the window size to maximum size so that it would expand to the size of the screen the controls tend to move without any
|
| SQL queries on Dataset in memory | 10 Feb 2004 06:56 GMT | 1 |
Is there an easy way to run SQL queries on a dataset that's in memory. I've loaded up data from an XML text file, and would like to run some update queries on the tables that are created in the dataset, and then write them back out as XML Anyone know if this is possible without ...
|
| Update current row in Datagrid | 10 Feb 2004 06:06 GMT | 1 |
When running dataadapter.update current row in my datagrid is not updated. I want the current row to be updated without having to move to another row in my datagrid. Any ideas?
|
| Potential problem when closing application - help! | 10 Feb 2004 05:01 GMT | 3 |
I have a windows forms application that I am creating. When I compile in debug mode, and run the application, it all functions fine; but when I exit the application (either via the x at the top of the form window, or via my own function) it appears that something in the application ...
|
| How do I set focus on a specified textbox at load? | 10 Feb 2004 03:33 GMT | 3 |
I am attempting to set the focus on a calculated textbox during the forms Load event, however it seems to want to go to the default location instead. Is there some way I can do this in a way that gurantees it will go where I want it to go when the form is made visible?
|
| How to sort DataGrid using code? | 10 Feb 2004 03:04 GMT | 8 |
I guess I could change the SELECT statement to ORDER BY, but that won't show the little sort arrow on the DataGrid's column header. What is the code to sort a Windows' DataGrid column? Simulate a user clicking on a particular column header.
|
| Change color of datagrid's scrollbars? | 10 Feb 2004 02:02 GMT | 2 |
How can I change the background color of a datagrid's scrollbars (and the associated arrows)? Thanks! Jim
|
| How do I force an autotab to the next textbox | 09 Feb 2004 23:37 GMT | 1 |
I have textboxes with unambigous field-lengts, such as single character. When a valid value is entered into one of these, I would like to autotab to the next textbox. What is the best way to do this?
|
| Control Drawing Issue | 09 Feb 2004 19:28 GMT | 1 |
I have created a transparent control and I am using to to create drawing objects Inside the transparent objects I have created I am trying to using the draw shapes oval, rectangle etc. An example would be like in word are when you drag an oval onto the screen, the drawing ...
|
| How to make all buttons in toolbar the same size? | 09 Feb 2004 19:11 GMT | 1 |
I'm having some trouble making all the buttons in the toolbar the same size. My toolbar property TextAlign is set to "Underneath" and all the icons in my ImageList have a width of 48 but the actual buttons' size varies from 48 to around 60 depending on the corresponding text.
|
| Single Instance of App Per User | 09 Feb 2004 19:00 GMT | 1 |
I have been asked to make sure that a WinForm app can only have one instance and this would not be an issue if that was the only part. I could simply loop through the processes and see if the process name is already in the collection. However, the second part of the request was to ...
|