home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / VB_TORC / VBTORC.TXT < prev   
Encoding:
Text File  |  1994-06-05  |  2.8 KB  |  59 lines

  1.                       Visual Basic to RC Conversion
  2.                                     
  3.                                    by
  4.                                     
  5.                               Terry Bittner
  6.                            SoftBit Enterprises
  7.                            109 N. Garfield Rd.
  8.                            Sterling, VA  20164
  9.                              (703) 421-0225
  10.                                      
  11.  
  12.      This program will read in a Visual Basic form file and
  13. create a resource file and header file which can be read in to
  14. resource editors.  The resource file can than be compiled by the
  15. resource editor and included in a C/C++ project.  This version is
  16. simply a Beta version to see if anybody out there desires a
  17. program to convert complete Visual Basic programs to C/C++.
  18.  
  19.      This is the first phase of this program.  The next phase
  20. will also convert the Visual Basic code into C++ code.  This will
  21. allow you to use the rapid development environment of Visual
  22. Basic, convert the program to C++, and compile the program with
  23. minimal effort to create fast efficient Windows programs.
  24.  
  25.      This ZIP file only includes to EXE file since I assume you
  26. already have the Visual Basic programming environment. 
  27. Therefore, I didn't include any of the VBX's required to run this
  28. program.
  29.  
  30.      This program is very easy to use.  Once you have this
  31. program up and running, enter a Visual Basic form name on the
  32. first line.  Enter the name of the Resource File to be created on
  33. the second line and enter the name of the Header File to be
  34. created on the third line.  If the Visual Basic form uses any
  35. custom controls, enter the name of the control and the VBX
  36. (including the ".VBX" extension) required to support this control
  37. in the two boxes at the bottom. Then select ADD to add the
  38. support for this control to the list box.  This will allow this
  39. program to recognize this control and write the appropriate
  40. control line to the RC file.  To delete controls from the list
  41. box, select the line to be deleted by clicking once or twice on
  42. the desired line and then click the DELETE button.
  43.  
  44.      Once you have all fields filled in to you satisfaction,
  45. click on the Convert button.  The program will read in the Visual
  46. Basic form and create the RC files.
  47.  
  48.      Any comments about this program would be greatly
  49. appreciated.  To make a comment or suggestion, send me a letter
  50. at
  51. the above address. Or if you would like more information on the
  52. next version, send me a self addressed and stamped envelop. 
  53. Also, any donations would be greatly appreciated.
  54.  
  55.      Softbit Enterprises specifically disclaims all warranties,
  56. expressed or implied, including but not limited to implied
  57. warranties of merchantability and fitness for a particular
  58. purpose.  This program is protected by the copyright laws of the
  59. United States.