|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What can I use instead of "picture box"?Hi everyboy
I'm new to VB. NET, and I need to know what instruction can use instead "pictre box" control, I need to regenerate the picture in a window after that another window was superimposed or activate another application, or if the window was hidden, this feature in VB 6.0 was performed with "autoredraw".What control can be used instead? Thanks in advance Carlos Villaseñor "Carlos Villaseñor M." <cvmdis***@avantel.net> schrieb: Use a panel control and add the drawing code to its 'Paint' event handler.> I'm new to VB. NET, and I need to know what instruction can use instead > "pictre box" control, I need to regenerate the picture in a window after > that another window was superimposed or activate another application, or > if > the window was hidden, this feature in VB 6.0 was performed with > "autoredraw".What control can be used instead? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> Thanks, but I would like to get an sample, Can you tell me where can I find
that? Thank you Calor Villaseñor Use a panel control and add the drawing code to its 'Paint' event handler. Show quoteHide quote > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/> "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> escribió en el mensaje news:uhMwMwUzGHA.3568@TK2MSFTNGP03.phx.gbl... > "Carlos Villaseñor M." <cvmdis***@avantel.net> schrieb: > > I'm new to VB. NET, and I need to know what instruction can use instead > > "pictre box" control, I need to regenerate the picture in a window after > > that another window was superimposed or activate another application, or > > if > > the window was hidden, this feature in VB 6.0 was performed with > > "autoredraw".What control can be used instead? > > > > "Carlos Villaseñor M." <cvmdis***@avantel.net> schrieb: Check out the documentation on the 'Control.Paint' event.> Thanks, but I would like to get an sample, Can you tell me where can I > find > that? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
API FindFirstFile\FindNextFile vs GetFiles
How to Type cast ArrayList items to class objects Best practices for creating a "wizard" question about some good practises VB 2005 with Active Directory Return DataRow Application quit after button click User Controls basic question using com-port in VB.net use varible value in include file |
|||||||||||||||||||||||