|
|
 | | From: | liksi | | Subject: | Question | | Date: | Tue, 18 Jan 2005 01:31:43 +0100 |
|
|
 | Hi I using Visual Basic (I hope il buy vb.net soon). I was wondering is there any software or other way to decorate buttons like in visual c++? Is this possible in vb.net? Thx
-- liksi http://www.liksi.com
|
|
 | | From: | Stephen Brooker | | Subject: | Re: Question | | Date: | Tue, 18 Jan 2005 13:16:55 +1100 |
|
|
 | liksi wrote: > Hi > I using Visual Basic (I hope il buy vb.net soon). > I was wondering is there any software or other way to decorate buttons > like in visual c++? > Is this possible in vb.net? > Thx > > >
What do you mean exactly by "decorating". What do you want to do to them?
If you want to work with VB.NET you can use the command line compiler, or if you like a GUI, SharpDevelop is quite good. http://www.icsharpcode.net/opensource/sd/ You can also download the "express" versions (C#, VB, VC++, etc) from MS for free. They use v2.0 (in beta) of the .NET framework.
|
|
|