Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image Editor made in vb 2010
#1
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: -->
#2
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???
#3
Wow, I've never gone as far as something as complicated as image editing. However, I'm sure someone on the forum has.. :O
My Blog | My Setup | My Videos | Have a wonderful day.
#4
ya i guess...anyway i'm only a begginer
#5
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 -->


Attached Files
.zip   Image editor coding.zip (Size: 34.12 KB / Downloads: 604)


Possibly Related Threads…
Thread Author Replies Views Last Post
  XNA In VB Map Editor GRID xolara 1 8,018 12-17-2011, 03:52 AM
Last Post: xolara

Forum Jump:


Users browsing this thread: 1 Guest(s)