Click here to Skip to main content
15,920,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Nested (recursive) class Pin
Guffa4-Nov-08 22:04
Guffa4-Nov-08 22:04 
GeneralRe: Nested (recursive) class Pin
wilson_borda5-Nov-08 1:37
wilson_borda5-Nov-08 1:37 
AnswerRe: Nested (recursive) class Pin
Steven J Jowett4-Nov-08 22:13
Steven J Jowett4-Nov-08 22:13 
GeneralRe: Nested (recursive) class Pin
wilson_borda5-Nov-08 1:42
wilson_borda5-Nov-08 1:42 
GeneralRe: Nested (recursive) class Pin
Steven J Jowett5-Nov-08 2:01
Steven J Jowett5-Nov-08 2:01 
GeneralRe: Nested (recursive) class Pin
wilson_borda5-Nov-08 3:19
wilson_borda5-Nov-08 3:19 
GeneralRe: Nested (recursive) class Pin
Guffa5-Nov-08 7:53
Guffa5-Nov-08 7:53 
AnswerRe: Nested (recursive) class Pin
Mark Churchill5-Nov-08 11:50
Mark Churchill5-Nov-08 11:50 
Public Class Point
   Public x as Double
   Public y as Double
End Class

Dim pts as new LinkedList(Of Point)


If you are converting the code, use all the features of your new platform. I'd even argue that you should use the PointF struct provided by the framework. I'm messing around writing game engines at the moment, and theres nothing more annoying than every damn library having their own version of Vector3 and Matrix.


QuestionOut of Memory Exception Pin
AR Reddy4-Nov-08 17:42
AR Reddy4-Nov-08 17:42 
AnswerRe: Out of Memory Exception Pin
_Damian S_4-Nov-08 19:52
professional_Damian S_4-Nov-08 19:52 
Question[Message Deleted] Pin
songkeqiang4-Nov-08 15:07
songkeqiang4-Nov-08 15:07 
AnswerRe: How can I access the IE Temporary folder? Pin
Dave Kreskowiak4-Nov-08 16:20
mveDave Kreskowiak4-Nov-08 16:20 
QuestionOffice Communications Server Pin
alexfromto4-Nov-08 10:07
alexfromto4-Nov-08 10:07 
AnswerRe: Office Communications Server Pin
Dave Kreskowiak4-Nov-08 16:21
mveDave Kreskowiak4-Nov-08 16:21 
QuestionHTML Auto-Indent Pin
Saul Johnson4-Nov-08 7:49
Saul Johnson4-Nov-08 7:49 
AnswerRe: HTML Auto-Indent Pin
Dave Kreskowiak4-Nov-08 16:23
mveDave Kreskowiak4-Nov-08 16:23 
GeneralRe: HTML Auto-Indent Pin
Saul Johnson6-Nov-08 9:05
Saul Johnson6-Nov-08 9:05 
GeneralRe: HTML Auto-Indent Pin
Dave Kreskowiak7-Nov-08 13:21
mveDave Kreskowiak7-Nov-08 13:21 
QuestionVB6 Databae Programming Pin
Gagan.204-Nov-08 0:57
Gagan.204-Nov-08 0:57 
AnswerRe: VB6 Databae Programming Pin
ChandraRam4-Nov-08 1:30
ChandraRam4-Nov-08 1:30 
AnswerCP IGNORE: "Google" question Pin
leckey4-Nov-08 14:37
leckey4-Nov-08 14:37 
Questionminimum Margins Pin
JR2123-Nov-08 23:48
JR2123-Nov-08 23:48 
AnswerRe: minimum Margins Pin
Thomas Stockwell4-Nov-08 2:15
professionalThomas Stockwell4-Nov-08 2:15 
QuestionRe: minimum Margins Pin
JR2124-Nov-08 3:40
JR2124-Nov-08 3:40 
AnswerRe: minimum Margins Pin
Tom Deketelaere4-Nov-08 5:22
professionalTom Deketelaere4-Nov-08 5:22 

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.