Click here to Skip to main content
15,900,511 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Why a sub is not loaded in form load but in a button it is? Pin
DaveAuld24-Sep-11 5:37
professionalDaveAuld24-Sep-11 5:37 
QuestionDrawEllipse center on current cursor position? Pin
ChrisDScott9323-Sep-11 16:08
ChrisDScott9323-Sep-11 16:08 
AnswerRe: DrawEllipse center on current cursor position? Pin
Richard MacCutchan24-Sep-11 0:12
mveRichard MacCutchan24-Sep-11 0:12 
GeneralRe: DrawEllipse center on current cursor position? Pin
ChrisDScott9324-Sep-11 6:36
ChrisDScott9324-Sep-11 6:36 
GeneralRe: DrawEllipse center on current cursor position? Pin
Richard MacCutchan24-Sep-11 6:47
mveRichard MacCutchan24-Sep-11 6:47 
GeneralRe: DrawEllipse center on current cursor position? Pin
ChrisDScott9324-Sep-11 9:20
ChrisDScott9324-Sep-11 9:20 
GeneralRe: DrawEllipse center on current cursor position? Pin
Richard MacCutchan24-Sep-11 21:34
mveRichard MacCutchan24-Sep-11 21:34 
AnswerRe: DrawEllipse center on current cursor position? Pin
Luc Pattyn24-Sep-11 4:26
sitebuilderLuc Pattyn24-Sep-11 4:26 
A circle with a center (xc, yc) and radius r1 will span from (xc-r1,yc-r1) to (xc+r1,yc+r1).
And similar formula apply for radius r2.

I can't start to imagine where your problem would be, unless you use Graphics.TranslateTransform and start accumulating those translations.
If you do use those Transform methods in a method, it is wise to also undo the matirx transformations before exiting the method.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum


modified 24-Sep-11 11:07am.

GeneralRe: DrawEllipse center on current cursor position? Pin
ChrisDScott9324-Sep-11 6:38
ChrisDScott9324-Sep-11 6:38 
GeneralRe: DrawEllipse center on current cursor position? Pin
Richard MacCutchan24-Sep-11 6:45
mveRichard MacCutchan24-Sep-11 6:45 
QuestionRe: DrawEllipse center on current cursor position? Pin
Luc Pattyn24-Sep-11 7:04
sitebuilderLuc Pattyn24-Sep-11 7:04 
AnswerRe: DrawEllipse center on current cursor position? Pin
ChrisDScott9324-Sep-11 9:09
ChrisDScott9324-Sep-11 9:09 
AnswerRe: DrawEllipse center on current cursor position? Pin
Richard MacCutchan24-Sep-11 21:36
mveRichard MacCutchan24-Sep-11 21:36 
AnswerRe: DrawEllipse center on current cursor position? Pin
Luc Pattyn24-Sep-11 7:02
sitebuilderLuc Pattyn24-Sep-11 7:02 
GeneralRe: DrawEllipse center on current cursor position? Pin
ChrisDScott9324-Sep-11 9:21
ChrisDScott9324-Sep-11 9:21 
AnswerRe: DrawEllipse center on current cursor position? Pin
Luc Pattyn24-Sep-11 9:26
sitebuilderLuc Pattyn24-Sep-11 9:26 
GeneralRe: DrawEllipse center on current cursor position? Pin
ChrisDScott9324-Sep-11 23:13
ChrisDScott9324-Sep-11 23:13 
QuestionListview problem Pin
erickoronoh10kip23-Sep-11 7:30
erickoronoh10kip23-Sep-11 7:30 
AnswerRe: Listview problem Pin
Bert Mitton23-Sep-11 7:38
professionalBert Mitton23-Sep-11 7:38 
QuestionWhere and Why my row is not collored Pin
DeDelva23-Sep-11 3:19
DeDelva23-Sep-11 3:19 
AnswerRe: Where and Why my row is not collored Pin
Luc Pattyn23-Sep-11 3:32
sitebuilderLuc Pattyn23-Sep-11 3:32 
GeneralRe: Where and Why my row is not collored Pin
Scubapro23-Sep-11 3:49
Scubapro23-Sep-11 3:49 
AnswerRe: Where and Why my row is not collored Pin
DeDelva23-Sep-11 5:41
DeDelva23-Sep-11 5:41 
AnswerRe: Where and Why my row is not collored Pin
Scubapro23-Sep-11 3:48
Scubapro23-Sep-11 3:48 
GeneralRe: Where and Why my row is not collored Pin
DeDelva23-Sep-11 5:37
DeDelva23-Sep-11 5:37 

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.