473,386 Members | 1,817 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,386 software developers and data experts.

implementng sliding window

Hi,
does anyone know of a way to do sliding window similar to WMP 9's
slider bar which can slide up when the mouse gets to the bottom of the
screen in fullscreen mode during playback. Basically I'm trying to
achieve the same effect in my directshow program done in C# via managed
assembly. I don't know of any control which can do this kind of sliding.
can anyone enlighten me ?
Jan 26 '06 #1
2 4743
Hi Lonewolf,
there are not any native .Net controls that support the sliding mechanism,
if you want to achieve this you will have to code the animation yourself
using a timer. Otherwise you could purchase a third party tool such as
DotNetBar http://www.devcomponents.com/dotnetbar/ which will give you all the
GUI bells and whistles.

Hope that helps
Mark Dawson
http://www.markdawson.org

"Lonewolf" wrote:
Hi,
does anyone know of a way to do sliding window similar to WMP 9's
slider bar which can slide up when the mouse gets to the bottom of the
screen in fullscreen mode during playback. Basically I'm trying to
achieve the same effect in my directshow program done in C# via managed
assembly. I don't know of any control which can do this kind of sliding.
can anyone enlighten me ?

Jan 26 '06 #2
This is normally accomplished using a window region and custom drawing of
the window appearance.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"Lonewolf" <an*******@mozilla.org> wrote in message
news:Oa**************@tk2msftngp13.phx.gbl...
Hi,
does anyone know of a way to do sliding window similar to WMP 9's slider
bar which can slide up when the mouse gets to the bottom of the screen in
fullscreen mode during playback. Basically I'm trying to achieve the same
effect in my directshow program done in C# via managed assembly. I don't
know of any control which can do this kind of sliding. can anyone
enlighten me ?

Jan 26 '06 #3

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

Similar topics

0
by: Lance Kind | last post by:
Given: A really big table whose contents I want to view by "lazyloading" parts of it at a time. The entire database is too big to load all at once. Requirements: My UI is a window that shows...
1
by: Ryan | last post by:
What I want to do is run tcpdump continuously in the background and dump to a file. Then, while tcpdump is working, I'd like to grab arbitrary chunks of the open dump file and parse pieces at the...
11
by: epidemiologist | last post by:
Hi; I am new to programming. I want to make a sliding window through colomns to claculate its average. For example A B C D E F 2 4 5 6 9 0 4 5 6 6 6 7 5 3 4 4 4 4 7 ...
8
by: Noob | last post by:
Hello, Consider the following scenario. 'A' produces data which are sent in "packets" to 'B'. Each "packet" carries a sequence number, so that 'B' can insert the packet in the "right place" in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.