| Thread | Last Post | Replies |
|
| Cannot display unicode characters in HelpProvider HelpStrings | 12 Jul 2004 12:59 GMT | 1 |
Well, the title describes the problem. I add a HelpProvider to my simple windows forms app, say helpProvider1. Then i assign a cyrillic string to the "HelpString on helpProvider1" property of a TextBox and when i test it, i see
|
| Finding controls on a form in another application | 12 Jul 2004 11:51 GMT | 1 |
In .NET, how can I find out the controls on a form for an application that is running on my computer? The app is either a vb or c application. Thanks, Vince
|
| Capturing tab control | 12 Jul 2004 09:24 GMT | 2 |
I have been looking with no avail at various solutions in the groups to the problem of capturing the tab keydown while in a certain controls. I have been trying to capture the tab keydown event but nothing appears to be happening and it is totally ignored. I really
|
| Getting the value back from a combo box? | 12 Jul 2004 09:16 GMT | 1 |
With some help from Jakob Christensen here, and also this article (for VB'ing it).. http://www.componentdesigns.com/library/article.asp?a=2 I 'think' I have managed to achieve what I want to do (which was to write
|
| Changing focus leads to increase in memory!!! | 12 Jul 2004 02:25 GMT | 1 |
I have observed that when I change the focus (Not minimize) from my .Net app to some other app and bring the focus back, the memory used and VM size increases slightly. I have observed the same behavior for some other .Net apps
|
| Tech. Q: Implementing multiple forms within single form | 12 Jul 2004 00:46 GMT | 7 |
I'm not sure if I'm asking about MDI or not... not a very advanced WinForm (or Win32 client) developer (most of my time is web dev). I'm creating an applicatoin where I will have a common toolbar, menu, and panel (using one of the free XP-like collapseable panels on the left hand ...
|
| Reading registry key on another machine on a LAN | 11 Jul 2004 21:15 GMT | 2 |
This may be simple, but I have not figured out how to do it. I want to read from a file on another machine on my LAN. The location of that file is given in a registry key in HKEY_LOCAL_MACHINE on that machine. I know which machine it is and need to read the registry key
|
| combo box save and load list items | 11 Jul 2004 13:16 GMT | 4 |
do you familiar with implementation of combobox that can automatically save and load it's list items, using configuration? it should be a control that inherit all the combobox propertyes,methods,events and implements some of it's own.
|
| How to get the MDIForm client area handle | 10 Jul 2004 18:05 GMT | 4 |
I'm desperately trying to figure out how to retrieve the handle of the MDIForm's client area. I need this for the .NET version of our free MDI TaskBar control. The control needs to get to the MDIForm's client area handle in order to
|
| Wrestling with MDI problem | 10 Jul 2004 15:38 GMT | 2 |
Hey all, I've inherited a mess of a program that is too far along to be rewritten. It uses MDI style forms. There is a main, parent form that contains a menu. Other child forms display within this. Each successive
|
| DataGrid TableStyles... | 10 Jul 2004 10:23 GMT | 1 |
Is it possible to use DataGrid TableStyles with DataView as DataSoure? What MappingName I need to set?
|
| How to determine the width of a single character in TextBox? | 10 Jul 2004 10:10 GMT | 3 |
I am writing a Windows Forms application using Visual Studio.NET in C#. I am creating a control derived from TextBox that will need to invoke a block cursor (caret) during certain edit modes. The derived control is intended to contain numeric values; integers and floating point ...
|
| Setting focus to a form based on a form handle ( C# ) | 10 Jul 2004 05:04 GMT | 3 |
Hi! I maintain a collection of all form handles that I span out. The forms can be MDI Parents or Children - my app opens up several forms of different type. Once in a while, when a user performs an action that opens up a new form, I want to check first
|
| Wiring up events in a less-messy way | 09 Jul 2004 23:31 GMT | 1 |
I'm frustrated with the way I've been handling events previously inside WinForms apps. It always seems that I end up with the effect I call "AddHandler Hell". I would like to do things a little differently and try to apply a little
|
| Why are my forms different sizes in Win2000 and XP? | 09 Jul 2004 19:23 GMT | 3 |
In a winform desktop application I'm writing I've notice that the forms are different sizes, or at least the controls are in different positions depending on whether I'm working in Windows 2000 or Windows XP. I have an infragistics UltraListBar that fits perfectly in my form in ...
|