|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Merged projects
I am working on a visual basic project that another group is also working on. At one time we had had identical copies of the same project. They have added some additional functionality and so have I.
I wonder if it is possible to just copy the text from one FRM file in one project to another FRM file in another project and expect to run the same. In other words, if a function like this: Code:
Private Sub txtOfSomething_Change() ' some code End Sub |
|
#2
|
||||
|
||||
|
You should look into getting some file management software such as Microsofts Source Safe or Merant Version Manager.
|
|
#3
|
|||
|
|||
|
And your function won't automatically run unless you call it from somewhere else in your code. In addition, code may depend on some other outside objects being installed to operate properly.
There are open-source version control systems also, like subversion and cvs, but if you can get sourcesafe it integrates easily into VB
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Merged projects |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|