Is it possible to access programatically all of the crosshatch properties besides the line type type and thickness?
I'm interested in accessing the pattern style as well as the scale and angle.
If it is possible, does anyone have some code to do this so I don't have to reinvent the wheel.
Any...
I have a GUI that has a DBCombo box, a text box and an ADO control My database has only 2 columns and 10 fields in each with the primary key on the first column.
My ADO control populates the DBCombobox just fine.
Now what want is for a given selection in the DBCombo box to select the correct...
I have a small VB App that I'm currently writing that has an ADO control that controls a Dropdown Box as well as a Textbox. They work great using the ADO control, however, I want to hide the ADO Control and use just the selections from the Dropdown box to drive the correct results in the...