Click here to Skip to main content
15,880,796 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change the appearance of the form Pin
Christian Graus20-Jul-07 20:21
protectorChristian Graus20-Jul-07 20:21 
GeneralRe: Change the appearance of the form Pin
mav.northwind21-Jul-07 7:54
mav.northwind21-Jul-07 7:54 
GeneralRe: Change the appearance of the form Pin
max2929721-Jul-07 16:33
max2929721-Jul-07 16:33 
GeneralRe: Change the appearance of the form Pin
mav.northwind21-Jul-07 21:09
mav.northwind21-Jul-07 21:09 
GeneralRe: Change the appearance of the form Pin
max2929722-Jul-07 10:15
max2929722-Jul-07 10:15 
Question[STAThread] Pin
max2929720-Jul-07 14:20
max2929720-Jul-07 14:20 
AnswerRe: [STAThread] Pin
Luc Pattyn20-Jul-07 17:42
sitebuilderLuc Pattyn20-Jul-07 17:42 
QuestionFinding a Point on a Circle Pin
max2929720-Jul-07 14:11
max2929720-Jul-07 14:11 
This is kind of a tough problem... I'm trying to make a function that will give me the point (in x, y format) on a circle at x degrees. I was thinking somewhere along the lines of...

public Point GetPointOnCircle(int circleX, int circleY, int circleWidth, int circleHeight, int degrees) {
	// do some calculating...
	return new Point(x, y);
}


I've tried to make it on my own, but it's just not working for me... Does anyone have any ideas?

-----
*** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***

AnswerRe: Finding a Point on a Circle Pin
Christian Graus20-Jul-07 20:38
protectorChristian Graus20-Jul-07 20:38 
AnswerRe: Finding a Point on a Circle Pin
blackjack215021-Jul-07 2:39
blackjack215021-Jul-07 2:39 
GeneralRe: Finding a Point on a Circle Pin
mav.northwind22-Jul-07 5:19
mav.northwind22-Jul-07 5:19 
QuestionImages, Email, Streams Pin
Will Code for Food20-Jul-07 10:32
Will Code for Food20-Jul-07 10:32 
AnswerRe: Images, Email, Streams Pin
Guffa20-Jul-07 14:01
Guffa20-Jul-07 14:01 
QuestionC# on mobile devices Pin
Gareth H20-Jul-07 10:23
Gareth H20-Jul-07 10:23 
AnswerRe: C# on mobile devices Pin
leckey20-Jul-07 10:44
leckey20-Jul-07 10:44 
QuestionWindows Button control Pin
ridda78620-Jul-07 9:58
ridda78620-Jul-07 9:58 
AnswerRe: Windows Button control Pin
Paul Conrad20-Jul-07 10:26
professionalPaul Conrad20-Jul-07 10:26 
GeneralRe: Windows Button control Pin
ridda78620-Jul-07 20:02
ridda78620-Jul-07 20:02 
GeneralRe: Windows Button control Pin
Paul Conrad21-Jul-07 4:50
professionalPaul Conrad21-Jul-07 4:50 
Answerlogout problem[modified] Pin
daku120-Jul-07 9:46
daku120-Jul-07 9:46 
AnswerRe: C# logout ploblem Pin
daku120-Jul-07 13:11
daku120-Jul-07 13:11 
AnswerRe: C# logout ploblem Pin
T.EDY20-Jul-07 16:08
T.EDY20-Jul-07 16:08 
QuestionHelp with .chm Pin
RussBus20-Jul-07 9:39
RussBus20-Jul-07 9:39 
AnswerRe: Help with .chm Pin
leckey20-Jul-07 10:11
leckey20-Jul-07 10:11 
AnswerRe: Help with .chm Pin
ekynox20-Jul-07 14:21
ekynox20-Jul-07 14:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.