473,406 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Help creating a transparent screen lock like program

I am very weak in VB.NET, I am using VB.NET 2k5 Express. I have only created one program,
and heck it was my first ;-) (URL below if it matters). I am trying to create a program
that stays resident, and after a period of inactivity on the computer locks the screen,
only it can't use the screen saver interface if I understand it correctly (as the
screensaver stuff creates an additional desktop virtual desktop that is unable to interact
with the users desktop). I would like to remove the desktop icons and taskbar (allowing
to watch my stuff compile or copy. Then rely on my power settings to turn of the screen
at its interval. I have also never figured out how to put stuff in the system tray.

Transparent Screen Lock;
http://www.e-motional.com/TScreenLock.htm

My only program;
SaPaGe (Sane Password Generator)
http://www.gotdotnet.com/Workspaces/...e-02058ad35471

P.S. If you want to tell me what I have done wrong in my code feel free (although
hopefully you can point me in the correct direction to fix it) ;-).
Mar 16 '07 #1
2 3747

"I have also never figured out how to put stuff in the system tray."
VB.NET 2005 express has a contoll class that does this for you.
Creating a program that stays resident:
1, You can create a program with a hidden form, show a second form when you
need interaction from the person using the program.

2, You could create a windows service (not completly simple but vb 2005
makes it as simple as such as task could be).

3, There is a Screen Saver project template (and a walkthrough on the vb
express website)

Regards,

Mike.
"E C H (He of too much code)" <gl****************@juno.comwrote in message
news:OH**************@TK2MSFTNGP03.phx.gbl...
>I am very weak in VB.NET, I am using VB.NET 2k5 Express. I have only
created one program, and heck it was my first ;-) (URL below if it
matters). I am trying to create a program that stays resident, and after a
period of inactivity on the computer locks the screen, only it can't use
the screen saver interface if I understand it correctly (as the screensaver
stuff creates an additional desktop virtual desktop that is unable to
interact with the users desktop). I would like to remove the desktop icons
and taskbar (allowing to watch my stuff compile or copy. Then rely on my
power settings to turn of the screen at its interval. I have also never
figured out how to put stuff in the system tray.

Transparent Screen Lock;
http://www.e-motional.com/TScreenLock.htm

My only program;
SaPaGe (Sane Password Generator)
http://www.gotdotnet.com/Workspaces/...e-02058ad35471

P.S. If you want to tell me what I have done wrong in my code feel free
(although hopefully you can point me in the correct direction to fix it)
;-).

Mar 16 '07 #2
See below

Michael M. wrote:
"I have also never figured out how to put stuff in the system tray."
VB.NET 2005 express has a contoll class that does this for you.
I am a newb, I really don't understand controls, and classes. I just try to figure out
how stuff works.
>
Creating a program that stays resident:
1, You can create a program with a hidden form, show a second form when you
need interaction from the person using the program.
That makes sense, I kinda wondered why forms would be hidden.
2, You could create a windows service (not completly simple but vb 2005
makes it as simple as such as task could be).
I was more thinking of calling a program via the scheduler based on idle time.
3, There is a Screen Saver project template (and a walkthrough on the vb
express website)
From my understanding, it can NOT be a screensaver, as screensavers are prohibited from
doing what I am trying to do. At most it appears you can take a snapshot of the screen
before the screensaver activates. But this would not be the live screen.
Regards,

Mike.
Many thanks for your response.
>

"E C H (He of too much code)" <gl****************@juno.comwrote in message
news:OH**************@TK2MSFTNGP03.phx.gbl...

Mar 18 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: expertware | last post by:
Dear friends, My name is Pamela, I do not know anything about javascript, but I would like to ask if it offers a solution to this problem of mine. I have an image on a web page within a css...
5
by: Leonardo Hyppolito | last post by:
Hello! I am trying to implement a program that uses Threads. I chose the producers and consumers scenario. The producers put a "product" (which is an int number) in a shared storage place of one...
0
by: Henry Wu | last post by:
Hi, I am aware that TransparencyKey only works with top-level forms or Non-MDI Child Forms, if one tries to set the opacity or transparencykey property to a MDI-Child form, it will have no effect....
8
by: MikeB | last post by:
Hi, I created a picturebox with a map as an image. I want to make certain areas on the map clickable hotspots and the way I'm trying to do this is to create a transparent label with a different...
8
by: garyusenet | last post by:
Program is witten in C++ and runs on my windows xp computer. It is a game, but I have been struggling with this project for weeks now so would appreciate some help - although I understand what i'm...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
33
by: STILL LEARNING | last post by:
I'm not sure if this can even be done, but what prompts the question is my desire to be able to create an "Uber Link" script/code of some sort, such that even if the html page contains nothing but...
5
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually...
5
RAJSPY
by: RAJSPY | last post by:
Hi all, I want to start a program through a SMS job. Only, the program must wait until the user is logged on. so far so good realizing this with SMS. The problem is that our company has a screen...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.