Click here to Skip to main content
15,919,479 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Class that contains properties as well as a collection of a Class Pin
Colin Angus Mackay10-Jan-07 10:24
Colin Angus Mackay10-Jan-07 10:24 
GeneralRe: Class that contains properties as well as a collection of a Class Pin
Marcus J. Smith10-Jan-07 11:15
professionalMarcus J. Smith10-Jan-07 11:15 
GeneralRe: Class that contains properties as well as a collection of a Class Pin
nlarson1110-Jan-07 11:23
nlarson1110-Jan-07 11:23 
GeneralRe: Class that contains properties as well as a collection of a Class Pin
Christian Graus10-Jan-07 11:25
protectorChristian Graus10-Jan-07 11:25 
GeneralRe: Class that contains properties as well as a collection of a Class [modified] Pin
Marcus J. Smith11-Jan-07 1:56
professionalMarcus J. Smith11-Jan-07 1:56 
GeneralRe: Class that contains properties as well as a collection of a Class Pin
Christian Graus11-Jan-07 8:29
protectorChristian Graus11-Jan-07 8:29 
QuestionAccess to arraylist globaly Pin
WestSideRailways10-Jan-07 9:43
WestSideRailways10-Jan-07 9:43 
AnswerRe: Access to arraylist globaly Pin
nlarson1110-Jan-07 10:06
nlarson1110-Jan-07 10:06 
you can make the variable shared within a class

public class Common
public shared oaArray as new arraylist
end class

-----

any code:

common.oarraylist.add("??????")
GeneralRe: Access to arraylist globaly Pin
WestSideRailways10-Jan-07 11:15
WestSideRailways10-Jan-07 11:15 
AnswerRe: Access to arraylist globaly Pin
Christian Graus10-Jan-07 11:22
protectorChristian Graus10-Jan-07 11:22 
GeneralRe: Access to arraylist globaly Pin
nlarson1110-Jan-07 11:26
nlarson1110-Jan-07 11:26 
GeneralRe: Access to arraylist globaly Pin
Christian Graus10-Jan-07 11:44
protectorChristian Graus10-Jan-07 11:44 
GeneralRe: Access to arraylist globaly Pin
WestSideRailways10-Jan-07 14:26
WestSideRailways10-Jan-07 14:26 
GeneralRe: Access to arraylist globaly Pin
nlarson1110-Jan-07 15:18
nlarson1110-Jan-07 15:18 
GeneralRe: Access to arraylist globaly Pin
Christian Graus10-Jan-07 18:19
protectorChristian Graus10-Jan-07 18:19 
GeneralRe: Access to arraylist globaly Pin
WestSideRailways10-Jan-07 19:13
WestSideRailways10-Jan-07 19:13 
GeneralRe: Access to arraylist globaly Pin
Christian Graus11-Jan-07 0:52
protectorChristian Graus11-Jan-07 0:52 
QuestionSplash screen & Startup form Pin
kindman_nb10-Jan-07 9:35
kindman_nb10-Jan-07 9:35 
QuestionSerialization in vb2005 Pin
john_paul10-Jan-07 8:27
john_paul10-Jan-07 8:27 
AnswerRe: Serialization in vb2005 Pin
Christian Graus10-Jan-07 9:16
protectorChristian Graus10-Jan-07 9:16 
AnswerRe: Serialization in vb2005 Pin
Marc Paliotti10-Jan-07 9:18
Marc Paliotti10-Jan-07 9:18 
AnswerRe: Serialization in vb2005 Pin
nlarson1110-Jan-07 10:27
nlarson1110-Jan-07 10:27 
GeneralRe: Serialization in vb2005 Pin
john_paul10-Jan-07 13:41
john_paul10-Jan-07 13:41 
Questionhelp me:crystal report+access Pin
Yar e Mehrban10-Jan-07 6:32
Yar e Mehrban10-Jan-07 6:32 
QuestionTesting in VS.NET 2003 Pin
Marc Paliotti10-Jan-07 5:18
Marc Paliotti10-Jan-07 5: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.