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

Visual Basic

 
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 
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 
I have two different ideas:

1. Look at creating a custom cursor. I've never needed to create a cursor but it can't be that hard. Then add the new cursor to your project resources and on the on the mouse down event change the cursor and on the mouse release re-new the original cursor.

2. Create the ellipse as a transparent gif within your choice of graphics program, then, add it to your form within design view using the PictureBox control, setting visiable = false. On the mouse down event move the PictureBox to the mouse location and visiable = true, then, mouse release event visiable = false.

Basiclly every control the is displayed on your form has a Paint Event, (this is when the control is displayed) and it will create the PaintEventArgs. To use the function you've found on MSDN, you'd need to customize the form, more or less. If the above answers do NOT help you, please let me know, give me alit bit more information on what this ellipse that is displayed when the user clicks the form and I'll try and help you modify the form.
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 
GeneralRe: drawing function (PaintEventArgs) Pin
charchabil0323-Jan-07 4:21
charchabil0323-Jan-07 4:21 
GeneralRe: drawing function (PaintEventArgs) Pin
Are Jay23-Jan-07 10:48
Are Jay23-Jan-07 10:48 
QuestionSearching Subdirectories within subdirectories Pin
portreathbeach15-Dec-06 8:02
portreathbeach15-Dec-06 8:02 
AnswerRe: Searching Subdirectories within subdirectories Pin
dhbaer15-Dec-06 8:17
dhbaer15-Dec-06 8:17 

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.