
Visual Basic 6.0 app on windows XP operating system
I have written an charting application in Visual Basic6.0 which reads
data from an internet site using the "http get" method and draws
charts on vb forms using the "line method". I have a main mdi form and
8 child forms and use classes and collections to hold my data during
execution and a number of standard bas modules for the various
functions.
This application works great with windows 98/win nt
workstation/windows 2000/windows ME. However on windows XP, it does
not seem to draw the chart correctly. out of the 8 child forms, only 1
or 2 of them appear to be somewhat normal whereas the other child
forms show just a horizontal line where the candlesticks should
appear. Is there anything i need to specially for windows XP to draw
the chart properly??? I dont even know what the problem could be?? I
think it could be one of the follwoing:
1. windows xp does not support mdi forms and child forms??
2. windows xp does not support the line draw method of a form??
3. windows xp does not support the http get method??
4. windows xp does not support classes and collections??
Well, thats all i can think of... Please send any ideas on how to make
my vb app work with windows XP.
Thank you,
Savita.