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

Visual Basic

 
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 
thx four help (especially with photoshop thing...)

I would like your help with the following
having drawn an ellipse on a specific location with the code that you have previously provided me,
i would like to have control on that ellipse, means when pressing on the drwan ellipse(mouse Hover) (do action....)



if you refer to the first code you gave me to mark ellipse on map
i found the following code in the DLL of 'Weiye Chen'

// Check if we are dealing with Button here<br />
			else if(control is System.Windows.Forms.Button)<br />
			{<br />
				// Cast to a button object<br />
				Button button = (Button)control;<br />
<br />
				// Do not show button text<br />
				button.Text = "";<br />
				<br />
				// Change cursor to hand when over button<br />
				button.Cursor = Cursors.Hand;<br />
<br />
<br />
----<br />
Dont know how to benifit from the above code using vb.net 2005
note : i m not using that DLL
do u have any hint for me


Happy New Year




Regards
Ramy

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 
AnswerRe: Searching Subdirectories within subdirectories Pin
MatrixCoder15-Dec-06 8:18
MatrixCoder15-Dec-06 8:18 
GeneralRe: Searching Subdirectories within subdirectories Pin
portreathbeach15-Dec-06 13:37
portreathbeach15-Dec-06 13:37 
Questionconverting crystal report to html format using VB.NET Pin
7prince15-Dec-06 7:44
7prince15-Dec-06 7:44 
QuestionDynamic load of DLL Pin
APerkins15-Dec-06 5:13
APerkins15-Dec-06 5:13 
Questiondoubt in parsing date Pin
ammuprabha15-Dec-06 4:58
ammuprabha15-Dec-06 4:58 
AnswerRe: doubt in parsing date Pin
APerkins15-Dec-06 5:21
APerkins15-Dec-06 5:21 
GeneralRe: doubt in parsing date Pin
Guffa15-Dec-06 7:35
Guffa15-Dec-06 7:35 
Questionproblem open exe with asp and vb Pin
Luis Corrales15-Dec-06 4:04
Luis Corrales15-Dec-06 4:04 
AnswerRe: problem open exe with asp and vb Pin
Dave Kreskowiak15-Dec-06 4:53
mveDave Kreskowiak15-Dec-06 4:53 
QuestionHow to get DirectoryInfo to use ShortPathNames? Pin
Zenly15-Dec-06 2:16
Zenly15-Dec-06 2:16 
AnswerRe: How to get DirectoryInfo to use ShortPathNames? Pin
Dave Kreskowiak15-Dec-06 4:51
mveDave Kreskowiak15-Dec-06 4:51 

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.