Windows Thread, Refreshing Desktop Background in Technical; Ok. I will explain so you know what I am trying to do.
I have 5 client computers in the ...
-
19th September 2007, 05:34 PM #1
- Rep Power
- 0
Refreshing Desktop Background
Ok. I will explain so you know what I am trying to do.
I have 5 client computers in the call center. I need to create a desktop background that Holds all of the new client information so they dont have to dig through papers when the caller calls in. I need this to refresh everytime a team leader adds something to this file.
Is it possible?
Oh yeah, They are all running on Windows 98SE
-
-
IDG Tech News
-
19th September 2007, 07:16 PM #2 Re: Refreshing Desktop Background
no i don't think it is, have you considered upgrading?
-
-
19th September 2007, 08:12 PM #3
- Rep Power
- 0
Re: Refreshing Desktop Background
Unfortunatelly, Because of our systems and the programs we work with, its not possible for us to upgrade. We run programs that need to run on a dos shell not on the windows shell inside dos so we cant upgrade
-
-
19th September 2007, 08:31 PM #4 Re: Refreshing Desktop Background
@mckeder: Rather than trying to refresh your current solution, couldn't you have IE open behind your windows, placed in kiosk mode and a web page with the info that refreshes at a set interval?
-
-
19th September 2007, 08:41 PM #5 Re: Refreshing Desktop Background
Doesn't Windows 98SE have active desktop?
So you can create a web page that has the information on and then set that as the active desktop, refresh it on a schedule so it is always up to date.
You could even then have hyperlinks that go straight to related information.
The page could be straight HTML that gets updated or link it to a database using php or asp.
-
-
20th September 2007, 12:05 PM #6
- Rep Power
- 0
Re: Refreshing Desktop Background
ah thanks guys. didn't even think of the active desktop. totally forgot. Thanks
-
-
20th September 2007, 12:20 PM #7 Re: Refreshing Desktop Background

Originally Posted by
mckeder Unfortunatelly, Because of our systems and the programs we work with, its not possible for us to upgrade. We run programs that need to run on a dos shell not on the windows shell inside dos so we cant upgrade

You might want to consider using VirtualPC or VMWare to run your old applications in a virtaul machine. You could have up to date hardware running XP (or other) and have a virtual Win98 machine running your old applications.
-
-
20th September 2007, 12:22 PM #8 Re: Refreshing Desktop Background
Indeed, I've done this in the past in primary schools where they have old Windows 3.1 era software.
-
-
20th September 2007, 12:28 PM #9 Re: Refreshing Desktop Background
I have a desktop refresh bit of VB6 code that refreshes the background.
'Declarations
Private Declare Function SHChangeNotify Lib "Shell32.dll" (ByVal wEventID As Long, ByVal uFlags As Long, ByVal dwItem1 As Long, ByVal dwItem2 As Long) As Long
Private Sub refreshdesktop()
Const SHCNE_ASSOCCHANGED = &H8000000
Const SHCNF_FLUSH = &H1000
SHChangeNotify SHCNE_ASSOCCHANGED, SHCNF_FLUSH, 0, 0
End Sub
I use it for a kludge using active desktop.
ops:
-
-
20th September 2007, 02:14 PM #10
-
SHARE:
Similar Threads
-
By beeswax in forum Windows
Replies: 19
Last Post: 29th March 2012, 04:35 PM
-
By kiran in forum Other Stuff
Replies: 7
Last Post: 22nd June 2009, 06:32 PM
-
By pshuttle in forum Windows
Replies: 5
Last Post: 27th November 2007, 01:23 PM
-
By Ste_Harve in forum Windows
Replies: 23
Last Post: 31st October 2007, 02:59 PM
-
By linuxgirlie in forum How do you do....it?
Replies: 3
Last Post: 30th September 2007, 07:12 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
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