all groups > dotnet windows forms > july 2004 > threads for sunday july 11
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Finding controls on a form in another application
Posted by Vince Varallo at 7/11/2004 8:23:01 PM
Hello All,
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
... more >>
Grid with RightToLeft support
Posted by Soheil at 7/11/2004 6:05:11 PM
Hi,
Is there any third-party grid control with Right to Left support available
on the net?
I've tested dozens of them but non of them supports RTL proprely.
Thanks in advance,
Soheil
... more >>
Getting the value back from a combo box?
Posted by Rob Meade at 7/11/2004 12:34:44 PM
Hi all,
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
both Text and a Value to each row in the combo box).
My next pro... more >>
Main Menu - common code?
Posted by Rob Meade at 7/11/2004 11:23:41 AM
Hi all,
I am putting a small app together which will have 3 windows forms, the main
menu across the top will be the same regardless of which form the user is
on. I have noticed that as I built the first form it has added all of the
'protected with events' stuff for the main menu bits and bobs... more >>
Stacked panel controls
Posted by Bob Rundle at 7/11/2004 10:54:32 AM
I'm trying to do something simple and can't seem to get my way with the
forms designer.
My form is divided in two: left side a tree view control, right side a
panel with splitter control inbetween. So far so good.
Now I want to stack panel controls on the right side. The idea is that as I... more >>
Reading registry key on another machine on a LAN
Posted by Peter at 7/11/2004 6:37:09 AM
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
from a program runnin... more >>
|