Forum: C# Sep 9th, 2008 |
| Replies: 5 Views: 5,084 thanks. i think i need to understand the subtleties of using threads, which i have yet to use.
in my main app i collect data and then run some database updates. my current way of approaching... |
Forum: C# Sep 9th, 2008 |
| Replies: 5 Views: 5,084 i have a similar situation i'd like to pursue. let's say from the main app a user requests a series of database operations. i'd like to be able to start the process on the main app, and update a... |
Forum: C# Dec 6th, 2007 |
| Replies: 0 Views: 1,745 i have build a user control in C# 2.0 using a panel and the 2Dgraphics namespace members. it renders perfectly until i do a matrix rotation. whilst in design mode, with the control on a test form,... |