April 14th, 2011 09:06 AM
Im currently trying to put a picture into my second form when a condition is met on my first form. The code i'm using is:
secondForm.pictureBox1.Image = Image.FromFile(@"ID.jpeg");
Now im getting...
April 12th, 2011 11:44 AM
Thanks man. That works perfectly. You've literally saved me from failing. Its works and the graph works.
April 12th, 2011 10:09 AM
Ive entered the code and my form no longer errors. Im not sure how exactly to access each counties count however. Sorry for sounding a bit silly.
If say twelve antrim properties had been entered,...
April 12th, 2011 09:37 AM
So far here's what contained in the text file:
236454,Antrim,Belfast,Semi-Detached,3,30000,John,Cheap
385960,Tyrone,Eniskillin,Terraced,4,45000,Eddie,Small
However more lines will be added,...
April 12th, 2011 09:29 AM
Man thats a clutzy mistake. For some reason I thought that piece of code would do it all for me. Thanks for the advise.
Im trying to read the text file into an array automatically. Is there any...
April 12th, 2011 09:02 AM
Ive been attempting to complete a project which is due in a number of hours (yeah im an idiot leaving it this late) where I have to take information on properties.
Ive been trying to make a graph...