home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pc3270sa.zip / vbdde / vbdde.doc < prev    next >
Text File  |  2002-02-28  |  2KB  |  47 lines

  1. ***************************************************************************
  2. *              IBM Personal Communications/3270 Version 4.1               *
  3. *                               for Windows 95                            *
  4. *                                                                         *
  5. *                                VBDDE                                    *
  6. *                                                                         *
  7. *           A DDE sample source code for Microsoft Visual Basic v4.0      *
  8. ***************************************************************************
  9.  
  10.  
  11. Opening VBDDE source code
  12. ----------------
  13.  
  14. 1.Start Visual Basic v4.0:
  15.  
  16. 2.Select "File.Open Project..." from menu bar.
  17.  
  18. 3.Select vbdde.mak file and press OK button.
  19.  
  20. 4.To execute vbdde, select "Run.Start" from menu bar.
  21.  
  22.   note: If you want to make *.exe file, please select "File.Make EXE File..."
  23.         from Visual Basic menu bar.
  24.  
  25.  
  26. VBDDE Functions
  27. ---------------
  28.  
  29. 1. Call PC/3270's DDE Functions.
  30.  
  31.    VBDDE allows you to call PC/3270's DDE functions easily:
  32.  
  33.    1. Select a DDE function from the menu-bar of the main panel.
  34.  
  35.    2. Fill in the parameters - you MUST fill in the fields which have a
  36.       LIGHT-BLUE background.
  37.  
  38.    3. Click Execute or Start.
  39.  
  40.    4. To return to the main panel, click Exit.
  41.  
  42. 2. Save a Log File.
  43.  
  44.    All DDE function calls are logged in a VBDDE buffer and are displayed
  45.    in the main panel. You can also save them to disk by choosing Save Log As...
  46.    from the menu-bar.
  47.