Has anyone already try to create a custom itemlist item for WM6?
I can't seem to be able to override the onPaint event :/
I was trying to "translate" this into WM6 http://www.vbforums.com/showpost.php...25&postcount=7
but again...no luck
Could someone give it a try?
Error 1 Type 'System.Windows.Forms.DrawItemEventArgs' is not defined. UserControl1.vb 109 51 PDA
Error 2 'OnDrawItem' is not a member of 'System.Windows.Forms.ListBox'. UserControl1.vb 110 9 PDA
Error 3 Name 'DrawItemState' is not declared. UserControl1.vb 117 25 PDA
Error 4 Name 'DrawItemState' is not declared. UserControl1.vb 117 51 PDA
Error 5 Type 'System.Windows.Forms.DrawItemEventArgs' is not defined. UserControl1.vb 188 41 PDA
Last edited by TDQWERTY; Jun 8th, 2010 at 05:31 AM.