how can i create a color palette or color dailog box in a web appl

E

eng_nahswa

hiii everybody i want to knowhow i van create a color palette or color dialog
box as in windows application but this time in a web application also if
anyone knows how i can retrieve all fonts on the system and thier size, plz
help me as soon as possible
 
N

Niraj Ranka

There are ready made web safe color palets... just google a bit.

In order to get the fonts of the system... have this code
Dim temp As FontFamily

For Each temp In FontFamily.Families

drpTextFontName.Items.Add(temp.Name)

drpTextFontName.Items(drpTextFontName.Items.Count - 1).Value = temp.Name

Next

Niraj Ranka
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top