|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB proj file locationsVB6 to VB2005
I have 3 major apps and each app has 3 forms and 3 bas modules located in their folders. But these 3 apps share an additional 11 forms, 4 cls modules and 4 bas modules located in a common folder. On the first app that I converted to VB2005, everything ends up in the same folder. I'm a one man team so I don't need a checkin/checkout type of thingy. Is there some way I can move the common vb files to a separate folder so all three apps can use them. I keep them as Read only so I know if I try to change something on one app, I have to change it in all 3 apps. GalenS Hi Galen,
>Is there some way I can move the common vb files I suggest you can copy those common VB2005 files to a separate folder, then >to a separate folder so all three apps can use them. remove those files in your upgraded VB2005 project. Now you can add those common VB files as links to your new upgraded VB2005 projects. Please refer to the following MSDN2 documentation for how to add existing items as links to a project: http://msdn2.microsoft.com/en-us/library/9f4t9t92(VS.80).aspx Another approach is to make those upgraded common vb file as a separate VB2005 project. If so you can use those files in your other 3 upgraded projects via the project reference. I hope the above information helps, if you have any questions or concerns, please do not hesitate to let me know. I am standing by to help you. Thanks! Best regards, Gary Chang Microsoft Community Support ====================================================== PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00 AM PST, February 14, 2006. Please complete a re-registration process by entering the secure code mmpng06 when prompted. Once you have entered the secure code mmpng06, you will be able to update your profile and access the partner newsgroups. ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Thanks. Looks like that will take care of it.
GalenS ""Gary Chang[MSFT]"" <v-gar***@online.microsoft.com> wrote in message Show quoteHide quote news:6wz9BHhWGHA.4620@TK2MSFTNGXA01.phx.gbl... > Hi Galen, > >>Is there some way I can move the common vb files >>to a separate folder so all three apps can use them. > > I suggest you can copy those common VB2005 files to a separate folder, > then > remove those files in your upgraded VB2005 project. Now you can add those > common VB files as links to your new upgraded VB2005 projects. Please > refer > to the following MSDN2 documentation for how to add existing items as > links > to a project: > > http://msdn2.microsoft.com/en-us/library/9f4t9t92(VS.80).aspx > > Another approach is to make those upgraded common vb file as a separate > VB2005 project. If so you can use those files in your other 3 upgraded > projects via the project reference. > > I hope the above information helps, if you have any questions or concerns, > please do not hesitate to let me know. I am standing by to help you. > > Thanks! > > Best regards, > > Gary Chang > Microsoft Community Support > ====================================================== > PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00 > AM PST, February 14, 2006. Please complete a re-registration process by > entering the secure code mmpng06 when prompted. Once you have entered the > secure code mmpng06, you will be able to update your profile and access > the > partner newsgroups. > ================================================== > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== > This posting is provided "AS IS" with no warranties, and confers no > rights. > Good Luck, Galen!
Best regards, Gary Chang Microsoft Community Support ====================================================== PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00 AM PST, February 14, 2006. Please complete a re-registration process by entering the secure code mmpng06 when prompted. Once you have entered the secure code mmpng06, you will be able to update your profile and access the partner newsgroups. ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.
How does child class access parent's variables
DirectoryInfo.GetFiles -> from all subfolders XML Logging Write one record Simple installation of vb.net apps.... Q: labels DLL and form updating problem How to convert Can't read xml to Excel (dataset.WriteXml) File delete it's self? Multiline DataGrid cell? |
|||||||||||||||||||||||