| Thread | Last Post | Replies |
|
| Visual Studio .Net crashes when open Inherited form in Designer | 19 Sep 2003 02:03 GMT | 2 |
I've created a new Windows form and then another form inhereted from the first one. When I try to open Inherited form in Designer View, Visual Studio .Net 2003 silently closes my solution.
|
| capture click of column header of DataGrid | 19 Sep 2003 01:56 GMT | 1 |
Would like to detect when a column header of a DataGrid is double-clicked. I'm really puzzled why there is not an obvious way to differentiate between column, row, cell clicks of a DataGrid. Please note that I have looked at the syncfusion.com/faq/winforms
|
| Word Wrap in the listbox | 19 Sep 2003 00:48 GMT | 1 |
How do you perform wordwrap in a listbox? I tried an example with the owner drawn listbox, but the text did not wrap. Could someone please help me?
|
| INHERITED FORM | 19 Sep 2003 00:27 GMT | 2 |
vb.net app(windows app) I have 2 forms form1 and form2 Could someone give me some code on how I would make form2 and inherited
|
| How to get a Service to Stop itself! | 19 Sep 2003 00:20 GMT | 2 |
Anybody have an idea on how to get a Service to STOP itself? I have a Service that needs to be able to be stopped, by itself! I have the "onStop" procedure which basically kills a thread. That works fine. But when the proc. is finished, the Service still shows as running.
|
| Smart Client Deployment Issue | 19 Sep 2003 00:20 GMT | 3 |
We have a smart client application comprising of 1 exe and 6 dlls. All of them have been signed with the same key pair. We have trusted the exe using the .NET Trust Assembly Wizard but still we get a security exception when trying to run the exe using the url location. Is there any ...
|
| ListView Items Tag | 19 Sep 2003 00:18 GMT | 5 |
I am trying to get the tag of all items selected in a listbox. I cannot seem to figure it out. I think I am getting stuck on the Dim and dimming it as the correct item. Any help would be great. Private Sub lstSelectAircraft_SelectedIndexChanged(ByVal sender As
|
| Closing an Application in the Main Form Constructor | 18 Sep 2003 22:34 GMT | 2 |
I have an application in which the constructor for the main form pops up a user name/password dialog and validates the user. If the user hits the Cancel button in this dialog, I want to close the application without ever showing the main form.
|
| timer interfers with key events | 18 Sep 2003 22:32 GMT | 1 |
I implemented a timer on a form but when it is enabled the key down events for the form will not fire. The application is using the .net compact framework. Any help would be appreciated.
|
| Form Designer doesn't work with Inherited Forms!!!!! | 18 Sep 2003 21:53 GMT | 2 |
have tried several different approaches to try and get the Visual Studio VB.NET to work with Inherited Forms. Every approach I have tried results in the display of an error message in the Designer View for the inherited form class.
|
| Displaying currency | 18 Sep 2003 15:08 GMT | 2 |
I have a variable of type float that i want to display it in text box as a currency, does any one has an idea of how to do it? example: float a= 10.0;
|
| "Form Designer" app for end user? | 18 Sep 2003 15:03 GMT | 3 |
Anybody know of a tool/framework/widget/product/technique that empowers the end-user of a .NET winforms app to design/customize what appears on the forms the app uses? In other words...if a user thinks "I'd like this Form that displays my
|
| disabled control text color | 18 Sep 2003 14:45 GMT | 2 |
how does the system compute the color that is used in disabled controls (for example, TextBox)? how do I change that color (disabled controls are not quite readable)? (I do not want the control to be ReadOnly, I must have it disabled).
|
| Associate custom data with MenuItem | 18 Sep 2003 13:40 GMT | 3 |
Is there any way to associate some variable with a MenuItem object? Most of the controls in Windows Forms have Tag property that holds anything that you assing to it. It is very useful, but unfortunately MenuItem doesn't have this property. The only customizable item is Text ...
|
| Return of the Rich Client | 18 Sep 2003 13:35 GMT | 3 |
Had seen this article on MSDN titled "the return of the rich client" ... which dicusses CAS with rich clients in perspective ... Does anyone know anything else on this topic ... http://msdn.microsoft.com/msdnmag/issues/02/06/rich/default.aspx
|