windows - How do I draw lines inside a Visual C++ PictureBox -


i want draw black lines inside visual c++ forms picturebox plot information. can how should go doing this? can picturebox used or should use else instead?

to draw on winforms control, handle paint event, graphics object, , call drawline or other methods heart's content.

there's example of on msdn.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -