Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #4K
~7K People Reached
Favorite Forums
Favorite Tags
c# x 1
pdf x 1

7 Posted Topics

Member Avatar for zmariow

This might help: [url]http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/8ce3dd94-ff2c-4c3c-ba85-f67b9dd2f2e8[/url]

Member Avatar for winnercom
0
3K
Member Avatar for MxDev

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?

Member Avatar for mikah
-1
238
Member Avatar for skinder

You can read more on: [url]http://www.dotnetspider.com/resources/24961-Get-Printer-Details-Thru-C.aspx[/url]

Member Avatar for sanch01r
1
104
Member Avatar for szkoda

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]

Member Avatar for szkoda
0
139
Member Avatar for moroshko

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.

Member Avatar for moroshko
0
622
Member Avatar for sidd.

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.

Member Avatar for vibhutirs
0
84
Member Avatar for facadie

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.

Member Avatar for facadie
0
2K

The End.