Link to home
Start Free TrialLog in
Avatar of XGENTECH
XGENTECH

asked on

VB 6 or VB.NET

Hi Everybody,

   i am a software developer that is quite frustrated with the fact that if i develop programs in the new visual basic they can only be run on computers that have the .net framework installed, i am wanting to make a program but installing the .net framework is not an option, how can i accomplish this? i was thinking about moving back to VB 6 but i love the visual styles and power of vb.net? im stuck :-(

Regards,
Kristan Callender
Avatar of hes
hes
Flag of United States of America image

Why is installing the framework not an option ?
If you do code it in VB6 you will still have to install the program and VB6 dependency files.
Avatar of XGENTECH
XGENTECH

ASKER

ton tell you the truth i am planning on running my application at my school, installing the .nbet framework is not possible, i never knew that vb6 needed any other files, does it? i thought they are all included and distrobuted as standard in xp?
Not all are.
Yes, i see that using external dll's that are not registered would not work but all i plan to do is use netsend, and netsend is included with xp
all i am realy wanting is the visual styles in vb6 without the .net framework, i have seen it done before but i dont know how?
ASKER CERTIFIED SOLUTION
Avatar of fostejo
fostejo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ps. You can even get the VB6 IDE to use XP Styles in the same fashion! - have a look at http://www.vbnet.mvps.org/index.html?code/forms/vbidexp.htm

Hope that helps..
I think it isn't such a big deal as the .NET framework is part of SP2 for XP and will be in updates for any OS's that checks for it.  Users will eventually HAVE to install it if they want to run a large number of applications.

If installing the framework is not an option, then you should check out one of the products that compiles .NET code and the framework together. (maybe like XENOCODE)
I have never used it and don't know how well it works, but there are programs out there to help you do just what you are wanting to do.

The downside is you would be statically linking the framework into your program and if everyone does this it is a lot more wasteful than just a small app that uses the shared framework (in that case the framework becomes a lot less gigantic as the number of applications using it increases)

Hope that this helps you
Yes, that is exactly what i am looking for fostejo thanks for this...