•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 423,085 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,356 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 253 | Replies: 2
![]() |
•
•
Join Date: Jul 2008
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
I've searched all contents of Daiweb and found similar topics but not exactly good on me.
I'm trying to build a activex DLL without any form. This DLL will be used by others as a function library about a specific purpose for "color matching".
I wish to declare an array with preloaded values in module declaration section.
I know only one way to declare an array:
Public A10Wx
A10Wx = Array(1,2,3,4,5,6)
But this way works only in a function. This means that, the array will be active only when function run. My aim is to put values into array at startup.
Thanks in advance for the repliers.
Regards,
I'm trying to build a activex DLL without any form. This DLL will be used by others as a function library about a specific purpose for "color matching".
I wish to declare an array with preloaded values in module declaration section.
I know only one way to declare an array:
Public A10Wx
A10Wx = Array(1,2,3,4,5,6)
But this way works only in a function. This means that, the array will be active only when function run. My aim is to put values into array at startup.
Thanks in advance for the repliers.
Regards,
•
•
Join Date: Feb 2008
Location: Sivakasi, Tamilnadu, India
Posts: 453
Reputation:
Rep Power: 1
Solved Threads: 78
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Process of generating Report in VB 6.0
- Next Thread: convert date value from dtpicker to string


Linear Mode