Click here to Skip to main content
16,005,209 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB & International Number Format Pin
Thomas Blenkers1-Feb-02 6:30
Thomas Blenkers1-Feb-02 6:30 
GeneralRe: VB & International Number Format Pin
Konstantin Vasserman1-Feb-02 18:57
Konstantin Vasserman1-Feb-02 18:57 
GeneralDrag and Drop Confusion in VBA Pin
Shaggy31-Jan-02 8:28
Shaggy31-Jan-02 8:28 
GeneralUsing the internal speaker Pin
30-Jan-02 11:53
suss30-Jan-02 11:53 
GeneralRe: Using the internal speaker Pin
Jeremy Falcon18-Feb-02 9:17
professionalJeremy Falcon18-Feb-02 9:17 
GeneralRe: Using the internal speaker Pin
25-Feb-02 16:29
suss25-Feb-02 16:29 
GeneralApp data storage on PocketPC Pin
30-Jan-02 3:51
suss30-Jan-02 3:51 
GeneralURGENT Pin
Member 1697729-Jan-02 4:40
Member 1697729-Jan-02 4:40 
Private Type RECT
left As Long
top As Long
Right As Long
Bottom As Long
X As Long
y As Long
data As String
color As Long
index As Integer
End Type
dim Die() as RECT

I have a class module which populates this array for RECTs from xml fie
Now i want to pass this array to Form which will then use and modify
this data.i want to pass it byref so that form will modify data of
this instance of class.
VB is not allowing me to pass this array as argument to a function.

Anybody can suggest how should i modify this data of class from form.

This is very urgent

thanx in advance
Tushar
GeneralRe: URGENT Pin
Andrew Peace30-Jan-02 11:17
Andrew Peace30-Jan-02 11:17 
GeneralRe: URGENT Pin
Firoz30-Jan-02 18:41
Firoz30-Jan-02 18:41 
GeneralProblem with shell running asynchronously Pin
Carolina28-Jan-02 2:26
Carolina28-Jan-02 2:26 
GeneralRe: Problem with shell running asynchronously Pin
Carlos Antollini28-Jan-02 3:09
Carlos Antollini28-Jan-02 3:09 
GeneralRe: Problem with shell running asynchronously Pin
Carolina28-Jan-02 4:33
Carolina28-Jan-02 4:33 
GeneralIcons on menus not working under XP Pin
David Wengier27-Jan-02 13:36
David Wengier27-Jan-02 13:36 
GeneralVB 5 doesn't compile project Pin
26-Jan-02 5:29
suss26-Jan-02 5:29 
GeneralDependencies Pin
Steve Thresher25-Jan-02 0:45
Steve Thresher25-Jan-02 0:45 
GeneralRe: Dependencies Pin
Steve Thresher25-Jan-02 2:47
Steve Thresher25-Jan-02 2:47 
GeneralResource File Compiler Pin
23-Jan-02 14:34
suss23-Jan-02 14:34 
GeneralRe: Resource File Compiler Pin
25-Jan-02 18:01
suss25-Jan-02 18:01 
GeneralGetting File Name of an application with handle Pin
bjwoodburn23-Jan-02 0:22
bjwoodburn23-Jan-02 0:22 
GeneralRe: Getting File Name of an application with handle Pin
Konstantin Vasserman23-Jan-02 12:12
Konstantin Vasserman23-Jan-02 12:12 
GeneralSpeech Recognition Pin
22-Jan-02 10:03
suss22-Jan-02 10:03 
GeneralRe: Speech Recognition Pin
Konstantin Vasserman22-Jan-02 10:29
Konstantin Vasserman22-Jan-02 10:29 
QuestionHow do you find out the CLSID Pin
Steve Thresher21-Jan-02 0:21
Steve Thresher21-Jan-02 0:21 
AnswerRe: How do you find out the CLSID Pin
Ravish23-Jan-02 19:54
Ravish23-Jan-02 19: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.