Add ImageBox Control: Difference between revisions

From EMGU
Jump to navigation Jump to search
m Reverted edits by Inuxejiq (talk) to last revision by Canming
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 13:40, 30 November 2010

Adding ImageBox Control in Visual Studio (Windows Form)

  • Open your form in designer view. From Toolbox, right click in the empty space of 'General' column. This should pop up a selection menu, where 'Choose Items' selection is available, see below.
  • Click on 'Choose Items', you will see a 'Choose Toolbox Item' Dialog, from where click the 'Browse..' button on the lower right corner of the dialog.
  • Select 'Emgu.CV.UI.dll' file from 'Open' dialog, click the 'Open' button.
  • Now you should notice the ImageBox control has been added to the 'Choose Toolbox Items' dialog. Click 'Ok'.

The ImageBox will be available from the 'General' column in the Toolbox area. Pull the control and drag it to the desired area on your form.