Click here to Skip to main content
15,923,852 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: .NET and Integer, Long, and Short Pin
Greg Osborne21-Sep-04 10:10
Greg Osborne21-Sep-04 10:10 
GeneralGetIfTable and VB.NET Pin
andrew|14-Sep-04 5:46
andrew|14-Sep-04 5:46 
QuestionHow to select the the Launch Conditions in View menu? Pin
ATC14-Sep-04 4:29
ATC14-Sep-04 4:29 
GeneralPROGRAM HELP!!! Pin
ISUstudent14-Sep-04 4:17
ISUstudent14-Sep-04 4:17 
GeneralRe: PROGRAM HELP!!! Pin
Dave Kreskowiak14-Sep-04 4:51
mveDave Kreskowiak14-Sep-04 4:51 
GeneralWorking with a database Pin
Britnt714-Sep-04 2:14
Britnt714-Sep-04 2:14 
GeneralRe: Working with a database Pin
Mekong River14-Sep-04 5:24
Mekong River14-Sep-04 5:24 
Generalbuild calss structure to store data Pin
Anonymous14-Sep-04 2:13
Anonymous14-Sep-04 2:13 
Hi Im a bit new to VB and try to understand how to build a class structure to store some data. First I tried to do it with type definitions and collections but this did not work, giving compill errors about using local types in "public scope".

The question is how do I do int in a proper way?

Should the types data, entry, value and vector be defined as separat classes or can I build them as types? I need to in other places of the code work with them separatly. If I do them as separate classes is there a way of doing this in one sigle file, most of the would be realy simple simular to a type definition?

What is best to use, a collection or a vector, when I define the entry type/class should I delcare the Values as a vector of value and the do ReDim on this when adding more data or use a collectiond that has suport for all this built in?


What Im trying to do is something like
data
-dataName as string
-DataEntrys() as entry

entry
-entryName as string
-Values() as value
-Vectors() as vector

value
-valueName as string
-valueValue as integer

vector
-vectorName as string
-vectorNumbers() as integer


GeneralActiveX problem Pin
archetype14-Sep-04 1:32
archetype14-Sep-04 1:32 
GeneralRe: ActiveX problem Pin
Dave Kreskowiak14-Sep-04 3:46
mveDave Kreskowiak14-Sep-04 3:46 
GeneralRe: ActiveX problem Pin
archetype14-Sep-04 4:01
archetype14-Sep-04 4:01 
GeneralRe: ActiveX problem Pin
Mekong River14-Sep-04 5:10
Mekong River14-Sep-04 5:10 
GeneralTimers & Buttons Pin
Anonymous14-Sep-04 1:06
Anonymous14-Sep-04 1:06 
GeneralRe: Timers & Buttons Pin
pbpb14-Sep-04 1:46
pbpb14-Sep-04 1:46 
GeneralProblem opening design Pin
gbarry13-Sep-04 23:58
gbarry13-Sep-04 23:58 
GeneralRe: Problem opening design Pin
Purple Monk14-Sep-04 2:15
Purple Monk14-Sep-04 2:15 
QuestionHow to access any process's memory Pin
Member 136563313-Sep-04 23:24
Member 136563313-Sep-04 23:24 
Generalpassing a variable from VB.Net to ASP Page Pin
njppp13-Sep-04 21:23
njppp13-Sep-04 21:23 
GeneralRe: passing a variable from VB.Net to ASP Page Pin
Dave Kreskowiak14-Sep-04 3:39
mveDave Kreskowiak14-Sep-04 3:39 
QuestionAddressOf in Vb.net?? Pin
Member 129565013-Sep-04 16:28
Member 129565013-Sep-04 16:28 
AnswerRe: AddressOf in Vb.net?? Pin
Hadi Fakhreddine13-Sep-04 21:02
Hadi Fakhreddine13-Sep-04 21:02 
GeneralRe: AddressOf in Vb.net?? Pin
Member 129565013-Sep-04 21:37
Member 129565013-Sep-04 21:37 
GeneralI couldn't get the first row from excel file. Pin
kokain13-Sep-04 15:14
kokain13-Sep-04 15:14 
GeneralRe: I couldn't get the first row from excel file. Pin
Dave Kreskowiak14-Sep-04 3:35
mveDave Kreskowiak14-Sep-04 3:35 
GeneralRe: I couldn't get the first row from excel file. Pin
Anonymous15-Sep-04 4:18
Anonymous15-Sep-04 4:18 

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.