| Thread | Last Post | Replies |
|
| Exception with PrintPreviewControl while showing document | 24 May 2006 09:37 GMT | 4 |
I have a control which utilizes the PrintPreviewControl class to provide a more powerful print preview than the provided PrintPreviewDialog class. I am having troubles when the default printer on the computer is a network printer which is not currently accessible (for example, ...
|
| Threading - | 24 May 2006 09:04 GMT | 4 |
I would appreciate any help concerning this threading issue. I am using the comm port, and receiving data from the comm port fine. I am updating the system.form controls, text boxes, using "begininvoke" and the updates occur, no problem.
|
| Can't get a PropertyGrid to refresh | 24 May 2006 00:22 GMT | 3 |
I've been fighting this for a solid 30 minutes now. When I change the value of a property outside of the grid, I can't get the grid to change the display. If I obscure the window behind another window and then return it to the top, the grid displays the proper value. I call ...
|
| Deployment & SQL Express | 24 May 2006 00:00 GMT | 1 |
If I build a windows forms application using .Net 2.0 and SQL Express 2005 as the backend database (mdf file). Will the machine that runs the windows app need to have SQL Express 2005 installed?
|
| each control on a form | 23 May 2006 21:48 GMT | 1 |
I'd like check all the control on my tabcontrol (all tabpages) I tried this : foreach (Control oControl in this.Controls) {
|
| Start form from a console application? | 23 May 2006 20:46 GMT | 6 |
I want to start a windows form from a console application within a new thread. Is it reasonable to use the BackgroundWorker component for that? Are there any other/better startegies for accomplishing this task? (The form is used to display an encoding preview from windows media ...
|
| setting window size based on screen resolution of the system | 23 May 2006 18:24 GMT | 3 |
Hai, I am working with windows forms in vb.net. i want to adjust window(form) size based on screen resolution of the system(Resolution is small and large).Is it possible to change .tell me some possible answer
|
| missing registry value | 23 May 2006 15:37 GMT | 1 |
This article http://support.microsoft.com/kb/813827 describes how to set a longer timeout for IE. In the app we are developing, we want to see if the user has created the value
|
| Which UserControl is loaded? | 23 May 2006 14:51 GMT | 1 |
How can I determine which UserControl is loaded in the Panel control? (.NET 2.0) Thanks and Regards Dominik
|
| the look of the button is not good | 23 May 2006 14:43 GMT | 1 |
im using visual basic 2005 express edition to create my windows application..the look of the button is not good..in the sense that..the look of the button that i get in visual studio 2005 is not present in visual basic 2005 express edition...is there a way to change the way
|
| Using multiple windows forms | 23 May 2006 09:24 GMT | 4 |
I am trying to create an application with multiple windows forms. The problem that I have is that after creating the window forms, I do not know how to open formN after closing Main form. Each form is in its own class. What I want to do is the following:
|
| When to call Dispose | 23 May 2006 08:42 GMT | 3 |
The question I have below was originally posted to microsoft.public.dotnet.framework, as I mistakenly considered this a question of more general nature. However, the discussion there quickly turned into one that was very windows forms specific, and it seems
|
| Crystal to rdlc | 23 May 2006 08:16 GMT | 3 |
Is there any tool can convert Crystal report file to rdlc ? Thanks
 Signature Pony Tsui
|
| Bind a button's enabled property to a custom object | 23 May 2006 04:48 GMT | 3 |
I have a group of buttons which I want to bind thier enabled properties to properties of a custom object (all of which will be boolean value types). How do I do this?
|
| GCI object leak - what is the solution to this line of code? | 23 May 2006 02:58 GMT | 7 |
I have traced down a GDI object leak to the following line of code: this.sbMain.Panels[0].Icon = Icon.FromHandle(((Bitmap)this.imlIcons.Images[n]).GetHicon()); sbMain = StatusBar Control
|