Click here to Skip to main content
15,912,329 members

Comments by Matthew Menard (Top 10 by date)

Matthew Menard 30-Oct-18 10:21am View    
I realized that I needed the ForeColor afterall. But that same structure work great. Any idea on how to create a gradient on that, from one color to another?
Matthew Menard 16-Jul-18 11:43am View    
Thanks, that was it. Appreciate that.
Matthew Menard 12-Jul-18 16:23pm View    
My listbox is a System.Windows.Forms.ListBox and it's set to a single selection. I'm trying to find out if a particular item is in the visible viewer area or not. I saw that the System.Windows.Controls.ListBoxItem has an isVisible property, so I thought I could create one and add that to my ListBox, but I'm having trouble.
Matthew Menard 14-May-18 12:07pm View    
That didn't work. My debugger was saying that "Code \r\n Project" isn't a Byte[]
Matthew Menard 14-May-18 12:03pm View    
Not sure. How do I find that out? It's a multiline textbox on an ActiveX control, built using Visual Studio on Windows.