Click here to Skip to main content
16,006,442 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: remember me on same computer!!! Pin
MatrixCoder15-Dec-06 20:22
MatrixCoder15-Dec-06 20:22 
AnswerRe: remember me on same computer!!! Pin
amaneet15-Dec-06 20:39
amaneet15-Dec-06 20:39 
AnswerRe: remember me on same computer!!! Pin
toxcct22-Jan-07 9:05
toxcct22-Jan-07 9:05 
Questionms access Pin
latharedy15-Dec-06 19:59
latharedy15-Dec-06 19:59 
AnswerRe: ms access Pin
Agus Budianto27-Dec-06 3:26
Agus Budianto27-Dec-06 3:26 
QuestionI have changed the webpage name from webform1.aspx to stdents.aspx and i debugged it. I got an error like:... Pin
tirumal123115-Dec-06 19:47
tirumal123115-Dec-06 19:47 
AnswerRe: I have changed the webpage name from webform1.aspx to stdents.aspx and i debugged it. I got an error like:... Pin
Are Jay16-Dec-06 19:50
Are Jay16-Dec-06 19:50 
Questiondrawing function (PaintEventArgs) Pin
charchabil0315-Dec-06 9:49
charchabil0315-Dec-06 9:49 
hello guys
i m new in drawing in vb.net
i want to to draw an ellipse
i found the following function supplied by MSDN


Public Sub FillEllipseRectangle(ByVal e As PaintEventArgs)<br />
<br />
      <br />
        Dim redBrush As New SolidBrush(Color.Red)<br />
<br />
       <br />
        Dim x As Integer <br />
        Dim y As Integer <br />
        Dim width As Integer = 20<br />
        Dim height As Integer = 10<br />
        Dim rect As New Rectangle(x, y, width, height)<br />
<br />
        ' Fill ellipse on screen.<br />
        e.Graphics.FillEllipse(redBrush, rect)<br />
    End Sub<br />


how can i call this function?? what about its parameter?(should i call PaintEventArgs)? ( am i stupid)?
note:x and y values can varies -the user chooses the locations

Regards
Ramy

AnswerRe: drawing function (PaintEventArgs) Pin
charchabil0315-Dec-06 11:25
charchabil0315-Dec-06 11:25 
QuestionRe: drawing function (PaintEventArgs) Pin
Are Jay16-Dec-06 19:47
Are Jay16-Dec-06 19:47 
AnswerRe: drawing function (PaintEventArgs) Pin
charchabil0316-Dec-06 22:59
charchabil0316-Dec-06 22:59 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay17-Dec-06 20:28
Are Jay17-Dec-06 20:28 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0318-Dec-06 4:16
charchabil0318-Dec-06 4:16 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0318-Dec-06 9:41
charchabil0318-Dec-06 9:41 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay18-Dec-06 14:44
Are Jay18-Dec-06 14:44 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay18-Dec-06 20:32
Are Jay18-Dec-06 20:32 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0319-Dec-06 11:16
charchabil0319-Dec-06 11:16 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay19-Dec-06 12:33
Are Jay19-Dec-06 12:33 
GeneralRe: drawing function (PaintEventArgs) [modified] Pin
charchabil0320-Dec-06 10:02
charchabil0320-Dec-06 10:02 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0323-Dec-06 1:40
charchabil0323-Dec-06 1:40 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0323-Dec-06 6:16
charchabil0323-Dec-06 6:16 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay27-Dec-06 4:21
Are Jay27-Dec-06 4:21 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0330-Dec-06 3:36
charchabil0330-Dec-06 3:36 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay30-Dec-06 9:05
Are Jay30-Dec-06 9:05 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0315-Jan-07 2:14
charchabil0315-Jan-07 2:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.