In a simple chart like
Dim arrPrices(1 to 10)
Dim i As Integer
For i = 1 to 10
arrPrices(i)= i * 2
Next i
MSChart1.ChartData = arrPrices
how can I control the maximum and minimum values...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20012514.html
I want to print a form. The form has 2 picture boxes and a scale bar.
On the form load I set one picture box to point to a bmp, and the other to point to a jpg.
The jpg is of variable dimensi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20308675.html
Hi
I've got a problem, well not me personally :-) say I have a CListCtrl and the dailog editor tells me it is 200 x 400, I want to have 2 columns the same size and without being wider than the ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20872308.htm...
Zones:
Windows MFCDate Answered: 02/23/2004 Rating: 9.0 Views: 0
Hi All,
I want to scale a bitmap file (create a thumbnail ffrom bitmap file) and then save this thumbnail a jpeg file.
Please show me a way or give me sample java code
thanks
Phu
http://www.experts-exchange.com/Programming/Languages/Java/Q_20969013.html
This is annoying me but i think the explanation will be fairly simple. Simple problem: I am drawing a box (using the d3dx helper function). I have one directional light(white) on an angle, so th...
http://www.experts-exchange.com/Programming/Game/Game_Graphics/DirectX/Q_21077891.html
Zones:
...Date Answered: 08/15/2004 Rating: 8.0 Views: 0
HI All,
I did a system by using java. Now i need a detect a scale reader to the system to calculate some values regarding the weight of the goods. The thing is i don't know how to get this measure...
http://www.experts-exchange.com/Programming/Misc/Q_21078846.html
I am using SAP for multiple needs: Is there any compromise for using SAP in large enterprise systems?
http://www.experts-exchange.com/Database/Software/ERP/SAP_ERP/Q_21484007.html
Zones:
SAP ERPDate Answered: 08/10/2005 Rating: 7.8 Views: 0
mu.wordpress uses 6 new tables for each user. How can I go about scaling the system if it grows to 1000s of tables.
http://www.experts-exchange.com/Database/MySQL/Q_21741782.html
Zones:
MySQL ServerDate Answered: 02/17/2006 Rating: 9.4 Views: 0
I am connecting to a SQL Server database. I need to look at a table and determine the field type, including the precision and scale of numeric fields.
I have searched the archives and can't fin...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21845883.htm...
Hi,
How come when I use g2d.scale(x,y), it moves my object to another location? How do I bring it back to the original location? thanks!
http://www.experts-exchange.com/Programming/Languages/Java/Q_22057552.html