| Thread | Last Post | Replies |
|
| Font to support Chinese & Japanese characters? | 30 Nov 2004 22:42 GMT | 2 |
We are building a windowsforms application to support Chinese & Japanese characters. Which font supports best Asien character sets. Thanks in advance // Mats
|
| How to print AxWebBrowser control? | 30 Nov 2004 22:41 GMT | 3 |
how do I submit AxWebBrowser control to print? Thank you
|
| How to simply load a freeekin bitmap from a resource? | 30 Nov 2004 17:45 GMT | 2 |
I'm coming over from a background in VC++, and in general I've been pleased with the simplicity of the .NET environment. Not here. I've done google searches on this subject (loading bitmaps from a local resource) and always come up with complex solutions. This can't be right.
|
| Creating VS Studio like control | 30 Nov 2004 15:35 GMT | 3 |
How do you create controls like Toolbox and Solution Explorer that expands OnMouseOver and lsides back when looses focus? Also, it has bookmark.
 Signature Thanks for your help.
|
| Deployed simple C#.NET single form application to Windows server 2003 and the form will not display, but application appears in the the task bar. | 30 Nov 2004 14:57 GMT | 2 |
I have a very simple C#.NET (Framework 1.1) application that is one form with standard .NET controls on it. The application requires a CONFIG file to work. When I install the application to Windows 98/2000/XP, I simply install the .NET framework and copy the EXE and CONFIG ...
|
| Hidding a window and preventing Alt-Tabbing to it | 30 Nov 2004 14:00 GMT | 4 |
I'm trying to hide the main form of my application, as I want all of the user interaction with my application to come from interacting with a notify icon with a context menu in the system tray (which I have working). I've figured out how to hide the form easy enough, set the ...
|
| Drag and Drop Message from outlook | 30 Nov 2004 12:43 GMT | 2 |
I have made a little app that accepts drag and drop from all sources but when I drop a Outlook Email the FileContents is always null. Is there any Microsoft documentation on how to correctly access the .msg using drag and drop from outlook?
|
| Panel & keyboard focus | 30 Nov 2004 11:32 GMT | 2 |
I have a panel and some of my controls on it (each control is derived from Control, not from UserControl). I need to delete the selected control by pressing the Del key. How it can be done? Panel does not process any keyboard events. Also I don't want to delete any controls when ...
|
| prevent Multi line select on DataGrid? | 30 Nov 2004 08:09 GMT | 2 |
How I can prevent Multi line select on DataGrid?
|
| Unresponsive UI during lengthy processing | 30 Nov 2004 07:21 GMT | 6 |
Ok, I'll admit it, I'm a winforms newbie. I'm writing an image processing program that, by its nature, gets into some fairly lengthy processing cycles. As long as I don't touch the UI while it's working, don't alt-tab away and come back, don't minimize and restore--in short, as ...
|
| creating instance of a form from a variable | 30 Nov 2004 02:53 GMT | 6 |
Ususally we do like: SalesOrderForm fm = new SalesOrderForm(); where SalesOrderForm is a valid form in one of the assembly, that is SalesOrderForm is a type. How can I create an instance of SalesOrderForm
|
| Mouse event handlers | 30 Nov 2004 02:38 GMT | 2 |
I am writing a 3D graphics demo for my students, and thought I had a really slick solution for handling the interaction with the mouse. There are several ways to interact with a 3D world, and I have attached a mouseDown event handler to my OpenGL panel (control). What I want to ...
|
| Getting the keyboard state in MouseMove | 30 Nov 2004 02:26 GMT | 2 |
In my windows app, I have an event handler for the mouse move, and want to allow for constrained interaction using the shift or control keys. I can not figure out how to get the state of the shift, control or alt key modifiers for the mouse. The mouseEventArgs does not seems to ...
|
| How to FTP via VPN to sites with real adresses on different IP's ? | 30 Nov 2004 00:25 GMT | 4 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|
| ListView row height and custom text | 29 Nov 2004 23:05 GMT | 2 |
I am working with the ListView control and I only seem to be able to place regular text in each cell. I would like to place say a paragraph of text (that does not require the user to lengthen the column width), basically a word-
|