No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Are you wanting to get the 'new' position of the pixel you zoomed in on or are you wanting to get the new pixel at the zoomed in position? If you're wanting to do the second one, could you not create a variable that holds the x and y of …
Another option is to drag and drop the exe into the 'Startup' folder on your Windows Start Menu.
You'll want to use the Graphics Class: [url]http://msdn.microsoft.com/en-us/library/system.drawing.graphics.aspx[/url] Essentially create a new bitmap and use the Graphics Class to "Draw Image" (I think that's the correct function name) the size from your source to your target image.
Hello, I have created an application that passes a Handle of a panel to a DLL which is then used for creating a DirectX or OpenGL render window, all of which works fine. I wish to duplicate what is rendered in the panel elsewhere (basically multiple render windows all rendering …
Hello, I am trying to write a GUI in Visual C# which controls a C++ DLL, specifically getting hold of C++ objects and editing them via the C# propertygrid controls. - The first part of the question is 'is this actually possible'? I know I can use wrapper functions to …
The End.
Resnymph