I have been tasked with developing an ActiveX component that will detect whether or not there is a particular device physically attached to the machine. Is there a way to do this (system registry, etc). Thanks for any input.
Environment: Solaris7 on an UltraSparc with Wish 8.3.3
Example snippet:
option add *Listbox*cursor hand2
toplevel .top
wm transient .top .
listbox .top.l
pack .top.l -side top -fill both -expand y
<do some stuff>
destroy .top
Any cursor will do in the option statement. This causes a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.