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

Visual Basic

 
AnswerRe: sending emails in vb without using outlook or sqlserver Pin
Christian Graus14-Dec-06 0:20
protectorChristian Graus14-Dec-06 0:20 
AnswerRe: sending emails in vb without using outlook or sqlserver Pin
nlarson1114-Dec-06 3:31
nlarson1114-Dec-06 3:31 
GeneralRe: sending emails in vb without using outlook or sqlserver Pin
psiva198414-Dec-06 17:56
psiva198414-Dec-06 17:56 
QuestionLogon form using windows services Pin
sezhian_vertical13-Dec-06 21:15
sezhian_vertical13-Dec-06 21:15 
AnswerRe: Logon form using windows services Pin
nlarson1114-Dec-06 3:37
nlarson1114-Dec-06 3:37 
AnswerRe: Logon form using windows services Pin
Dave Kreskowiak14-Dec-06 9:57
mveDave Kreskowiak14-Dec-06 9:57 
Questionvb-graph-gdi [modified] Pin
aamn113-Dec-06 18:52
aamn113-Dec-06 18:52 
AnswerRe: vb-graph-gdi Pin
Christian Graus14-Dec-06 0:25
protectorChristian Graus14-Dec-06 0:25 
As soon as you want to do anything more than show a picture, you should ditch the picture box and handle your own paint event.

To get the co-ordinates along a line, work out the rate of ascent in one direction, then use fixed values in the other direction to work out your co-ordinates. So if you have a line from 10, 30 to 200, 150, your rate of ascent is (200-10)/(150-30) or 190/120. In other words, for every 19 pixels in the X, you travel 12 in the y. 19/12 = 1.583. So, to calculate your Y, multiple your X by 1.583, after normalising ( subtracting 10 and 30 so you start at 0 ).


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

Questionre: primary key Pin
rrrriiizz13-Dec-06 18:17
rrrriiizz13-Dec-06 18:17 
AnswerRe: re: primary key Pin
nlarson1114-Dec-06 3:44
nlarson1114-Dec-06 3:44 
Questionhow to detect that a process is being close by a task manager Pin
carl_sti13-Dec-06 17:35
carl_sti13-Dec-06 17:35 
AnswerRe: how to detect that a process is being close by a task manager Pin
Dave Kreskowiak14-Dec-06 10:03
mveDave Kreskowiak14-Dec-06 10:03 
AnswerRe: how to detect that a process is being close by a task manager Pin
Dave Kreskowiak16-Dec-06 4:02
mveDave Kreskowiak16-Dec-06 4:02 
QuestionTreeView hierarchical Parent-Child Pin
kindman_nb13-Dec-06 11:05
kindman_nb13-Dec-06 11:05 
AnswerRe: TreeView hierarchical Parent-Child Pin
kindman_nb13-Dec-06 21:47
kindman_nb13-Dec-06 21:47 
Questiondelete line Pin
jds120713-Dec-06 7:20
jds120713-Dec-06 7:20 
AnswerRe: delete line Pin
Christian Graus13-Dec-06 8:06
protectorChristian Graus13-Dec-06 8:06 
GeneralRe: delete line Pin
jds120713-Dec-06 8:28
jds120713-Dec-06 8:28 
GeneralRe: delete line Pin
Christian Graus13-Dec-06 8:39
protectorChristian Graus13-Dec-06 8:39 
GeneralRe: delete line Pin
jds120713-Dec-06 9:05
jds120713-Dec-06 9:05 
GeneralRe: delete line Pin
Christian Graus13-Dec-06 9:12
protectorChristian Graus13-Dec-06 9:12 
QuestionWindow Service Accesing folder Pin
nitin_ion13-Dec-06 5:55
nitin_ion13-Dec-06 5:55 
AnswerRe: Window Service Accesing folder Pin
nlarson1113-Dec-06 10:25
nlarson1113-Dec-06 10:25 
GeneralRe: Window Service Accesing folder Pin
nitin_ion13-Dec-06 16:43
nitin_ion13-Dec-06 16:43 
GeneralRe: Window Service Accesing folder Pin
nlarson1114-Dec-06 3:28
nlarson1114-Dec-06 3:28 

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.