473,832 Members | 2,106 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Will an IE Band written in c# work on all OS's ?

Hi.

I am interested in developing an IE band (small toolbar with buttons,
etc;) and I was thinking maybe write it in c#. will this band after
building it work on all os ? like: 98, win2k, xp ?

Thanks a lot in advance for any help. if you think I have to use c++,
let me know. Also, if someone have a nice starting point for writing
IE toolbars with c#, I will be very thankful.

Dave Reinhold.
Nov 16 '05 #1
4 1218
see...
http://www.codeproject.com/csharp/dotnetbandobjects.asp

--
Tarun
*************** *************** *************** *************** **********
Tarundeep Singh Kalra
(tarundeep1976_ nospam_at_yahoo _dot_nospam_dot _com)
tarun_at_taruns adhana_dot_com
visit:
www.tarunsadhana.com
*************** *************** *************** *************** *************
"Dave" <sh*****@yahoo. com> wrote in message
news:5e******** *************** ***@posting.goo gle.com...
Hi.

I am interested in developing an IE band (small toolbar with buttons,
etc;) and I was thinking maybe write it in c#. will this band after
building it work on all os ? like: 98, win2k, xp ?

Thanks a lot in advance for any help. if you think I have to use c++,
let me know. Also, if someone have a nice starting point for writing
IE toolbars with c#, I will be very thankful.

Dave Reinhold.

Nov 16 '05 #2
see...
http://www.codeproject.com/csharp/dotnetbandobjects.asp

--
Tarun
*************** *************** *************** *************** **********
Tarundeep Singh Kalra
(tarundeep1976_ nospam_at_yahoo _dot_nospam_dot _com)
tarun_at_taruns adhana_dot_com
visit:
www.tarunsadhana.com
*************** *************** *************** *************** *************
"Dave" <sh*****@yahoo. com> wrote in message
news:5e******** *************** ***@posting.goo gle.com...
Hi.

I am interested in developing an IE band (small toolbar with buttons,
etc;) and I was thinking maybe write it in c#. will this band after
building it work on all os ? like: 98, win2k, xp ?

Thanks a lot in advance for any help. if you think I have to use c++,
let me know. Also, if someone have a nice starting point for writing
IE toolbars with c#, I will be very thankful.

Dave Reinhold.

Nov 16 '05 #3
it should work if .NET framwork is there

--
Tarun
*************** *************** *************** *************** **********
Tarundeep Singh Kalra
(tarundeep1976_ nospam_at_yahoo _dot_nospam_dot _com)
tarun_at_taruns adhana_dot_com
visit:
www.tarunsadhana.com
*************** *************** *************** *************** *************
"Dave" <sh*****@yahoo. com> wrote in message
news:5e******** *************** ***@posting.goo gle.com...
Hi.

I am interested in developing an IE band (small toolbar with buttons,
etc;) and I was thinking maybe write it in c#. will this band after
building it work on all os ? like: 98, win2k, xp ?

Thanks a lot in advance for any help. if you think I have to use c++,
let me know. Also, if someone have a nice starting point for writing
IE toolbars with c#, I will be very thankful.

Dave Reinhold.

Nov 16 '05 #4
it should work if .NET framwork is there

--
Tarun
*************** *************** *************** *************** **********
Tarundeep Singh Kalra
(tarundeep1976_ nospam_at_yahoo _dot_nospam_dot _com)
tarun_at_taruns adhana_dot_com
visit:
www.tarunsadhana.com
*************** *************** *************** *************** *************
"Dave" <sh*****@yahoo. com> wrote in message
news:5e******** *************** ***@posting.goo gle.com...
Hi.

I am interested in developing an IE band (small toolbar with buttons,
etc;) and I was thinking maybe write it in c#. will this band after
building it work on all os ? like: 98, win2k, xp ?

Thanks a lot in advance for any help. if you think I have to use c++,
let me know. Also, if someone have a nice starting point for writing
IE toolbars with c#, I will be very thankful.

Dave Reinhold.

Nov 16 '05 #5

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

Similar topics

0
1260
by: Mekim | last post by:
Hi all anyone know where I can find sample code for "tool band" written in VB.net TIA
1
435
by: Craig | last post by:
Has anyone done any development with Internet Explorer band objects in VB.NET? If so, how did you resolve the issue surrounding IEs failure to process the backspace keydown event for edit controls hosted within band objects? I've found several C++ examples addressing this problem, and they do so by implementing the TranslateAcceleratorIO method. However, even though I have this method implemented in my bandobject class, IE never calls...
0
1035
by: Kevin Menard | last post by:
Hi, I have a project that is both an explorer band and a BHO. I'm using WISE to take a snapshot of the system after I do a "regasm" followed by a "regasm /codebase". Running this on a system gets it all set up, but unfortunately, the installer (which needs to work system-wide, so anything in %APPDATA% and HKCU are ignored) doesn't seem to set things up properly when I run on a different system. The BHO works fine, but the explorer...
3
2031
by: Rainer Krauss | last post by:
I would like to code (just for learning) some band objects for Internet Explorer. To start with, i simply like to add a button to the Browser called "Trace". Pressing it should open a band like the "history" showing the results of a traceroute to the site that is currently in the URL. I'm still new to Visual Studio and C# and even Windows programming. I don't have a Visual C++ background, so i don't know much about ActiveX, ATL or COM...
11
7051
by: dfeustel | last post by:
Even if there is no Java hardware, could not a Java OS be run by a Java interpreter? Or is there a fundamental problem? I've read that device drivers are hard to write in Java. Dave Feustel -- Using OpenBSD with or without X & KDE? http://dfeustel.home.mindspring.com
6
1532
by: raashid bhatt | last post by:
how is it possible to create a OS in c as firstly it require compiler and requires support external libraries for example on windows printf function is statically linked with MSVCRT.DLL export
0
1820
by: =?Utf-8?B?TXVuaXNoIFNpbmdsYQ==?= | last post by:
Hi, i am working on creating bandobject in dot net. i have created band object sucessfully. but to show that band object in taskbar i have to right click & then click on tollbar, then i have to select my bandobject. But my requirement is to show band object automatically, without right click on taskbar. i am taking help from http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx?df=100&tid=2138288&forumid=3788&select=2138288 also i...
10
2805
by: process | last post by:
If an OS was to be written in Python and the hardware optimized for it, what changes would be made to the hardware to accomodate Python strenghs and weaknesses? Some tagged architecture like in Lisp machines? http://en.wikipedia.org/wiki/Tagged_architecture What else?
0
9642
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10499
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
10541
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
9320
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
7753
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
6951
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5789
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4421
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
2
3972
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.