2
Answers

Graphics speed

eirikaanonsen

eirikaanonsen

20y
2k
1
private void tegne(object sender, PaintEventArgs e) { Graphics g=e.Graphics; g.DrawLine( pen, x-1, y1, x,y2); } is there an more efficiant way to do this operation.. I'm trying to build an application for Pocket PC that can show a running curve that is constantly updating. But the problem is to get the PDA to work fast enough. So im trying to find faster ways to program the line in.
Answers (2)
0
spgilmore

spgilmore

NA 591 0 21y
I'm not sure I understand you correctly. There's no reason you can't run this batch file whether you have Visual studio or not, unless it doesn't come with Visual Studio. (I have VS, so I don't know if it comes with the SDK or the Studio), but since you know what it does, why can't you write your own or just set the vars in the Windows environment? All I see is a bunch of environment variables being set. You can set any environment variables you want to by writing your own batch file or set then in the windows environment (this sets them automatically for every DOS window every time you boot): 1) right click on MY COMPUTER, select properties. 2) click on the ADVANCED TAB, then ENVIRONMENT VARIABLES 3) Locate the env var in question and modify it. If not found, create a new one. 4) close all DOS windows and open a new one for changes to take effect. Is that what you're asking?