richtx32.OCX+fm20.DLL
-
I got this proggie from the net.It has 2 parts(the source code) :the math part written in VC and the user interface written in VB. The VC part is copiled as an OCX. So,since my only interest is to modify the user-interface, i open the VBProject and i "regsvr32" the OCX. As i try to make it .EXE (without modifying anything) it said: "Line 15: Cannot load control txtText; license not found. Line 73: Cannot load control RichTextBox; license not found." In Project/Components there where 6 references, but as i open the VBP file with notepad i see only 4. References for fm20.dll and richtx32.dll are NOT there. So, i tried to "regsvr32" them but it did not work ! PLEASE HELP!THANK YOU! :confused:
-
I got this proggie from the net.It has 2 parts(the source code) :the math part written in VC and the user interface written in VB. The VC part is copiled as an OCX. So,since my only interest is to modify the user-interface, i open the VBProject and i "regsvr32" the OCX. As i try to make it .EXE (without modifying anything) it said: "Line 15: Cannot load control txtText; license not found. Line 73: Cannot load control RichTextBox; license not found." In Project/Components there where 6 references, but as i open the VBP file with notepad i see only 4. References for fm20.dll and richtx32.dll are NOT there. So, i tried to "regsvr32" them but it did not work ! PLEASE HELP!THANK YOU! :confused:
To use the RichTextBox control in your application, you must add the Richtx32.ocx file to the project. When distributing your application, install the Richtx32.ocx file in the user's Microsoft Windows SYSTEM directory. For more information on how to add a custom control to a project, see the Programmer's Guide. Cheers It is Illogical to define an inventor by his invention