No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: This might help: [url]http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/8ce3dd94-ff2c-4c3c-ba85-f67b9dd2f2e8[/url] | |
Re: What exactly is it you are looking to do? Just to select a small portion of text, with pre-defined format. Or is it multi-line RTB, and you want to select one of them? | |
Re: You can read more on: [url]http://www.dotnetspider.com/resources/24961-Get-Printer-Details-Thru-C.aspx[/url] | |
Re: When you query the database, storing result in DataTable will give you better maneuverability over your data. Which you can then use to display in what container you want. [url]http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx[/url] | |
Re: My two cents: I smell bad code on line 16. [CODE]g = Graphics.FromImage(myImage);[/CODE] Try putting a breakpoint there and posting the stacktrace from there. | |
Re: As ddanbe mentioned, its better you post the code as well. Few things, I would like to ask: Are you plotting on threads? Have you checked for deadlocks? It seems you are not freeing up resource, which on second run, is causing application to hangup. | |
Re: I don't understand what you haven't understood in the solution. Handle the events generated by Combo Box and Text Box, when they are changed. Flag some value. When Button is clicked, check the flag and perform action. |
The End.