Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 2,590 check out http://support.microsoft.com/kb/319257
it really should be as simple as Console.Clear() |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 2,590 why not give it a shot ;)
System.Console.WriteLine("hello world");
System.Console.clear();
System.Console.WriteLine("Hello world again");
give it a shot. |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 2,590 |
Forum: C# Apr 9th, 2007 |
| Replies: 3 Views: 1,557 http://www.connectionstrings.com/ |
Forum: C# Mar 20th, 2007 |
| Replies: 3 Views: 4,394 is it possible to see a snippet of what you are doing?
are you stating that if they do something in A then a new combo box is created dynamically on the form at point B and you need to know how... |