Click here to Skip to main content
16,008,954 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: get google service in Visual Basic. Pin
Luc Pattyn16-Nov-09 11:30
sitebuilderLuc Pattyn16-Nov-09 11:30 
GeneralRe: get google service in Visual Basic. Pin
Dave Kreskowiak16-Nov-09 13:41
mveDave Kreskowiak16-Nov-09 13:41 
AnswerRe: get google service in Visual Basic. Pin
Eddy Vluggen16-Nov-09 4:45
professionalEddy Vluggen16-Nov-09 4:45 
QuestionDrawing Pin
Assaf8216-Nov-09 0:56
Assaf8216-Nov-09 0:56 
AnswerRe: Drawing Pin
EliottA16-Nov-09 1:30
EliottA16-Nov-09 1:30 
GeneralRe: Drawing Pin
Assaf8216-Nov-09 17:33
Assaf8216-Nov-09 17:33 
AnswerRe: Drawing Pin
Dave Kreskowiak16-Nov-09 5:36
mveDave Kreskowiak16-Nov-09 5:36 
AnswerRe: Drawing Pin
dan!sh 16-Nov-09 5:48
professional dan!sh 16-Nov-09 5:48 
Is it like first circle would have radius equal to "a", second with radius equal to "b" and third with radius equal to their product? You need only two things here then:

1. Some sort of parser that would compute result based on text you enter. You can use a switch statement if the mathematical operators you allow are few and basic. If you are allowing large and complex number of operators, get a third party parser.

2. You need to handle the Paint event of your form (if you are drawing circles directly on Form). There you can draw the circles using the Graphics object's DrawEllipse method. Make sure to redraw all the circles everytime or else they would vanish.

50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

QuestionSystem modal dialog box Pin
linto_1115-Nov-09 22:01
linto_1115-Nov-09 22:01 
AnswerRe: System modal dialog box Pin
Richard MacCutchan15-Nov-09 22:05
mveRichard MacCutchan15-Nov-09 22:05 
GeneralRe: System modal dialog box Pin
linto_1115-Nov-09 22:06
linto_1115-Nov-09 22:06 
GeneralRe: System modal dialog box Pin
Christian Graus15-Nov-09 22:17
protectorChristian Graus15-Nov-09 22:17 
GeneralRe: System modal dialog box Pin
The Man from U.N.C.L.E.15-Nov-09 22:39
The Man from U.N.C.L.E.15-Nov-09 22:39 
GeneralRe: System modal dialog box Pin
Christian Graus15-Nov-09 22:57
protectorChristian Graus15-Nov-09 22:57 
AnswerRe: System modal dialog box Pin
Richard MacCutchan15-Nov-09 23:18
mveRichard MacCutchan15-Nov-09 23:18 
AnswerRe: System modal dialog box Pin
Dave Kreskowiak16-Nov-09 5:19
mveDave Kreskowiak16-Nov-09 5:19 
QuestionMS-SOAP Toolkit v3.0 https Pin
eduardo.s.ferreira15-Nov-09 10:03
eduardo.s.ferreira15-Nov-09 10:03 
QuestionHow To Create a Instance of the System.Threading.TimerCallback using Reflection???? .NET Pin
klausporff15-Nov-09 7:21
klausporff15-Nov-09 7:21 
AnswerRe: How To Create a Instance of the System.Threading.TimerCallback using Reflection???? .NET Pin
Luc Pattyn15-Nov-09 7:45
sitebuilderLuc Pattyn15-Nov-09 7:45 
GeneralRe: How To Create a Instance of the System.Threading.TimerCallback using Reflection???? .NET Pin
klausporff15-Nov-09 11:07
klausporff15-Nov-09 11:07 
GeneralRe: How To Create a Instance of the System.Threading.TimerCallback using Reflection???? .NET Pin
Luc Pattyn15-Nov-09 11:15
sitebuilderLuc Pattyn15-Nov-09 11:15 
GeneralRe: How To Create a Instance of the System.Threading.TimerCallback using Reflection???? .NET Pin
klausporff15-Nov-09 11:37
klausporff15-Nov-09 11:37 
QuestionHow can I define Excel as a reference com object for the project.? Pin
JUNEYT15-Nov-09 6:54
JUNEYT15-Nov-09 6:54 
AnswerRe: How can I define Excel as a reference com object for the project.? Pin
DaveAuld15-Nov-09 8:03
professionalDaveAuld15-Nov-09 8:03 
AnswerRe: How can I define Excel as a reference com object for the project.? Pin
The Man from U.N.C.L.E.15-Nov-09 22:33
The Man from U.N.C.L.E.15-Nov-09 22:33 

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.