Displays the Barcode Properties dialog using the current settings, together with the barcode data and the target width and height values.
int WINAPI BarAskEx2( LPSTR data, LPINT bEnable,LPINT w, LPINT h)
If bEnable is non-zero the data contained in the data string is displayed in the dBarcode dialog box, and any changes made to the data in the dialog box are copied to the data string when the OK button is pushed.
On return after the user pushes the OK button in the Barcode Properties dialog, the data, width and height values, along with the barcode properties will reflect any changes made in the dialog.
If the user pushes the Cancel button the values on return are unchanged.
For Visual Basic the declaration is
Private Declare Sub BarAsk Lib "Dlsbar28" (ByVal data As String, ByRef bEnable As Long, ByRef w As Long, ByRef h As Long)
More: