View Poll Results: Why Do People take the easy/lazy way out of programming?
- Voters
- 10. You may not vote on this poll
-
That is the only way they know.
-
They are Lazy.
-
They can't think beyond basics.
-
Because they can.
-
I don't understand the question/I have no clue.
-
Other. (Please post)
-
Feb 23rd, 2001, 05:10 AM
#1
Thread Starter
Fanatic Member
How would you go abou making a sub componet for control panels.
-
Feb 23rd, 2001, 05:18 AM
#2
It's a *.cpl extension for a control pannel add-in.
Do a search in the registry and there is a location that lists all of them.
I would guess that just 1 registry entry would add a shortcut to your app in the control pannel this way.
-
Feb 23rd, 2001, 05:21 AM
#3
Oh by the way, it is lazy, but it saves the programmer time & after adopting to crap like :
x = $("hello world")
rather than :
Dim x as string
x = "hello world"
after a while, they get use to it and it becomes their normal way of typing code - bad for people like me that have to update apps written like this
-
Feb 23rd, 2001, 05:25 AM
#4
Thread Starter
Fanatic Member
but even if you add it to the control panel. Is it just like a sceen saver in that you just add .cpl instead of .exe? will it work that way?
-
Feb 23rd, 2001, 05:31 AM
#5
Thread Starter
Fanatic Member
I tried to compile it with the .cpl extension and it did absolutly nothing. except display an hour glass. I fyou want to see the . cpl files they are located in the c:\windows\system directory.
-
Feb 23rd, 2001, 05:34 AM
#6
-
Feb 23rd, 2001, 05:37 AM
#7
Thread Starter
Fanatic Member
Thank you that is exacly what I was looking for. Once again you have saved me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|