Hello,
I might be asking for a miracle here.
I used ACT's email backup program at two different timelines on two different computers but have used both computers regularly.
Is there some way to take the email backups and be able to merge their information?
Each backup has unique information...
Hello again,
I found out through someone else that I made an error in declaring my array.
My incorrect code was:
Dim arrayName() As Integer
So my error went away once I assigned how many elements were in the array as:
Dim arrayName(100) As Integer
Thanks for your interest in reading this though!!
Hello to any who take their time to read this.
I am a beginner programer and am currently using Visual Studio.NET 2003.
I built a very basic program and decided to test it. I ran the program with Debug activated.
I have a single form with two textboxes and an "Enter" button. The user enters...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.