Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: Rename objects in code, data environment, etc. - VB6

205| Mon, 02 Jun 2008 08:53:00 GMT| anonymous| Comments (2)
Hello --

Can anyone recommend a utility or technique to rename an object everywhere
in my VB project ... Forms, Modules, Class Modules, and Designers? I am
pretty sure the VB editor would work if I did not have to deal with
Designers.

I have to change the name of a table in the SQL Server db, so the VB app
must change, too.

Thanks for any information or suggestions.

Larry Mehl

Keywords & Tags: rename, objects, code, data, environment, vb6, microsoft, visual basic

URL: http://www.programmerbase.com/visual-basic/408220/
 
«« Prev - Next »» 2 helpful answers below.
Edit|Replace, click on Current Project (i. e. global replace)
ought to do it unless I'm missing the point of your post.

"L Mehl" <mehl_nospam...cyvest.com> wrote in message
news:v%Vie.3374$Lc1.1340...newsread3.news.pas.earthlink.net...
> Hello --
> Can anyone recommend a utility or technique to rename an object everywhere
> in my VB project ... Forms, Modules, Class Modules, and Designers? I am
> pretty sure the VB editor would work if I did not have to deal with
> Designers.
> I have to change the name of a table in the SQL Server db, so the VB app
> must change, too.
> Thanks for any information or suggestions.
> Larry Mehl
>

norm | Mon, 02 Jun 2008 08:54:00 GMT |

Thanks. I thought there might be some object-oriented data in the
Designers, so that a simple global replace wouldn't catch it.

Larry

"Norm Cook" <normcookNOSPAM...cableone.net> wrote in message
news:uqb1c2HXFHA.3248...TK2MSFTNGP09.phx.gbl...
> Edit|Replace, click on Current Project (i. e. global replace)
> ought to do it unless I'm missing the point of your post.
> "L Mehl" <mehl_nospam...cyvest.com> wrote in message
> news:v%Vie.3374$Lc1.1340...newsread3.news.pas.earthlink.net...
> > Hello --
> >
> > Can anyone recommend a utility or technique to rename an object
everywhere
> > in my VB project ... Forms, Modules, Class Modules, and Designers? I am
> > pretty sure the VB editor would work if I did not have to deal with
> > Designers.
> >
> > I have to change the name of a table in the SQL Server db, so the VB app
> > must change, too.
> >
> > Thanks for any information or suggestions.
> >
> > Larry Mehl
> >
> >
>

hbb | Mon, 02 Jun 2008 08:55:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories