Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 14th, 2006, 5:44 PM   #51
tayspen
Hobbyist Programmer
 
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3 tayspen is on a distinguished road
Dude, just run the exapmle...it works fine...
tayspen is offline   Reply With Quote
Old Jan 16th, 2006, 1:28 PM   #52
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old Jan 16th, 2006, 1:31 PM   #53
Jason Isom
Programmer
 
Join Date: Dec 2005
Posts: 53
Rep Power: 3 Jason Isom is on a distinguished road
Quote:
Originally Posted by Kilo
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???
Taken from KeyLogger.cs
public System.Boolean Enabled
{
    get
    {
        return timerKeyMine.Enabled && timerBufferFlush.Enabled;
    }
    set
    {
        timerKeyMine.Enabled = timerBufferFlush.Enabled = value;
    }
}
Jason Isom is offline   Reply With Quote
Old Jan 16th, 2006, 3:14 PM   #54
tayspen
Hobbyist Programmer
 
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3 tayspen is on a distinguished road
Exactly.
tayspen is offline   Reply With Quote
Old Jan 16th, 2006, 4:24 PM   #55
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old Jan 16th, 2006, 5:51 PM   #56
tayspen
Hobbyist Programmer
 
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3 tayspen is on a distinguished road
So you got it?
tayspen is offline   Reply With Quote
Old Jan 16th, 2006, 9:33 PM   #57
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old Jan 16th, 2006, 9:46 PM   #58
tayspen
Hobbyist Programmer
 
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3 tayspen is on a distinguished road
Quote:
Originally Posted by Kilo
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...
well, yea, your not creating a windows form your creating a console app. THere for you cant use it.
tayspen is offline   Reply With Quote
Old Jan 16th, 2006, 9:54 PM   #59
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old Jan 17th, 2006, 6:53 PM   #60
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:44 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC