Forum: Windows Software Aug 24th, 2009 |
| Replies: 2 Views: 4,666 i always thought loading something on a virtual machine is safer if you want to run a program that might be infected with viruses. |
Forum: C# Jul 6th, 2009 |
| Replies: 14 Views: 716 thanks, just what i needed! |
Forum: Windows NT / 2000 / XP Jul 5th, 2009 |
| Replies: 7 Views: 425 double click the background of the task manager. Hiding everything is a pretty stupid feature, but i guess it's there for a reason. |
Forum: VB.NET Jul 5th, 2009 |
| Replies: 1 Views: 469 First, read this: http://www.daniweb.com/forums/announcement58-2.html
Now, here's a few tips to get started:
Instead of trying to connect to databases straight away, if you are new to VB.NET, try... |
Forum: C# Jul 5th, 2009 |
| Replies: 14 Views: 716 i just replaced the switch/case with debugconsole.Items[lastitem].ForeColor = colour;
and changed the argument to a Color instead of an int.
is there a way to simplify the code i used from lines... |
Forum: C# Jul 5th, 2009 |
| Replies: 14 Views: 716 OK, first, thanks for all the help!
I switched to listview and everything is going smooth.
I also didn't include the modulo because it's not needed in my program (and would interfere with when i... |
Forum: C# Jun 29th, 2009 |
| Replies: 14 Views: 716 @adatapost what does %4 do?
@serkan sendur so with listviews, will i need to use a different method to draw each part? or will it be almost exactly the same code as above? |
Forum: C# Jun 27th, 2009 |
| Replies: 14 Views: 716 I'm using this code to colour individual items in a listbox, but the problem i am having is it colours all previous items with the new colour. How can i colour each induvidual item without this... |
Forum: Community Introductions Jun 27th, 2009 |
| Replies: 3 Views: 335 |
Forum: C# Jun 23rd, 2009 |
| Replies: 12 Views: 915 This stores a text box to a global string s, then clears the textbox.
(Assuming you have a button named button1 and a textbox named textBox1)
string inputstring;
private void... |
Forum: Community Introductions Jun 23rd, 2009 |
| Replies: 3 Views: 335 hey world,
im studying computing in A-Level, hoping to do it in university too.
i'll be around the VB.NET and C# programming topics (i prefer C#)
i hope this site will be a great resource..
--... |