This is the only thing in my project that is using the Microsoft.VisualBasic namespace.Is there a replacement for CopyArray in the .NET framework?VB Code:
RandomNumberArray = VB6.CopyArray(dblX)
This is the only thing in my project that is using the Microsoft.VisualBasic namespace.Is there a replacement for CopyArray in the .NET framework?VB Code:
RandomNumberArray = VB6.CopyArray(dblX)
Um... Array.Copy maybe?
2007-2013
Why is my data not saved to my database? | Communicating between multiple forms | MSDN Data Walkthroughs
MSDN "How Do I?" Videos: VB | C#
VBForums Database Development FAQ
My CodeBank Submissions: VB (*NEW* Pausing Code) | C#
My Blog: Using Parameters in ADO.NET | Keyboard Events | Assemblies & Namespaces
Hi,Originally Posted by agmorgan
Here's a link about the Array.Copy method:
http://msdn2.microsoft.com/en-us/lib...py(d=ide).aspx
Hope it helps,
sparrow1
Wkr,
sparrow1
If I helped you, don't forget to Rate my post. Thank you
I'm using Visual Studio.Net 2003 and
2005
How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
Video's for beginners
Thanks![]()
I still haven't got my head object orientated yet so I don't seem to look in the right place for things in .NET!
No problem, I was glad to help you.Originally Posted by agmorgan
![]()
Wkr,
sparrow1
Wkr,
sparrow1
If I helped you, don't forget to Rate my post. Thank you
I'm using Visual Studio.Net 2003 and
2005
How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
Video's for beginners