Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~149 People Reached
Favorite Forums
Member Avatar for rubiksnut

During the course of my education in programming, there has been one question that's been bugging me. How can you create a program with a function that will open a program from Windows explorer. I can open a file from within my program, but what I don't know how to …

Member Avatar for rubiksnut
0
107
Member Avatar for rubiksnut

I am using the function [CODE]DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)[/CODE] in c#; however, I am having some trouble with the clipping rectangle. My trouble is that when doing something like [CODE] Point[] point = new Point[] { new Point(j * 32, i * 32), new Point((j * 32) + 32, …

0
42