Hello
I have not used VB in the past - my windows programming was using Delphi.
I have inherited an application that was written in a version previous to 6.
We currently have Visual Basic/Visual Studio 6.
The end-user is requesting a small change, but I am receiving an error when creating a new ocx file. (File | Make filename.ocx)
"Compile error: Method or data member not found."
The debugger points to this line of code...
Filed(16).Text=.rsCmdGl("MBrokerNo")
Field(16) is a PictureBox - another developer here explained that in version 6, the picturebox no longer has the text property and that the whole form needs to be rewritten - which he did himself on another ocx.
Would it be possible to open this file with a previous version of Visual Studio and create the ocx?
Does Visual Studio 4 support text property with pictureboxes?
If VS4 is correct, where can I get a copy?
Thanks in advance
Dave
I have not used VB in the past - my windows programming was using Delphi.
I have inherited an application that was written in a version previous to 6.
We currently have Visual Basic/Visual Studio 6.
The end-user is requesting a small change, but I am receiving an error when creating a new ocx file. (File | Make filename.ocx)
"Compile error: Method or data member not found."
The debugger points to this line of code...
Filed(16).Text=.rsCmdGl("MBrokerNo")
Field(16) is a PictureBox - another developer here explained that in version 6, the picturebox no longer has the text property and that the whole form needs to be rewritten - which he did himself on another ocx.
Would it be possible to open this file with a previous version of Visual Studio and create the ocx?
Does Visual Studio 4 support text property with pictureboxes?
If VS4 is correct, where can I get a copy?
Thanks in advance
Dave