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

combining css with c#

hi,

i have tried to create text where you move yor mouse over it and it
underlines itself. this, however, takes far too long. is there a way around
this or can you create css documents that do the underlining?
--
Alvo von Cossel I of Germany
Nov 17 '05 #1
6 10692
Hi Alvo!

Alvo von Cossel I wrote:
i have tried to create text where you move yor mouse over it and it
underlines itself. this, however, takes far too long. is there a way
around this or can you create css documents that do the underlining?
Of course you can always host IE in a WinForm:

Creating a simple Web browser
Using ActiveX components in managed code
Exposing COM interfaces from managed code
Customizing the WebBrowser component
http://www.codeproject.com/books/0764549146_8.asp

Hosting a webpage inside a Windows Form
http://www.codeproject.com/csharp/winformiehost.asp

Using MSHTML Advanced Hosting Interfaces
http://www.codeproject.com/csharp/advhost.asp

Using the WebBrowser control in .NET
http://www.codeproject.com/csharp/webbrowser.asp

HOW TO: Invoke the Find, View Source, and Options Dialog Boxes for the
WebBrowser Control
http://support.microsoft.com/?id=311288

If you need really deep integration, look at this (in German, but that
should be no problem for you)
http://groups.google.de/group/micros...ae82d63ee6e23d
Alvo von Cossel I of Germany


Sorry, this is idiotic. There is no nobility anymore in Germany since
November 1918.

Cheers

Arne Janning
Nov 17 '05 #2
hi,

thanks for the tip.

my family have been noble since the 1700s so technically i am a blue-blooded
aristocrat.

--
Alvo von Cossel I of Germany
Nov 17 '05 #3
So does this mean you have enough family funds to fly me to your place for a
drink and dinner? ;-)

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Alvo von Cossel I" <Al************@discussions.microsoft.com> wrote in
message news:43**********************************@microsof t.com...
hi,

thanks for the tip.

my family have been noble since the 1700s so technically i am a
blue-blooded
aristocrat.

--
Alvo von Cossel I of Germany

Nov 17 '05 #4
Hi Alvo!

Alvo von Cossel I wrote:
my family have been noble since the 1700s so technically i am a
blue-blooded aristocrat.


1755, to be precise... ;-)

Sorry, I am a programming historian...

This doesn't change the fact that in Germany there is no nobility anymore
and you are using your name in a wrong way. See Article 109 of the
Constitution of the Republic of Weimar from August 11th, 1919:

http://de.wikipedia.org/wiki/Adel

;-)

Cheers

Arne Janning
Nov 17 '05 #5
hi,

where did you find that out? not even i knew that my fanmily was
aristocratic since 1755!

you're right, i should change my name. i'll use my nickname: Helter Skelter
--
Alvo von Cossel I of Germany
"Arne Janning" wrote:
Hi Alvo!

Alvo von Cossel I wrote:
my family have been noble since the 1700s so technically i am a
blue-blooded aristocrat.


1755, to be precise... ;-)

Sorry, I am a programming historian...

This doesn't change the fact that in Germany there is no nobility anymore
and you are using your name in a wrong way. See Article 109 of the
Constitution of the Republic of Weimar from August 11th, 1919:

http://de.wikipedia.org/wiki/Adel

;-)

Cheers

Arne Janning

Nov 17 '05 #6
Hi Alvo!

Alvo von Cossel I wrote:
where did you find that out? not even i knew that my fanmily was
aristocratic since 1755!


Die Adelsfamilie von Cossel
Zeitschrift für Niederdeutsche Familienkunde, Ausgabe 1925 Seite 137 bis 139

Should be in every better german university library

;-)

Cheers

Arne Janning
Nov 17 '05 #7

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

Similar topics

4
by: Joe Cybernet | last post by:
Is there any function for combining an absolute and a relative URL to result in an absolute URL? Like if I have http://www.domain.com and "../images/1.jpeg" it will evaluate to...
7
by: frizzle | last post by:
Hi, I know this might sound strange but i think(/hope) it's quite simple: I'm running 2 queries in a mysql DB, first one returns 20 results. Now how can i echo results from the second query...
3
by: Magnus Lie Hetland | last post by:
If I want to specify both mode and source encoding using the -*- FOO -*- syntax in emacs -- how can I do that? Both insist on being on the second line of the file, yet I have found no way of...
7
by: Paddy McCarthy | last post by:
Hi, I am trying to use eval as little as possible but solve this problem. #If given:two or more lambda equations x=lambda : A < B y=lambda : C+6 >= 7 .... How do I create another lambda...
2
by: Chris Mullins | last post by:
I've spent a bit of time over the last year trying to implement RFC 3454 (Preparation of Internationalized Strings, aka 'StringPrep'). This RFC is also a dependency for RFC 3491...
3
by: alwayswinter | last post by:
I currently have a form where a user can enter results from a genetic test. I also have a pool of summaries that would correspond to different results that a user would enter into the form. I...
7
by: Barry | last post by:
Hi all, I've noticed a strange error on my website. When I print a capital letter P with a dot above, using & #7766; it appears correctly, but when I use P& #0775 it doesn't. The following...
5
by: M.Stanley | last post by:
Hi, I'm attempting to create a query that will combine 2 columns of numbers into one. The followng comes from 1 table with 4 fields (A,B,C,D) A B RESULT 700 000 700000 700 001 ...
3
by: Flip | last post by:
I'm looking at the O'Reilly Programming C# book and I have a question about extending and combining interfaces syntax. It just looks a bit odd to me, the two syntaxes look identical, but how does...
5
by: Tristan Miller | last post by:
Greetings. Is it possible using HTML and CSS to represent a combining diacritical mark in a different style from the letter it modifies? For example, say I want to render Å‘ (Latin small letter...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.