Results 1 to 8 of 8

Thread: Project Properties

  1. #1

    Thread Starter
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519

    Question Project Properties

    In VB6 there is a dialog box like the attachment.. Where in VB 7 (.NET) can I find this dialog?
    Attached Images Attached Images  
    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    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?

  3. #3

    Thread Starter
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519
    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?
    It would be nice to access all of that stuff.. Version numbers, Version information, ect...
    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

  4. #4
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Version information is in the AssemblyInfo.vb file

  5. #5

    Thread Starter
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519
    Originally posted by Mike Hildner
    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).

    We have a need to have the on because we do version checking.. Very important.
    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

  6. #6
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    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.

  7. #7

    Thread Starter
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519
    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..
    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

  8. #8
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    I've read about extending the IDE, http://msdn.microsoft.com/vstudio/us...n/default.aspx

    but have not done, nor tried any tools.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width