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
Ranked #2K
~4K People Reached
About Me

Yeah, I dont program profesionally, but its a hobby of mine

Favorite Tags
Member Avatar for wendas

Totally a newbie question.. Sorry. My co-worker & myself are seeing that C# is the prefered language over VB. We would like to change, but right now it is only to make sure we are more marketable as our company is going down the tubes. We cannot go to our …

Member Avatar for Momerath
0
271
Member Avatar for rynop
Member Avatar for cacaotree
0
186
Member Avatar for Barbarrosa

Does anyone know how to close a file? I saved an image... then when i try and save the image to the same filename.. or delete the file after i saved it... i get an error which states that the file is being used by another process. Has anyone come …

Member Avatar for DanOrtega
0
1K
Member Avatar for bill.jeffs

I recently bought a play and charge kit for my xbox 360 control pad and was led to believe that now i could use the USB connection to connect the pad and use it to play games on my PC? however I cant figure out how to do this? im …

Member Avatar for birbilis
0
390
Member Avatar for compovet

Hi I'm a beginer programer and I need your help I'm using visual studio 2005 writing with c#, Iwant to make a small program at console this program give the root of a number. I writ this code [CODE]double one = double.Parse(Console.ReadLine()); for (double x = 1; x <= one; …

Member Avatar for corwing
0
113
Member Avatar for it2051229

I'm reading a text file using a stream read and my code goes like this [ICODE] FileStream file = new FileStream("c:/data/theData.txt", FileMode.Open, FileAccess.Read); StreamReader streamReader = new StreamReader(file); // read the content of the first line of the data text file String line = streamReader.ReadLine(); while (line != "") { …

Member Avatar for $dunk$
0
103
Member Avatar for cVz

Good Evening (Morning to others) I would like to find how it would be possible to create a calculator with only one entry field, i have managed to make one with two entry fields resulting in a ([2LeftOperand] + [2RightOperand]) calculation...i have tried hiding the Right Text box, and even …

Member Avatar for david.crawford
0
93
Member Avatar for david.crawford

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 complicated, and doesnt seem to work for me. I dont know if it …

0
79
Member Avatar for asif08

I want to write a string named output to the console screen. How do i do that? string output= "hello world" How can I write the output to the screen?

Member Avatar for srinunarra
0
100
Member Avatar for david.crawford

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 this situation?

Member Avatar for scru
0
409
Member Avatar for delosoa

Can you help me with this?? The total will be displayed only when the user type [U][B]-1[/B][/U]. And it will continue looping if you will not type [U][B]-1[/B][/U]. And it will also continue to add the total(that will be displayed only if you type[U][B] -1[/B][/U]). [code=c++] import javax.swing.JOptionPane; import java.text.DecimalFormat; …

Member Avatar for david.crawford
0
139
Member Avatar for asif08

I am writing this program which I create from the console screen. I want to change it so that I can read any file from the folder. For example: in this program, I am prompting the console for the two files and comparing them. Instead, I want to compare files …

Member Avatar for asif08
0
103
Member Avatar for rhose

hi,hello to anyone there can anyone help me to fix my problem about C#.Net conditional exercise.The problem is write a problem that asks the user for the hours worked for the week and hourly rate.The basic salary is computed as: Salary=hours worked*hourly rate bonus are given: No.of hours>45 Bonus of …

Member Avatar for david.crawford
0
357
Member Avatar for CoolGamer48

Hey, I'm trying to use trig to create a rotating tank (you rotate the tank by pressing left and right, and move forward and back by using up and down). I'm using this formula (C++): [CODE] tank.movex = cos(tank.direction*0.0174532925)*tank.move; tank.movey = sin(tank.direction*0.0174532925)*tank.move; tank.x += tank.movex; tank.y += tank.movey;[/CODE] tank.move is …

Member Avatar for CoolGamer48
0
102
Member Avatar for sharath61

hi, this is sharath. i m new to .net... i m doing this with c# in window based application can u just guide me i av a pbm, i have several rows stating from A to M, i av put tht in a panel say, in 1 panel i av …

Member Avatar for ujwaliyer
0
97
Member Avatar for harrysc

i want to design and implement as application that reads an arbittary number of integers that are in the range of 0 to 50 inclusive and counts how many occurences of each number are entered, after all inputs are processed , print all of the values ( with the number …

Member Avatar for david.crawford
0
97
Member Avatar for david.crawford

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 over there is crawforddavid2006

Member Avatar for zandiago
0
43