Students helping students, join us in improving Bored of Studies by donating and supporting future students!
heh they both involve similar coding but different user interfaces, whats wrong with vb 6Jouma47 said:Hi There
Who is using Visual Basic 2005 Express?
i hate vb6 so going to try express now.
do u have a legal version?Jouma47 said:rather ask whats not wrong with vb
when u make a full compile and you want to install the program you just made it overwrites ur dll's and crap with older ones.
it does have a HELP.
click on help and see what u get.....
If you're using VB6's deployment wizard then it did exactly what you told it to do. Its using the current DLLs the project is using in the package, whether they're older or newer. The deployment wizard is extremely basic, if you want to have more control over your installation packages you should look elsewhere for deployment solutions.Jouma47 said:when u make a full compile and you want to install the program you just made it overwrites ur dll's and crap with older ones.
I see the MSDN help page, with full text search and index listing. If you don't have it, its because you/your school didn't install MSDN.Jouma47 said:it doesnt have a HELP.
click on help and see what u get.....
I recommend Inno Setup for this. Just compile your project in vb and then use tell inno to use the required files into its installer. Its v.simple and v. effective. (TIP: use the templates)sunny said:If you're using VB6's deployment wizard then it did exactly what you told it to do. Its using the current DLLs the project is using in the package, whether they're older or newer. The deployment wizard is extremely basic, if you want to have more control over your installation packages you should look elsewhere for deployment solutions.
Totally agree.ianc said:So its pros are that its feature packed, cons are that it's heaps slow. I didn't find it too hard to switch over, and MSDN has full support for it.