Hello
Recently I converted a VB 6 program which contained public record structures using the VB 2010 upgrade option.
There were surprisingly few syntax errors which were easily resolved. The program does however use public record
structures for storing data in external random access files...
I am converting a batch of VB6 programs into VB.Net
Most contain many instances of Ariel / MS Sans Serif font size 8 (labels, text boxes etc) and I was wondering
if there was a rapid way of changing these to font size 10 without going through them individually ?
Good Morning, I was wondering if anyone could point me in the direction of finding code that would shade in the overlap areas between circles and also the areas under and between graphs ?
I have now succeeded in getting the program to work in a W7 environment.
Also another graphics program which I had previously only been able to use in XP.
I also tried running it through a VB 2008 converter but it yielded 102 errors which
I wasn't going to try to resolve.
Thank you again for...
I have actually made some progress. I dug out an old HP laptop which has XP and transferred the Dana Seaman files.
I did have to select GDI+Type library in the VB6 References and make a few other minor changes in order to get
the program to work. It does look very professional but there was a...
Thank you for all your efforts.
I did try some of Tanner's other examples when I worked on this several years ago but the only one I got to work was the one
which went through one pixel at a time.
Unfortunately I had the same problem with the code you provided. I think the problem is that...
Thank you. I will try this out later and let you know the outcome (it may be a few days. The original code was written by the legendary Tanner Helland from Australia and I made a few adaptions.
Thankyou for the quick response. Yes, you are off course correct about BTable not being a native VB function. I posted this close to midnight UK time when I was dropping off to sleep.
What I meant re RGB was if there was a way of distinguishing a light red from a dark red (or in between shade)...
I am using the following code to examine the color of each point on a picture box and then changing it before
redisplaying as a different color on a 2nd picturebox. Although it works I was wondering if other colors outside the
RGB range could be utilised ? Also I have been unable to find any...
Here is the sample code (calls to the relevant trig functions are highlighted :
It was adapted from code downloaded from a VB 6 "shareware" website
Variable declarations
Rem Main Loop
For Count = Xst - 2 * MyPi To Xst + 2 * MyPi Step 3
'Step++ = Faster; Step-- = Slower
'...
Owing to VB6 not having the standard Hyperbolic Trig functions (Sinh, Cosh etc) I have written routines to calculate them from scratch,
e.g Sinh(x) = (e^x - e^-x)/2 and Cosh(x) = (e^x + e^-x)/2
However when multiple calculations are required within a loop then the process grinds to a halt as it...
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.