[Source] Tricks Using PictureBox Control [VB.NET] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [Source] Tricks Using PictureBox Control [VB.NET] (/showthread.php?tid=11380) |
[Source] Tricks Using PictureBox Control [VB.NET] - Fragma - 08-18-2010 Thought this may be helpful to some.. A few things that you can do using a PictureBox control: Zoom Out: Code: Try Zoom In: Code: Try Rotate: Code: Dim wid As Integer Thanks, - Jack RE: [Source] Zooming With PictureBox Control [VB.NET] - DeFacto - 08-18-2010 Thanks for this tutorial. This can be helpful for Photo Viewer. RE: [Source] Tricks Using PictureBox Control [VB.NET] - .Nielz - 08-19-2010 This is some amazing functions :o Nice work ! RE: [Source] Tricks Using PictureBox Control [VB.NET] - Buzz Lightyear - 08-19-2010 That's downright sexy! Thanks man! RE: [Source] Tricks Using PictureBox Control [VB.NET] - mmki - 08-20-2010 Nice bro Everyone seems to be posting about photoviewers latley RE: [Source] Tricks Using PictureBox Control [VB.NET] - -BoodyE- - 08-21-2010 Thanks mate for this. Great source RE: [Source] Tricks Using PictureBox Control [VB.NET] - Fragma - 08-21-2010 Glad you all found this useful. RE: [Source] Tricks Using PictureBox Control [VB.NET] - thanasis2028 - 08-27-2010 Can you explain the rotate part? I find it hard to understand and I don't like just copy-pasting code. RE: [Source] Tricks Using PictureBox Control [VB.NET] - ƃu∀ ıʞƃu∀ - 11-25-2012 thanks for the tutorial very useful |