C# - What is the Select Source dialog as it applies to the GetDevice method? -


i trying use method described this:

public device getdevice(string productname) 

the productname name of device appears in select source dialog.

what select source dialog that's being referred to?

as this link mentions (look "showing “select source” dialog" heading), dialog allows users select isis device. it's part of dotimage framework, called showselectsource , used this:

isisdevice dev = null; if (this.acquisition.showselectsource(this)) dev = this.acquisition.devices.default; 

i guess works folderbrowserdialog. user selects device of choosing , can use selection retrieve device getdevice.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -