all groups > dotnet windows forms > september 2003 > threads for saturday september 20
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
Toolbars
Posted by John Young at 9/20/2003 11:11:30 PM
Does anyone know how I can create a desktop toolbar using c#? It has to
work like the start menu toolbar (dock to desktop edge / autohide etc...).
Is this possible in c#/.net?
Thanks in advance for any help.
John
... more >>
the future of Windows.Forms
Posted by codymanix at 9/20/2003 8:56:51 PM
will there be a new library of windows controls for .net in the near future
like swing came after awt in java?
most of the current controls for .net are unacceptable slow and hard or
impossible to customize or localize.
--
cody
[Freeware, Games and Humor]
www.deutronium.de.vu || www.deu... more >>
Upgrade to .net framework 1.1
Posted by Nitin Sareen at 9/20/2003 3:46:12 PM
I am using Visual Studio 2002 & i want to upgrade my existing projects to
use frame work 1.1. How can i do it. More over when i start a new project &
then add refrence to it then it takes refrence from older version of frame
work rather than latest version. How can i change the default path for t... more >>
textbox data binding
Posted by Balcity at 9/20/2003 12:26:40 PM
please help me. when i bind data to a textbox like this:
txtStudentID.DataBindings.Add("Text",myDataSet,"Students.ID");
it doesn't bind, this TextBox is on the second tab page of tab control so
when containing form is opened it is not bound but when activate the second
page on which this tex... more >>
cs and c++ code
Posted by tom at 9/20/2003 11:36:24 AM
do you think this is going to be tricky:
I wanna write
some code (GUI stuff) in c#, and
some code in c++.
I'm wondering:
a) .net uses .dll files differently (seems to include a lot (all) the
definitions
I would expect in a shared lib (but obviously) I dunno much about this;
so
b) woul... more >>
|