Forum: C# Apr 27th, 2008 |
| Replies: 9 Views: 925 I forgot, the Math class also has many other methods. You would probably have to look them up if you arent using an IDE that lists them. |
Forum: C# Apr 27th, 2008 |
| Replies: 9 Views: 925 Actually there is a built in Class that has a method for it.
Math.Sqrt();
so in your case it would look something like this.
double one = double.Parse(Console.ReadLine()); |
Forum: C# Apr 27th, 2008 |
| Replies: 9 Views: 925 if i'm not mistaken a for loop can not increase by a decimal number. I think it can only increase by a whole number such as 1, 2, 3, etc... |
Forum: C# Apr 13th, 2008 |
| Replies: 9 Views: 861 Well first of all, C# and Java are NOT the same language. they have many similar parts, but they are not the same. Now i'm not sure why it doesnt work, but i thought i would just point that out for... |
Forum: C# Apr 1st, 2008 |
| Replies: 20 Views: 12,985 I dont understand why it wouldnt work. Does anyone else have an idea for this? |
Forum: C# Mar 30th, 2008 |
| Replies: 20 Views: 12,985 its the tif that wont open later right? |
Forum: C# Mar 30th, 2008 |
| Replies: 20 Views: 12,985 add
file.Close();
after
bitonalBitmap.Dispose();
and see if that works. |
Forum: C# Mar 23rd, 2008 |
| Replies: 8 Views: 1,749 You can also look at it this way. If i'm comming to your company because i need you to make a program that can do what i need. and you can say that your company can program in C#, and VB.Net that... |
Forum: C# Mar 17th, 2008 |
| Replies: 5 Views: 4,447 you can also clear it with this
textBox.Text = ""; |
Forum: C# Mar 16th, 2008 |
| Replies: 0 Views: 1,628 I was wondering if anyone could point me in the direction of a simple solution to my problem. I need to simulate key strokes, and mouse clicks in my program, and everything i've found so far is... |
Forum: C# Mar 11th, 2008 |
| Replies: 14 Views: 2,611 First you should get an IDE like SharpDevelop, or Visual C# express 2008. |
Forum: C# Mar 7th, 2008 |
| Replies: 5 Views: 4,447 Just adding to what ramy said, you will also need to change those strings into ints or doubles. |
Forum: C# Feb 17th, 2008 |
| Replies: 1 Views: 4,627 can i ask why this is in the C# area since it looks like its java |
Forum: C# Feb 17th, 2008 |
| Replies: 3 Views: 2,507 Ok, I have a list of words now. but now i have a new problem that i think can probably be solved with an array, but i've never been good with arrays, so hopefully someone can help me.
in my... |
Forum: C# Feb 16th, 2008 |
| Replies: 3 Views: 2,507 Ok, i see anagram solvers all over the internet, but what i dont understand is where they get a list of words from. Does C# have a library that has a list of words in it that you can select from for... |
Forum: C# Feb 16th, 2008 |
| Replies: 7 Views: 912 whats the fun in that, then they wont come back begging for more :P |
Forum: C# Feb 13th, 2008 |
| Replies: 2 Views: 4,054 sorry, but what exactly is the problem your having? |
Forum: C# Feb 6th, 2008 |
| Replies: 3 Views: 2,091 Here, but do your own homework next time.
using System;
namespace BonusHours
{
class MainClass
{
public static void Main(string[] args)
{ |
Forum: Game Development Jan 26th, 2008 |
| Replies: 5 Views: 1,502 does it only start acting like that once it hits 45 degree's, or is it acting like that the entire time? if its acting like that the entire time, just subtract 90 degree's from it. |
Forum: C# Jan 23rd, 2008 |
| Replies: 2 Views: 2,827 Well i might be able to help you with the disabling the check boxes. What do you mean the out put is A1, A2, A3. Do you have any code to post so that I can possibly see what your problem is? |
Forum: C# Jan 23rd, 2008 |
| Replies: 5 Views: 1,049 could you share some code, and tell us the errors your getting, and maybe we can help you fix them. |
Forum: C# Jan 21st, 2008 |
| Replies: 5 Views: 1,049 wow, 2 posts, no useful info, do you want it in a windows ap, or console? |
Forum: Windows Vista and Windows 7 Jan 20th, 2008 |
| Replies: 3 Views: 16,690 I tried it with my windows xp, and i cant get it to work either, and the info that i found on it wasnt much use either. I think that there is an actual difference in how the USB controller, and the... |
Forum: Community Introductions Jan 20th, 2008 |
| Replies: 2 Views: 414 Hey, I'm new to DaniWeb, but not new to programming, I hope i can be of some help, and also get help when i need it. Also, some of you may recognize my name if you are also a member of PFO. My name... |