![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#51 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3
![]() |
Dude, just run the exapmle...it works fine...
|
|
|
|
|
|
#52 |
|
Expert Programmer
|
Yes thats just fine and dandy... but i want to understand how the example is working. Where is the Enabled property for a class coming from???
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#53 | |
|
Programmer
Join Date: Dec 2005
Posts: 53
Rep Power: 3
![]() |
Quote:
public System.Boolean Enabled
{
get
{
return timerKeyMine.Enabled && timerBufferFlush.Enabled;
}
set
{
timerKeyMine.Enabled = timerBufferFlush.Enabled = value;
}
} |
|
|
|
|
|
|
#54 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3
![]() |
Exactly.
|
|
|
|
|
|
#55 |
|
Expert Programmer
|
oh so that is in the example... but not the actual example that is listed step by step on the page!
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#56 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3
![]() |
So you got it?
|
|
|
|
|
|
#57 |
|
Expert Programmer
|
i am about to loose MY ******* MIND PEOPLE! The example works perfect... but i don't want to use it! I want to rewrite the entire thing so that i know were every line of code is and what it is doing!
I started a new console program... I added a new class and began to write it. Well for some **** *** reason i cannot do this... [php] using System.Windows.Forms; [/php] this is so damn annoying...
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#58 | |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#59 |
|
Expert Programmer
|
BUT isn't the example app a console app!?!?!? If not then where is the GUI?!?!?!
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#60 |
|
Expert Programmer
|
HELLO???!?!?!?! is anyone alive out there!!!!????
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|