Click here to Skip to main content
15,899,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncan picture boxes be mathmatically different then they appear Pin
Wankel Maggot3-May-09 20:34
Wankel Maggot3-May-09 20:34 
AnswerRe: can picture boxes be mathmatically different then they appear Pin
Christian Graus3-May-09 22:19
protectorChristian Graus3-May-09 22:19 
GeneralRe: can picture boxes be mathmatically different then they appear Pin
Wankel Maggot3-May-09 22:30
Wankel Maggot3-May-09 22:30 
GeneralRe: can picture boxes be mathmatically different then they appear Pin
Christian Graus3-May-09 22:48
protectorChristian Graus3-May-09 22:48 
AnswerRe: can picture boxes be mathmatically different then they appear Pin
Luc Pattyn3-May-09 23:05
sitebuilderLuc Pattyn3-May-09 23:05 
GeneralRe: can picture boxes be mathmatically different then they appear Pin
Wankel Maggot3-May-09 23:33
Wankel Maggot3-May-09 23:33 
GeneralRe: can picture boxes be mathmatically different then they appear Pin
Luc Pattyn3-May-09 23:48
sitebuilderLuc Pattyn3-May-09 23:48 
GeneralRe: can picture boxes be mathmatically different then they appear Pin
Christian Graus4-May-09 0:04
protectorChristian Graus4-May-09 0:04 
Wankel Maggot wrote:
I still thought if you said box.bottom that would return a real screen point ,it still seems strange to me that this isn't the case however


It is a real point, it's the bottom of the picture box, where-ever that is, in the form.

Wankel Maggot wrote:
because i am working on a graphing control how would i make the the plotted line disappear when i want to change the data being plotted


calling Invalidate() on the form causes it to redraw itself. You use variables to get the form to draw the graph inside the paint event however it is meant to be at that point in time.

Wankel Maggot wrote:
how do you know when your starting out that your using the right tool for the job


Buy a book, read MSDN, etc. I don't know why so many people use CreateGraphics, it seems to be a point of ignorance that has really taken off, which I assume means that you've googled and found examples of people doing this. A book is your best bet, because unlike a forum post, it's been edited and proof read.

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

GeneralRe: can picture boxes be mathmatically different then they appear [modified] Pin
Wankel Maggot4-May-09 0:18
Wankel Maggot4-May-09 0:18 
GeneralRe: can picture boxes be mathmatically different then they appear Pin
Dave Kreskowiak4-May-09 2:03
mveDave Kreskowiak4-May-09 2:03 
QuestionWhich libray will be used in Visual Basic 6 [modified] Pin
M Riaz Bashir3-May-09 20:11
M Riaz Bashir3-May-09 20:11 
AnswerRe: Which libray will be used in Visual Basic 6 Pin
Christian Graus3-May-09 22:20
protectorChristian Graus3-May-09 22:20 
AnswerRe: Which libray will be used in Visual Basic 6 Pin
Tiyani Miyambo4-May-09 0:27
Tiyani Miyambo4-May-09 0:27 
AnswerRe: Which libray will be used in Visual Basic 6 Pin
Johan Hakkesteegt4-May-09 1:24
Johan Hakkesteegt4-May-09 1:24 
AnswerRe: Which libray will be used in Visual Basic 6 Pin
Baran M4-May-09 1:25
Baran M4-May-09 1:25 
AnswerRe: Which libray will be used in Visual Basic 6 Pin
Dave Kreskowiak4-May-09 2:00
mveDave Kreskowiak4-May-09 2:00 
Questionurgent help required .. How to remove XMLNS namespace in child nodes (urgent) Pin
Member 61613673-May-09 19:53
Member 61613673-May-09 19:53 
AnswerRe: urgent help required .. How to remove XMLNS namespace in child nodes (urgent) Pin
Christian Graus3-May-09 22:21
protectorChristian Graus3-May-09 22:21 
GeneralRe: urgent help required .. How to remove XMLNS namespace in child nodes (urgent) Pin
Member 61613673-May-09 23:28
Member 61613673-May-09 23:28 
QuestionDisplay the Excel Book in Vb.Net. Pin
Nanda_MR3-May-09 19:07
Nanda_MR3-May-09 19:07 
QuestionCommunicate over ethernet port (VS2005, Vista) Pin
Chun23-May-09 13:27
Chun23-May-09 13:27 
AnswerRe: Communicate over ethernet port (VS2005, Vista) Pin
Dave Kreskowiak4-May-09 1:57
mveDave Kreskowiak4-May-09 1:57 
Questionip adress Pin
andreas_6352-May-09 23:43
andreas_6352-May-09 23:43 
AnswerRe: ip adress Pin
Mycroft Holmes2-May-09 23:46
professionalMycroft Holmes2-May-09 23:46 
GeneralRe: ip adress Pin
andreas_6352-May-09 23:54
andreas_6352-May-09 23:54 

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.