C#

Moderators: None (Apply to moderate this forum)
Number of threads: 2720
Number of posts: 5746

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Flashing Label Posted by airwalker on 28 Jun 2005 at 2:04 AM
Hi guys, can anybody advise on a simple way to make a label flash on and off. In visual basic it would be something like this:

timer1_timer

if label1.visible = true then
label1.visible = false
else
label1.visible = true


is there a sime c sharp translation for this or any other way to make a label flash on and off.

Thanks
Report
Re: Flashing Label Posted by IDK on 28 Jun 2005 at 3:26 AM
: Hi guys, can anybody advise on a simple way to make a label flash on and off. In visual basic it would be something like this:
:
: timer1_timer
:
: if label1.visible = true then
: label1.visible = false
: else
: label1.visible = true
:
:
: is there a sime c sharp translation for this or any other way to make a label flash on and off.
:
: Thanks
:
Since all .net languages are basicly the same you should only convert
your code to the proper syntax and it would run.

If you know VB.net why did you move to C#?

Niklas Ulvinge aka IDK

Report
Re: Flashing Label Posted by airwalker on 28 Jun 2005 at 4:13 AM
im doing a mcsd course in c sharp, bcos my company is switching from vb.net to c sharp

Report
Re: Flashing Label Posted by IDK on 28 Jun 2005 at 4:37 AM
: im doing a mcsd course in c sharp, bcos my company is switching from vb.net to c sharp
:
:
OK

All the things you did in VB.net (except things in the visual basic .ddl)
can you do in C#. You'll only need to learn the syntax.

Niklas Ulvinge aka IDK




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.