Click here to Skip to main content
15,912,493 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: hi Pin
Christian Graus16-Aug-08 0:08
protectorChristian Graus16-Aug-08 0:08 
GeneralRe: hi Pin
Paul Conrad16-Aug-08 9:23
professionalPaul Conrad16-Aug-08 9:23 
AnswerRe: hi Pin
rprateek18-Aug-08 18:53
rprateek18-Aug-08 18:53 
Questionhow to import .csv or .txt file into listview control?? Pin
aungthiha15-Aug-08 21:08
aungthiha15-Aug-08 21:08 
AnswerRe: how to import .csv or .txt file into listview control?? Pin
Christian Graus15-Aug-08 21:34
protectorChristian Graus15-Aug-08 21:34 
GeneralRe: how to import .csv or .txt file into listview control?? Pin
Mycroft Holmes16-Aug-08 15:08
professionalMycroft Holmes16-Aug-08 15:08 
GeneralRe: how to import .csv or .txt file into listview control?? Pin
LloydA11117-Aug-08 15:32
LloydA11117-Aug-08 15:32 
QuestionGraphing calculator problem (VB.NET) Pin
jacobjordan15-Aug-08 17:44
jacobjordan15-Aug-08 17:44 
Ok, well i am making a graphing calculator, and it's the simplest part i can't seem to figure out. I have a panel that is 416x416, which the graph will be drawn on. I have variables, xMin, xMax, yMin, yMax, that store the minimum and maximum for the x and y values. Now, the first step in rendering the graph is to draw the X and Y axises, and based on the minimum and maximum of the values will determine where the origin for the graph is. That's what i'm having problem with, i can't seem to generate code that will, in pixels, give the origin for the graph. Right now, the calculator only works if -xMin = xMax = -yMin = yMax, meaning the origin would be in the center of the 416x416 panel, at point (208, 208). If the xMax was twice as much as the -xMin, then the X axis would be 1/4 off of the panels left side. I can't seem to code an algorithm, when passed the xMax, xMin, ect., will return the origin of the graph. It will work with some values, but not all. Please let me know if i have not explained enough.


void Play() { try { throw Ball(); } catch (Glove) { } finally { Play(); } }

"Failure is only the opportunity to begin again, this time more wisely."
"Don't ask for a light load, but rather ask for a strong back."

AnswerRe: Graphing calculator problem (VB.NET) Pin
The Cadde18-Aug-08 0:32
The Cadde18-Aug-08 0:32 
GeneralRe: Graphing calculator problem (VB.NET) Pin
jacobjordan18-Aug-08 10:37
jacobjordan18-Aug-08 10:37 
QuestionThread count keeps increasing Pin
alexvw15-Aug-08 16:31
alexvw15-Aug-08 16:31 
AnswerRe: Thread count keeps increasing Pin
N a v a n e e t h15-Aug-08 18:12
N a v a n e e t h15-Aug-08 18:12 
GeneralHere is the code! [modified] Pin
alexvw16-Aug-08 1:11
alexvw16-Aug-08 1:11 
Question[Message Deleted] Pin
Matthew Leggett15-Aug-08 16:10
Matthew Leggett15-Aug-08 16:10 
AnswerRe: is it possible Pin
Christian Graus15-Aug-08 18:07
protectorChristian Graus15-Aug-08 18:07 
QuestionHelp Pin
Matthew Leggett15-Aug-08 15:46
Matthew Leggett15-Aug-08 15:46 
AnswerRe: Help Pin
Christian Graus15-Aug-08 18:09
protectorChristian Graus15-Aug-08 18:09 
AnswerRe: Help Pin
ChandraRam17-Aug-08 21:01
ChandraRam17-Aug-08 21:01 
QuestionDateTime and Time Zones Pin
nlarson1115-Aug-08 9:38
nlarson1115-Aug-08 9:38 
AnswerRe: DateTime and Time Zones Pin
Mycroft Holmes15-Aug-08 15:26
professionalMycroft Holmes15-Aug-08 15:26 
QuestionVB Code problem Pin
romance115-Aug-08 9:10
romance115-Aug-08 9:10 
AnswerRe: VB Code problem Pin
Mycroft Holmes15-Aug-08 15:23
professionalMycroft Holmes15-Aug-08 15:23 
GeneralRe: VB Code problem Pin
romance117-Aug-08 12:39
romance117-Aug-08 12:39 
GeneralRe: VB Code problem Pin
Mycroft Holmes17-Aug-08 14:06
professionalMycroft Holmes17-Aug-08 14:06 
Questioncreate new variable in Run time Pin
shee_dee8615-Aug-08 3:25
shee_dee8615-Aug-08 3:25 

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.