BP Forums
Image Editor made in vb 2010 - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: Image Editor made in vb 2010 (/showthread.php?tid=338)



Image Editor made in vb 2010 - Gamester699 - 04-08-2011

Hey whats up everybody? <!-- s8-) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8-)" title="Cool" /><!-- s8-) --> I was wondering how to make a image editor in vb........I want at least the basic functions. tell me if you know anything! <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin --> <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile --> <!-- sWink --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt="Wink" title="Wink" /><!-- sWink --> <!-- s8-) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8-)" title="Cool" /><!-- s8-) --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- sTongue --><img src="{SMILIES_PATH}/icon_razz.gif" alt="Tongue" title="Razz" /><!-- sTongue --> <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->


Re: Image Editor made in vb 2010 - Gamester699 - 04-08-2011

I have some coding but i don't know how to use it....
Code:
Imports System.Drawing



Public Class Form1

    Inherits System.Windows.Forms.Form

    

    'The windows generated form code region is here

    

    Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)

        'This is the declare of the Graphics object

        Dim g As Graphics = e.Graphics

    End Sub

End Class
Code:
DrawArc

DrawCurve

DrawEllipse

DrawImage

DrawLine

DrawPath

DrawPie

DrawPolygon

DrawRectangle

DrawString

FillEllipse

FillPath

FillPie

FillPolygon

FillRectangle

FillRectangles

FillRegion

i have alot more mabey a video tutorial???


Re: Image Editor made in vb 2010 - brandonio21 - 04-08-2011

Wow, I've never gone as far as something as complicated as image editing. However, I'm sure someone on the forum has.. :O


Re: Image Editor made in vb 2010 - Gamester699 - 04-09-2011

ya i guess...anyway i'm only a begginer


Re: Image Editor made in vb 2010 - Gamester699 - 04-09-2011

Hey brandon here is the full html file for the image editor with all the coding tell me what you think <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->