Forum: C# Jan 12th, 2009 |
| Replies: 5 Views: 324 Best solution I guess, for now.
Thanks |
Forum: C# Jan 12th, 2009 |
| Replies: 5 Views: 324 I see that I failed to mention that the reason I want to hide the tab-bar is because I want to guide the user using next and previous buttons. If nothing I could always ignore the mouseclicks on the... |
Forum: C# Jan 12th, 2009 |
| Replies: 2 Views: 696 Another thing would be to time certain events and post the result in a file, making it easier to see what takes time.
For instance a DNS lookup can take alot of time, so if you do a lookup and... |
Forum: C# Jan 12th, 2009 |
| Replies: 5 Views: 324 I am writing a small wizard to help the user gather data in a pleasant way, but I don't want to use the standard install wizard layout, so I am working on writing my own.
I have tried using a... |