| Thread | Last Post | Replies |
|
| Reusing Forms from other Projects | 13 Jan 2005 06:07 GMT | 3 |
I have forms in Project A that I would like to re-use in Project B. Currently, I am using the add feature from the solution explorer to add an exisitng item to my project. My problem is that now Project A is now required by Project B to build. Is there some way to cut the ...
|
| Maintaining localization in a distributed environment | 13 Jan 2005 05:34 GMT | 3 |
Hi, I have a windows app that is installed all across the state. Each site has its own database server that must be separately updated when schema or data changes are needed. Each site has several client machines that use the server as a service to manage it's client app's data. ...
|
| exception not propagating correctly | 13 Jan 2005 04:19 GMT | 10 |
Note this is a repost of an earlier thread (from Dec 2004) under my new, no spam MSDN alias since Microsoft changed the no spam alias rules and didn't tell anyone (you have to re-register a no spam alias to get a special domain extension in order for Microsoft to respond to ...
|
| Horizontal Rule | 12 Jan 2005 22:14 GMT | 6 |
Am I blind, or does this control not exist? I just want to be able to draw a line like I did in VB6. Matthew
|
| After form loaded event | 12 Jan 2005 20:37 GMT | 4 |
I need to determine when a .NET 2003 Winforms form has completed loading. What is the best way to do this? Thanks Michael
|
| Equivalent to CSpinButtonCtrl ? | 12 Jan 2005 20:16 GMT | 1 |
there is no more standalone spin buttons ? One can only use an UpDownBase control ? In my case I don't want an editbox... Thank you Herve
|
| How do I modify colors like Windows does to make 3D border slightly darker or lighter? | 12 Jan 2005 19:23 GMT | 2 |
If you look at a standard Button in a .NET Windows Forms app, you will notice its default BackColor is "Control" and it has a 3D raised border which is 2 pixels wide. The outer edge on the left and top is "ControlLightLight" color and the inner edge on the left and top is
|
| How do I modify colors like Windows does to make 3D border slightly darker or lighter? | 12 Jan 2005 18:37 GMT | 3 |
If you look at a standard Button in a .NET Windows Forms app, you will notice its default BackColor is "Control" and it has a 3D raised border which is 2 pixels wide. The outer edge on the left and top is "ControlLightLight" color and the inner edge on the left and top is
|
| ProcessCmdKey vs ProcessDialogKey | 12 Jan 2005 18:07 GMT | 1 |
I am still confused the different between ProcessCmdKey and ProcessDialogKey. When to use it? I write a simple user control and these 2 override functions looks the same to me. protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
|
| Any Framework routines available for drawing text with accelerator | 12 Jan 2005 18:03 GMT | 1 |
Are there any .Net Framework routines available for drawing text with accelerator keys in it for use when drawing UserControls. I looked in ControlPaint and I cannot see any? Also are they any built in routines for converting between a string or
|
| GraphicsPath.Widen Throwing OutOfMemoryException | 12 Jan 2005 16:39 GMT | 2 |
I am working on a user control that supports zooming in and out. It appears that when the user is zoomed out a lot that the GraphicsPath.Widen method is throwing an OutOfMemoryException. To simulate this you can run the following code:
|
| Creating a UserControl... use OnPaint method or capture Paint event? | 12 Jan 2005 15:46 GMT | 3 |
I have been wondering this for some time. If I create my own class inherited from an existing class or create a user control, should I be overriding the OnFontChanged method (or similar) or capturing the FontChanged event. It seems they both get the same accomplished - so
|
| How to make an EXE that's both WinForms _and_ command-line ? | 12 Jan 2005 15:41 GMT | 2 |
I'm trying to make an application that has both a WinForms interface _and_ a command-line interface (using C#). I'm having some success, with the following limitations: If I compile it as a WinExe I get no command-line functionality. (Although
|
| How do I disable the default function key behaviour? | 12 Jan 2005 08:58 GMT | 1 |
I have a form. It contains various controls and among other things a standard main menu. By default F10 acts like ALT pressed alone - it activates the menu selection bar. I however have different needs for that key, and I've already written a
|
| Does VS.NET 2003 ship with any graphing or charting component? | 12 Jan 2005 00:29 GMT | 1 |
I can't seem to locate a charting or graphing component in my VS.NET 2003 IDE. Are there any of these components shipped with VS.NET? If so, how to I add them to my IDE (They don't appear in my list of available components). Thanks,
|