Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~5K People Reached
PC Specs
Macbook Pro Retina
Favorite Tags
Member Avatar for JudeV

I want to know whats missing in my code...i couldnt draw a multiple boxes [CODE] Console.Title = "Checkboard Draw"; Console.WriteLine("{0, 40}", "Checkboard Draw"); CDrawer Canvas = new CDrawer(800, 600); int irange = 0; bool bError; do { try { bError = false; Console.Write("\nEnter the size of the square: "); irange …

Member Avatar for Momerath
0
1K
Member Avatar for Kath_Fish

I want to ask how to combine two text file and read in the rich text box..? [CODE] String rd = ""; private void CLICK2_Click(object sender, EventArgs e) { string file1 = @"C:\Users\Fish\Desktop\fyp-coding\sample1.txt"; string file2 = @"C:\Users\Fish\Desktop\fyp-coding\sample2.txt"; FileStream fs1 = null; FileStream fs2 = null; try { fs1 = File.Open(file1, …

Member Avatar for agugglez
0
263
Member Avatar for Jessurider

hey i've created a counting mechanism project............in the attached project there is two labels label1 & label2.........on pressing the numberpad1 and numberpad3 keys, the count increments and decrements simultaneously which is been displayed in the corresponding labels (see the attached project)........ can anyone tell me an another method to do …

Member Avatar for agugglez
0
165
Member Avatar for gogs85
Member Avatar for JudeV

How Can I Bounce the ball everytime it hits the wall??? [CODE] using GDIDrawer; using System.Drawing; int iX = 0; //x ball position int iY = 0; //y ball position int iXVelocity = 5; //amount ball moves in x direction for every loop int iYVelocity = 5; //amount ball moves …

Member Avatar for divin757
0
717
Member Avatar for sirko

How to make a program run only once. It could be any "hello world" program. It should say smth. (error, 2 console windows are not allowed) if the program is already running and shut down the second console window. (the first concole window should stay where it is)

Member Avatar for Rynkadink
0
279
Member Avatar for D Silent KilLeR

Plz tell me how I would calculate time complexity of the program: [CODE]for (i=0; i<points.length; i++) { if (points[i].lng()<lon && points[j].lng()>=lon || points[j].lng()<lon && points[i].lng()>=lon) { if (points[i].lat()+(lon-points[i].lng())/(points[j].lng()-points[i].lng())*(points[j].lat()-points[i].lat())<lat) { inPoly=!inPoly; } } j=i; }[/CODE] thnx in advance

Member Avatar for agugglez
0
109
Member Avatar for WildBamaBoy

I couldn't find anything that would do what I am trying to do with my client and server. Mainly, I want to click a button that will start downloading a file I select on the remote computer. Optionally I would also like to show the transfer rate, estimate time remaining, …

Member Avatar for agugglez
0
105
Member Avatar for jenius27

Hi, Im new to the windows .NET platform and I was wondering if someone can guide me. I have a c# program that implements an interface. Inside this program, I have a method where I get an array of processes running on the workstation and I look for a specific …

Member Avatar for agugglez
0
178
Member Avatar for Antikythera

To start I enter some information into 4 textboxes which then the data is stored into a class. I just add the class object into the list box to keep things simple and when i click on the object in the listbox I want it to show the original text …

Member Avatar for edepperson
0
146
Member Avatar for swinefish

Hello all Does anyone know of any interesting problems that can be solved fairly easily with particle swarm optimisation? I need to do a project for this, but I can't think of any good ideas. I know the travelling salesman problem can be solved this way (especially with ant colony …

Member Avatar for agugglez
0
86
Member Avatar for Premsathishbe

hi every body, I came across a problem basedcoomand prompt , I need to concert my fiile to another format to support my project but actaully i got an error with that, C:\Documents and Setting\Premsathish\"[B][COLOR="Red"]NAtive2ascii -encoding utf-8 time.txt output destinationfile.tc\xt[/COLOR][/B]" but i am getting 2 errors Native2ascii is not recogonised …

Member Avatar for agugglez
0
97
Member Avatar for philmetz

Prove that L = {a^n: n is a prime number} is not regular I was looking through the solution to it but dont understand it at all, could anyone help explain how to solve it? Thanks

Member Avatar for agugglez
0
117
Member Avatar for digital_dizasta

hi guys, i am doing a final year project regarding the ontology population using information extraction. i am to use Java and GATE. i need some help in the part of information extraction as this is supposed to be coded in java. so please...help me start off my project. all …

Member Avatar for agugglez
0
138