It is not very advisable, to Open a VB6 Form in any other Text Editors (like Note Pad).. Open the Form in VB6 IDE , Remove the Old Control, and Place the New One....
As, if any mistakes done in the text editor, you may loose your form, or it may get corrupted
You are quite correct but its a huge project and there are nearby 200 forms in the project and each of them using3-4 flexgrid. SO , it;s quite a hectic task to open all forms
Originally posted by QVeen72
Hi,
It is not very advisable, to Open a VB6 Form in any other Text Editors (like Note Pad).. Open the Form in VB6 IDE , Remove the Old Control, and Place the New One....
As, if any mistakes done in the text editor, you may loose your form, or it may get corrupted
Comment