472,791 Members | 1,450 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Screensaver

Hi, everybody. Sorry about the cross-post.
I would like to create a screensaver with my son's pictures. Can it be done
with VB.NET? If so, can someone tell me where I can find information?
Thanks
Jul 22 '05 #1
5 1124
Hi,

In the 101 vb.net samples there is a screen saver example.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-------------------
"Antonio" <an***************@comcast.net> wrote in message
news:v-********************@comcast.com...
Hi, everybody. Sorry about the cross-post.
I would like to create a screensaver with my son's pictures. Can it be done
with VB.NET? If so, can someone tell me where I can find information?
Thanks

Jul 22 '05 #2
Thank you, Ken.
I don't have VB6 installed, but if I have to, I will install it.

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
Hi,

In the 101 vb.net samples there is a screen saver example.

http://www.microsoft.com/downloads/d...displaylang=en

Ken
-------------------
"Antonio" <an***************@comcast.net> wrote in message
news:v-********************@comcast.com...
Hi, everybody. Sorry about the cross-post.
I would like to create a screensaver with my son's pictures. Can it be
done
with VB.NET? If so, can someone tell me where I can find information?
Thanks

Jul 22 '05 #3
"Antonio" <an***************@comcast.net> schrieb:
I don't have VB6 installed, but if I have to, I will install it.
In the 101 vb.net samples there is a screen saver example.

http://www.microsoft.com/downloads/d...displaylang=en


The samples are for VB.NET, thus VB6 is not required.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 22 '05 #4
Thank you. I am already checking it out.
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
"Antonio" <an***************@comcast.net> schrieb:
I don't have VB6 installed, but if I have to, I will install it.
In the 101 vb.net samples there is a screen saver example.

http://www.microsoft.com/downloads/d...displaylang=en


The samples are for VB.NET, thus VB6 is not required.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 22 '05 #5
Can you tell me how I am coding the pictures to display?

Thanks
Antonio
"Antonio" <an***************@comcast.net> wrote in message
news:rN********************@comcast.com...
Thank you. I am already checking it out.
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
"Antonio" <an***************@comcast.net> schrieb:
I don't have VB6 installed, but if I have to, I will install it.

In the 101 vb.net samples there is a screen saver example.

http://www.microsoft.com/downloads/d...displaylang=en


The samples are for VB.NET, thus VB6 is not required.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


Jul 22 '05 #6

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

Similar topics

1
by: klappnase | last post by:
Hello everyone, does anyone know a way to stop the screensaver under linux from starting up while a certain process is running? I need this because I experience a memory leak while recording...
4
by: Christopher Burr | last post by:
I'm trying to set the user's screensaver in the .NET world... In Win32 I could use a combination of setting the screen saver name via the registry and then setting the time and active status...
0
by: Luke | last post by:
I am trying to capture an event when the screensaver starts. I have code working on Windows XP etc when the Password/Welcome Screen is enabled . Using the Fast User Switching Notifications. ...
2
by: DanielB | last post by:
Does anyone know what the command line argumentto launch a screensaver's options/configuration dialog is on Windows XP Pro? From most of the example source code I can find on the web, it would...
0
by: Paul Smith | last post by:
I have been given an unusual task to create a Windows Service to do something periodically to make the screensaver timer reset. We have a general policy of locking computers automatically after 10...
4
by: Paul Smith | last post by:
I have been given an unusual task to create a Windows Service to do something periodically to make the screensaver timer reset. We have a general policy of locking computers automatically after 10...
1
by: DanielB | last post by:
Does anyone know what the command line argumentto launch a screensaver's options/configuration dialog is on Windows XP Pro? From most of the example source code I can find on the web, it would...
4
by: Simon Mercer | last post by:
I have been trying to build a screensaver that will connect to a database and display specific data depending on the user that is logged in. I have managed to get a simple data access screensaver...
3
by: Ron Nanko | last post by:
Hi, I'm trying to setup a screensaver via a C# application. What I currently do is this: unsafe public static extern short SystemParametersInfo (int uiAction, int uiParam, int* pvParam, int...
6
by: VMI | last post by:
How difficult is it to develop a screensaver in C#? The screensaver would be composed of several images and each image would be displayed on the screen for a few seconds. The only difficult part...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.