473,609 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Special technique help...

Dear all,

I am preparing to develop an application that can:

1.) Change skin
2.) Scrolling text box on top, visual like WINAMP display
3.) Auto startup and mimize on tray bar by default
4.) live update with new version
5.) Is that possible to know how many active applications
are currently
running? (The application will use IE for viewing
specific web content,
therefore it main function is Internet dependent)
6.) What programming mechanism should do for tray icon
notification whenever
new content arrived on web? Because I don't see the
updated web page shown
on IE component allow to notify the VB application about
that is a new
content compare with previous visit.

Anyone could suggest any components that could ease the
work? (if it is too
difficult to program)

I am much appreciated if you could help.

Thanks

Felix
Nov 20 '05 #1
5 1283
Cor
Hi Felix
Just my quick view opinion not my investigation or advise.
1.) Change skin I should search for keyword opacity and skin on msdn 2.) Scrolling text box on top, visual like WINAMP display I think I would first try to do that with a splitter 3.) Auto startup and mimize on tray bar by default If I did not find another method I would use the autostartup folder from the
user I think 4.) live update with new version I think that I would manage that in a way. I think I would use FTP because
it is one to one, but not with one application, I would have needed an
application that removes the orginal program and installs the newone. 5.) Is that possible to know how many active applications are currently running? (The application will use IE for viewing
specific web content, therefore it main function is Internet dependent)
I think that I would first try to manage that with a webservice. 6.) What programming mechanism should do for tray icon notification whenever new content arrived on web? Because I don't see the
updated web page shown on IE component allow to notify the VB application
about that is a new content compare with previous visit.
I think I would try this to first with the same webservice Anyone could suggest any components that could ease the work? (if it is

too difficult to program)
No and I am glad you are building it and not I.
Cor
Nov 20 '05 #2
Hello,

"Felix" <to@felixleung. com> schrieb:
I am preparing to develop an application that can:

1.) Change skin
Have a look at the 'Form''s 'Region' and 'TransparencyKe y' properties.
2.) Scrolling text box on top, visual like WINAMP display
Develop a usercontrol for marquee text. Maybe you will find one on the web.
3.) Auto startup and mimize on tray bar by default
Google Groups Search on this ng.
4.) live update with new version
Google Groups Search on this ng.
5.) Is that possible to know how many active applications
are currently
running? (The application will use IE for viewing
specific web content,
therefore it main function is Internet dependent)
'Process.GetPro cesses'.
6.) What programming mechanism should do for tray icon
notification whenever new content arrived on web?
Because I don't see the updated web page shown
on IE component allow to notify the VB application about
that is a new content compare with previous visit.


???

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #3
Hi Herfried,
6.) What programming mechanism should do for tray icon
notification whenever new content arrived on web?
Because I don't see the updated web page shown
on IE component allow to notify the VB application about
that is a new content compare with previous visit.


I think it's either

How do I know that the content has changed?

or

How do I change the icon to let the user know that the content has changed
(in the not necessarily visible app)?

or both!

Regards,
Fergus
Nov 20 '05 #4
Hello,

"Fergus Cooney" <fi******@tesco .net> schrieb:
6.) What programming mechanism should do for tray icon
notification whenever new content arrived on web?
Because I don't see the updated web page shown
on IE component allow to notify the VB application about
that is a new content compare with previous visit.
I think it's either

How do I know that the content has changed?

or

How do I change the icon to let the user know that the content has

changed (in the not necessarily visible app)?

or both!


I hope Felix will give us a hint.

;-)

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #5
Cor
Herfried,
I think that is not the most difficult part.
I think you can do that by just call in your windowform program the
webservice for a status (you even can use a normal webclient I think writing
this) that only returns one timedate item of the latest content.
The rest you understand I supose.
Cor
Nov 20 '05 #6

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

Similar topics

7
8983
by: Roy W. Andersen | last post by:
I've been searching google about this for days but can't find anything, so I'm hoping someone here can help me out. I'm trying to create zip-files without needing the zip-file extension in PHP, mainly because I need the ability to both create and extract zip-files. I've tried a couple of classes found here and there, and they all seem to have the same problem. I'm currently using PclZip (http://phpconcept.net/pclzip/) but even the...
3
17192
by: Barry Olly | last post by:
Hi, I'm working on a mini content management system and need help with dealing with special characters. The input are taken from html form which are then stored into a varchar column in oracle database. When i retrieve the data, some of the special characters have been changed to ??? and also
3
2130
by: Jack Klein | last post by:
I'm looking for opinions on a C technique I, and others, have used successfully in the past. While some people swear by, apparently others swear at it. Assume a part of a program too large to fit comfortably in a single source file, call it a "module". Let's call it "module A". Also assume for various reasons module A needs a private data store with static storage duration, accessible from files in more than one translation unit. ...
20
1938
by: jvankay | last post by:
Does any C guru out there know of a C pre-processing tool that will allow limited pruning of C source based on a single #define variable. That is, in the code fragment below: XXX #ifdef UndesirableTag YYY #ifdef TagB ZZZ
7
2680
by: Charles Law | last post by:
My first thought was to call WorkerThread.Suspend but the help cautions against this (for good reason) because the caller has no control over where the thread actually stops, and it might have a lock pending, for example. I want to be able to stop a thread temporarily, and then optionally resume it or stop it for good.
5
8612
by: Sakharam Phapale | last post by:
Hi All, I am using an API function, which takes file path as an input. When file path contains special characters (@,#,$,%,&,^, etc), API function gives an error as "Unable to open input file". Same file path containing special characters works fine in one machine, but doesn't work in other. I am using following API function to get short file path. Declare Auto Function GetShortPathName Lib "kernel32" (ByVal lpszLongPath As
6
1730
by: varois83 | last post by:
Hi I am currently learning the faux columns technique from various tutorials but none of them tells me how to create a 774 px band in 3 colors in photoshop. I understand I can create 3 individual GIF's for each column but the tutorial I am really focusing on does one band only with the 3 colors. I understand the technique but don't know how to create let's say a 774px wide band with Blue (200px) White(374px) and Red(200px). This might...
3
4881
by: pragy | last post by:
Hey, can any one help me for writing a program of naive gauss elimintaion technique? It's a technique to solve system of simultaneous linear equations using matrix. thanks
2
1645
by: Bob Alston | last post by:
Recently I have been helping a nonprofit modify a system built in Access, that they acquired from another nonprofit. I am doing this as a volunteer. I would like your perspective on two techniques I found in use as compared to the technique I typically use. Report Parameters ---------------- One thing I noticed is that the developer used a reports parameter form,
0
8145
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8556
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8236
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7030
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6068
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4037
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2541
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1407
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.