In VB6 there is a dialog box like the attachment.. Where in VB 7 (.NET) can I find this dialog?
Printable View
In VB6 there is a dialog box like the attachment.. Where in VB 7 (.NET) can I find this dialog?
You go to Project/properties, but the dialog box is different than the one in VB6. Anything in particular you don't see there that you need to get to?
It would be nice to access all of that stuff.. Version numbers, Version information, ect...Quote:
Originally posted by Mike Hildner
You go to Project/properties, but the dialog box is different than the one in VB6. Anything in particular you don't see there that you need to get to?
Version information is in the AssemblyInfo.vb file
I saw that. THe thing I don't like about it is that the "Automaticly Increment" option is not available (Not that I have found yet).Quote:
Originally posted by Mike Hildner
Version information is in the AssemblyInfo.vb file
We have a need to have the on because we do version checking.. Very important.
I always liked that in VB6 too. I haven't done it, but you could probably write a macro that would increment your version, then build the project(s). Googling once I found a site that had a bunch of VS macros, maybe someone has already written one.
I think that is a major disablity of VS 7 (.NET).. That is pretty important..
Anywho... Are there any plugins for VS7 like there are for VS6.. MZ Tools is a really noce tool that made life so much easier..
I've read about extending the IDE, http://msdn.microsoft.com/vstudio/us...n/default.aspx
but have not done, nor tried any tools.