Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need assistance with rectangles Pin
sumod_madhavan9-Oct-05 9:56
sumod_madhavan9-Oct-05 9:56 
QuestionOPC apps/compos Pin
Marc Soleda7-Oct-05 4:55
Marc Soleda7-Oct-05 4:55 
QuestionOut Of Memory Pin
Greeky7-Oct-05 4:50
Greeky7-Oct-05 4:50 
AnswerRe: Out Of Memory Pin
enjoycrack7-Oct-05 14:32
enjoycrack7-Oct-05 14:32 
AnswerRe: Out Of Memory Pin
Dave Kreskowiak7-Oct-05 16:38
mveDave Kreskowiak7-Oct-05 16:38 
QuestionC DLL Pin
peter12345677-Oct-05 2:09
peter12345677-Oct-05 2:09 
Questioncan anyone help me implement arrows pls? Pin
codecreeper6-Oct-05 22:06
codecreeper6-Oct-05 22:06 
AnswerRe: can anyone help me implement arrows pls? Pin
Briga7-Oct-05 0:21
Briga7-Oct-05 0:21 
with a more specific and precise question we may provide you a better answer.

Anyway the route to follow is the following:

1) Decide where do you want to draw
(i.e. a form called myForm)
2) Get the graphic enviroment
(with a myG=myForm.CreateGraphic)
3) Create and define a Pen with an arrow style:
(dim mp as new Pen(Black)
mp.endcap=ArrowAnchor)
4) Draw the line with the correct pen
(myG.DrawLine(mp,start,end))
where start and end are the coordinates.

Of course you need to provide the correct namespaces (i.e. for the ArrowAnchor) or simply import them in the beginning.
GeneralRe: can anyone help me implement arrows pls? Pin
codecreeper7-Oct-05 1:16
codecreeper7-Oct-05 1:16 
GeneralRe: can anyone help me implement arrows pls? Pin
Briga7-Oct-05 3:01
Briga7-Oct-05 3:01 
GeneralRe: can anyone help me implement arrows pls? Pin
codecreeper7-Oct-05 4:49
codecreeper7-Oct-05 4:49 
Questionabout font object Pin
maxiachun6-Oct-05 21:55
maxiachun6-Oct-05 21:55 
QuestionEmail feature input Pin
ESCOBAR@@@6-Oct-05 20:52
ESCOBAR@@@6-Oct-05 20:52 
AnswerRe: Email feature input Pin
KaptinKrunch7-Oct-05 5:50
KaptinKrunch7-Oct-05 5:50 
GeneralRe: Email feature input Pin
Anonymous7-Oct-05 10:08
Anonymous7-Oct-05 10:08 
Questiondeploying an vb.net application with sql server database Pin
paranth6-Oct-05 20:52
paranth6-Oct-05 20:52 
QuestionPlot Bar Graph in VB.net Pin
lituparitosh6-Oct-05 20:27
lituparitosh6-Oct-05 20:27 
AnswerRe: Plot Bar Graph in VB.net Pin
maxiachun6-Oct-05 21:08
maxiachun6-Oct-05 21:08 
GeneralRe: Plot Bar Graph in VB.net Pin
lituparitosh7-Oct-05 1:38
lituparitosh7-Oct-05 1:38 
Questionabout software application with Screensaver function Pin
maxiachun6-Oct-05 19:18
maxiachun6-Oct-05 19:18 
AnswerRe: about software application with Screensaver function Pin
Anonymous7-Oct-05 8:21
Anonymous7-Oct-05 8:21 
GeneralThank you for your reply Pin
maxiachun7-Oct-05 14:58
maxiachun7-Oct-05 14:58 
QuestionRe: about software application with Screensaver function Pin
| Muhammad Waqas Butt |7-Oct-05 22:15
professional| Muhammad Waqas Butt |7-Oct-05 22:15 
QuestionA little help with File Copy Pin
Mega16-Oct-05 18:11
Mega16-Oct-05 18:11 
AnswerRe: A little help with File Copy Pin
AndrewVos7-Oct-05 3:30
AndrewVos7-Oct-05 3:30 

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.