Micom SE Studio1 Import Filter - Creating Dialog Box Confirmation

Welcome back to Micom SE Studio1 Import Filter tutorial series. In the previous tutorial, I did show you how you how to use the SEStudio1Import.vb class module. Click this link Micom SE Studio1 Import Filter - Using Of SEStudio1Import.vb Module

In this series, I will show you how create a dialog box of confirmation of reading setting file successfully.

Add a new form under the SEStudio1 folder and name it to SEStudio1DialogInfo.vb and add 11 labels and 2 buttons then arrange them as shown in the image below.



Form SEStudio1DialogInfo properties:
  • FormBorderStyle - FixedSingle
  • MaximizeBox - False
  • MinimizeBox - False
  • StartPosision - CenterScreen
  • Text -Relay Information
  1. Label properties File Type:
    • Name - LabelFileType
    • AutoSize - False
    • BorderStyle - FixedSingle
    • Text - %FileType







Comments