i need an XP Style coolbar for by VB.Net project
where do i get it from.
i code with VB language.
Printable View
i need an XP Style coolbar for by VB.Net project
where do i get it from.
i code with VB language.
see if this helps
The dotnetmagic library is evil, as far as .NET is concerned. It uses Windows API calls. It's fine if you are only concerned about you application working on Windows. But, if you want it to work on any other OS, it wont.
The idea behind .NET is OS independence, and the use of Windows API calls, makes your app OS specific.
Newbie, so a dotNet application can be run even in Linux?
http://www.go-mono.com/Quote:
Originally posted by Friend_Al_23
Newbie, so a dotNet application can be run even in Linux?
Remember that if the .NET application uses Win32 API calls it wont be able to run on Linux.
yes.Quote:
Originally posted by Friend_Al_23
Newbie, so a dotNet application can be run even in Linux?
Not only the mono project, but I am told other groups are making alternatives for .NET as well