Re: Project editor
Tech-Archive recommends: Fix windows errors by optimizing your registry
"Mike Williams" <mike@xxxxxxxxxxxxxxxxx>'s wild thoughts
were released on Mon, 23 Jul 2007 18:47:50 +0100 bearing the
following fruit:
"Nigel Thomas" <nospamplease@xxxxxxxxxx> wrote in message
news:u$OX5kUzHHA.600@xxxxxxxxxxxxxxxxxxxxxxx
I need to edit the files in my projects (not source) VBP,
FRM, CTL, BAS and so on. Can anyone recommend
a good editor, I need to do a global FIND and REPLACE across all files
(replacing OCX references)
Dare I suggest that you write one in VB6? Then you will be in full control
and you can write it so that you simply point it at a .vbp file and your
code does the rest, checking the vbp file to see what Forms and modules and
classes it references and automatically loading them up and doing a Replace
on the desired search term.
Mike
Yep, that's what I do, and then you can easily amend it to
do all sorts of other things should you need it.
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde
.
Relevant Pages
- Re: Project editor
... Can anyone recommend ... a good editor, I need to do a global FIND and REPLACE across all files (replacing OCX references) ... Then you will be in full control and you can write it so that you simply point it at a .vbp file and your code does the rest, checking the vbp file to see what Forms and modules and classes it references and automatically loading them up and doing a Replace on the desired search term. ... (microsoft.public.vb.general.discussion) - Re: Project editor
... Can anyone recommend ... a good editor, I need to do a global FIND and REPLACE across all files ... (replacing OCX references) ... and you can write it so that you simply point it at a .vbp file and your code ... (microsoft.public.vb.general.discussion) - Re: Project editor
... Can anyone recommend a good editor, I need to do a global FIND and REPLACE ... across all files (replacing OCX references) ... UltraEdit is great, I agree with Ken, but for a no-cost substitute, ... (microsoft.public.vb.general.discussion) - Re: Project editor
... Can anyone recommend ... a good editor, I need to do a global FIND and REPLACE across all files (replacing OCX references) ... Then you will be in full control and you can write it so that you simply point it at a .vbp file and your code does the rest, checking the vbp file to see what Forms and modules and classes it references and automatically loading them up and doing a Replace on the desired search term. ... (microsoft.public.vb.general.discussion) - RE: Ucase function - Compile error - Cant find project or library
... I was reading an article in the knowledg base about looking into ... the .vbp file using a text editor, and noticed these two lines at the end of ... I just copied these to the migrating .vbp file and; ... This cleared-up the missleading "Can't find project or Library" compile ... (microsoft.public.vb.general.discussion) |
|