New to programming and English is not my first language. I am having a hard time trying to understand the difference of Control.Update()
and Control.Refresh()
the MSDN documentation.
I am trying to display real time image to the picturebox, but i dont know which method to use will be best. Like, in what kind of situation should i use Control.Update()
over Control.Refresh
, or do i use both of them?
P.s if this is a dumb question.