Forum: VB.NET Nov 11th, 2005 |
| Replies: 10 Views: 11,695 I found a bug in my code...
With a recent project, I received multiple WM_PAINT messages before the iSelectChangeCommit variable was reset. This caused an infinite loop, raising... |
Forum: VB.NET Nov 4th, 2005 |
| Replies: 10 Views: 11,695 I believe I may have come up with a solution, following these steps:
I subclassed the ComboBox and implemented IMessageFilter.
I set a flag when SelectionChangeCommitted fires.
Then I... |
Forum: VB.NET Oct 25th, 2005 |
| Replies: 10 Views: 11,695 I think I may have a similar issue, but I am searching for a different solution.
I'm using VB.NET 2005 (beta) and I'm trying to assign a value to a Combobox's Text property during a... |