Forum: C# Aug 28th, 2006 |
| Replies: 3 Views: 2,442 Thanks Loren,
I've declared my method as:
public static void change(string s)
{
label1.Text = s;
}
and because of that I was unable to use label1 :rolleyes: . I've tried to declare it... |
Forum: C# Aug 27th, 2006 |
| Replies: 3 Views: 2,442 Hi,
Here's what I've got:
Visual Studio 2005
C# Application with form and a label on it
(This is a simplified project ;) )
Here's what I'd like to do:
I want to change text on the label... |
Forum: C# Jul 16th, 2006 |
| Replies: 0 Views: 1,913 Hi,
I'm want to use a ComboBox in my application and i want it to execute some code after I'll press enter in it. It's exactly like if you'll write an address into Internet Explorer and press... |
Forum: C# Nov 26th, 2005 |
| Replies: 6 Views: 26,125 |
Forum: C# Nov 26th, 2005 |
| Replies: 6 Views: 26,125 Hi,
is there some way how can I pause code execution for a specified time? For example:
1. Make something
2. 3 seconds pause (wait to complete previous tasks)
3. Continue
Thanx,
Stivi |
Forum: C# Jun 15th, 2005 |
| Replies: 5 Views: 18,900 Hi,
yeah, you can use the "webBrowser" component. If you don't have this component in your toolbox, just click on the empty place on your toolbox with right mouse button, then "Choose items" and... |
Forum: C# Jun 15th, 2005 |
| Replies: 2 Views: 10,393 Hi, I'm writing a chat application in C# and I want to ask how I can insert pictures into textBox or richTextBox , you know, just something like this ;)
Thanx, Stivi (EU) |