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

how to get trackbar onto a web page?

Hello,

I have a small app which uses a trackbar which I wrote using Visual
C++ 200 Express Beta 2 and would like to have it available as a web
page.

Any ideas on how to do this? Visual Web Developer Express Beta 2 does
not seem to be able to do it ...

Thanks

Geoff
Nov 19 '05 #1
2 1894
You would need to build it into an Active-X control. You could then reference
it using an object tag in the web page. I'm not sure about all of the
specifics. Google for "Active-X in Web Page". That should give you a head
start.

The only catch is that Active-X controls are supported only by Internet
Explorer (there may be a few exceptions to this rule, but I'm not aware of
any other browsers that support Active-X.)

Also, a trackbar could be simulated using a couple images and some
sophisticated javascripting. You probably should do some research into this
method, as it would more likely provide support for use in a wider variety of
browsers.

-- FooleyCooley13

"Geoff Cox" wrote:
Hello,

I have a small app which uses a trackbar which I wrote using Visual
C++ 200 Express Beta 2 and would like to have it available as a web
page.

Any ideas on how to do this? Visual Web Developer Express Beta 2 does
not seem to be able to do it ...

Thanks

Geoff

Nov 19 '05 #2
On Sat, 27 Aug 2005 13:05:02 -0700, "FooleyCooley13"
<Fo************@discussions.microsoft.com> wrote:
You would need to build it into an Active-X control. You could then reference
it using an object tag in the web page. I'm not sure about all of the
specifics. Google for "Active-X in Web Page". That should give you a head
start.
Will do that - thanks.
Also, a trackbar could be simulated using a couple images and some
sophisticated javascripting. You probably should do some research into this
method, as it would more likely provide support for use in a wider variety of
browsers.


Yes, I have come across following which looks good.

http://webfx.eae.net/dhtml/slider/slider.html

Cheers

Geoff


Nov 19 '05 #3

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

Similar topics

1
by: Pls Help | last post by:
Hi, I've encountered a weird TrackBar issue, it seems to hang completely when the TrackBar.Maximum is set to certain large values.. what's going on? Have tried this on a few different 2000/XP...
2
by: juergen | last post by:
how to design a trackbar/slider with diff. look??? For my win-application I need a trackbar/slider, that doesnt look like the control-trackbar offered by vb.net. ; e.g. something like the slider...
0
by: Geoff Cox | last post by:
Hello, I have a small app which uses a trackbar which I wrote using Visual C++ 200 Express Beta 2 and would like to have it available as a web page. Any ideas on how to do this? Visual Web...
3
by: AtlasApollo | last post by:
Greetings! We are working on a project that has a bunch of TrackBars spec'ed as graphic controls. In other words, they are slick looking and green. In the design phase, these controls look...
0
by: RuffAroundTheEdges | last post by:
I'm trying to get an aspx page to display a TrackBar. There is no TrackBar in the System.Web.UI.WebControls. Is there a TrackBar like control in System.Web.UI.WebControls? If not, is there a way to...
3
by: Sakharam Phapale | last post by:
Hi All, How to set the background image for TrackBar control. Since BackgroundImage property doesn't visible in design mode, I tried doing it in run time as follows, ...
1
by: Kris | last post by:
Hi. We are developing an application in VS2005 in C#, .NET, that has lots of tabs. On one of these tabs, there is a horizontal trackbar. However, we are unable to set the background color of the...
2
by: mmdst23 | last post by:
I'm working on a video player app, and I want to implement a trackbar that behaves like the one in Media Player, that is the cursor position moves to where the user clicked instead of moving in...
2
by: John | last post by:
Ok, something that I thought would be easy is giving me fits. Using .NET 2.0 and C# I've added a Trackbar to a form. Set some values: trackVolume.Maximum = 100; trackVolume.Minimum = 0;...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
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
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.