|
-
Mar 23rd, 2007, 06:15 PM
#1
Thread Starter
Hyperactive Member
Starting program before windows loads?
I've written a simple speaker identification system, and I wanted to demo it by showing that it could be used to login to a computer. Is there a simple way to make my program run before windows finishes starting, as the "login" screen does?
Any ideas would be appreciated.
Thanks,
David
-
Mar 28th, 2007, 03:06 PM
#2
Re: Starting program before windows loads?
The logon screen is part of Windows. You can set your program as a service, and it will load as soon as Windows is running (which means it finished "starting"), or you can design your program as an operating system and run it instead of Windows. But what's going to load it if Windows is still starting? The bootloader loads the operating system - the next "loader" is Windows itself, after it finishes "starting".
(You could write your app as part of Windows, but a) not in VB and b) no one would use it.)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|