J
J
I think Microsoft purposely makes it difficult to learn their products. Two
examples of this are evident in the following MS example.
http://samples.gotdotnet.com/quicks...to/doc/WinForms/WinFormsOwnerDrawListBox.aspx
One: The example code does not run. There is a reference to a
"listBoxBrushes", does not exist and causes an error. What kind of quality
control is this?
Two: The example does not show how to obtain the actual text that is being
drawn in the cell. How is one supposed to obtain the cell text when the
listbox datasource is a dataset? From what I can see, and am most likely
wrong, one has to reference the dataset directly? If so, bad design, MS.
The listbox has the text to be drawn, it should have been passed to the
method.
Bitch session over...
examples of this are evident in the following MS example.
http://samples.gotdotnet.com/quicks...to/doc/WinForms/WinFormsOwnerDrawListBox.aspx
One: The example code does not run. There is a reference to a
"listBoxBrushes", does not exist and causes an error. What kind of quality
control is this?
Two: The example does not show how to obtain the actual text that is being
drawn in the cell. How is one supposed to obtain the cell text when the
listbox datasource is a dataset? From what I can see, and am most likely
wrong, one has to reference the dataset directly? If so, bad design, MS.
The listbox has the text to be drawn, it should have been passed to the
method.
Bitch session over...