Before You can replace the frames, you have to analyze something like common properties and methods u are using. I think the best way to replace the control is
"Open .frm file in Notepad or other editor" because Visual Basic Keeps the information in text.
"Replace the Text by using Replace utility in the Editor"
For Example
> Draw a Frame Control in the Form (Form1)
> Draw a Transparent Frame Control (ur ocx) in the Same Form (Form1)
> Change the Properties of Both Frames
> Save the Form (Form1)
> Now Open the Form1.frm file in a Text Editor
> Compare the Properties of both frames
> and Try how convert it
Note
Before doing conversion
> Test a sample conversion
> Be sure to Back up your original project