| Thread | Last Post | Replies |
|
| LockWindowUpdate in .NET | 01 Jul 2004 00:15 GMT | 1 |
Hi! I was curious if there was an equivalent of LockWindowUpdate() in managed code ? Please let me know. Many Thanks in Advance, --Mike
|
| Forms in Class Libaries | 30 Jun 2004 18:15 GMT | 5 |
I have a class lib, that creates and shows a form. When the main app is minimized the form from the class lib isn't. Also when pressing Alt+Tab the class lib form shows in the window selection. How do I make it minimize when the application is minimized and not show in
|
| Dynamically create winforms | 30 Jun 2004 17:08 GMT | 1 |
I've been looking for a good article or sample code to dynamically create winforms, I have to make a program that allows the user to add different products each product has different
|
| Window messages | 30 Jun 2004 15:12 GMT | 7 |
I just stumbled into a strange problem that I don't understand. My launcher application starts an executable after the load event. Actually I have the Load event handler set a timer for 200ms and the timer's Tick handler will do some work and then eventually start the application ...
|
| Strongly-typed CopyTo() implementation | 30 Jun 2004 14:50 GMT | 3 |
I have a collectiond derived from NameObjectCollectionBase. FxCop is complaining that I need to implement a strongly typed CopyTo(MyObjectType, int) How do I do this? I can't seem to find any implementations of CopyTo() that
|
| Mdi question | 30 Jun 2004 13:24 GMT | 3 |
I created a form that is Mdi container another for child and a dialog form which is suppose to open that child inside the container. so i have : 1- main form (Mdi Container)
|
| Assign Events to dynamically generated TextBox | 30 Jun 2004 13:06 GMT | 2 |
Hi to all, I am having a problem while trying to assign an event to a generated textbox control. This textbox is generated dynamically, its a variable which name is "txtCamp", for this variable I generate a certain number of instances in the layout screen in some ...
|
| Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) | 30 Jun 2004 12:34 GMT | 1 |
I have implemented my own toolbar on a form which houses the crystal reprot viewer. I would like to have a combobox to allow the user to change the zoom level to say 25 / 50 / 75 / 100 / 200%
|
| Minimise form when the close [X] button is clicked | 30 Jun 2004 11:52 GMT | 4 |
Instead of closing the form when the close button [X] is clicked, I want the form to minimise. Does anyone know how to do this (using C#)? Thanks for any help John
|
| How to cancel ComboBox choice.. | 30 Jun 2004 08:23 GMT | 2 |
I'm currently writting a few dialogs, and stopped on canceling user choice. Lets say, that i have ComboBox (working as a DropDownList). How to cancel user selection, when his choice is invalid? I'll try to use Validating event, and set Cancel property of CancelEventArgs
|
| How to Invoke when form is hidden? | 30 Jun 2004 03:23 GMT | 9 |
I have a main thread which creates all my forms. All my forms are hidden initially. After that, I have some worker threads which will call BeginInvoke to update and show the necessary forms.
|
| Designing for a specific minimum resolution | 30 Jun 2004 00:29 GMT | 3 |
I've tried to find this before and couldn't. When you're designing an application to fit nicely in the space provided by a screen resolution of 800x600 what should you set the actual dimensions of your form to? What is the accepted height of the typical Windows Taskbar across the ...
|
| application setup package with .net redist package within | 29 Jun 2004 19:12 GMT | 1 |
i'm creating a setup project for my application. so far so good. VS.NET creates the MSI for my application. but what I want is to also distribute the dotnetfx.exe package to install automatically the .NET Framework on destination machine, if this machine does not have .NET
|
| Can a WinForm render itself on a printer? | 29 Jun 2004 18:45 GMT | 3 |
We are moving some of our existing mainframe CICS screens to WinForms. The user is used to being able to print these screens in order to capture information and is asking for a similar capability with the WinForm application.
|
| Controls Problem | 29 Jun 2004 18:39 GMT | 1 |
I have this PROBLEM with controls collection: The old VB 6.0 syntax was: MyStr = me.controls("button1").text VB .NET doesn't function in this way, because in .NET
|