Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
color
- Page 1
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…each small function. 4. Font
color
(
color
). The function is the same … cHeight?: string | number, fontSize?: string | number,
color
?: string, cSpace?: number, data?: interface_data[] } //option … { cWidth: '100%', cHeight: '100%', fontSize: 10,
color
: '#333', cSpace: 20, data: [] } @Component export…
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by Zachary_6
…—KDP, IngramSpark, or local print shops? How do you ensure
color
accuracy and high-quality results? Have you encountered any challenges…
Re: How do I get better in design?
Digital Media
UI / UX Design
1 Month Ago
by olivero2
More and more enterprises are switching to outsourcing to strengthen their positions in a dynamic market and increase cost-efficiency. It is confirmed by Techbehemoths, who surveyed 324 small and medium-sized IT companies. About 77% of respondents admit that they value outsourcing for cost-effectiveness and flexibility.і
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Color custom cursor appears to be black in vb.net
Programming
Software Development
13 Years Ago
by Start4me
Color
custom cursor appears to be black when I run the program. The
color
custom cursor is imported from desktop by using Resources in vb.net. When I run the program the cursor turns out to be black. HOW DO I FIX IT? [CODE]Dim ms As New System.IO.MemoryStream(My.Resources.Cursor1) Button1.Cursor = New Cursor(ms)[/CODE]
Re: Color disply codes for C++?
Programming
Software Development
14 Years Ago
by kazi Afroz
Color
disply codes for C++?
Re: Color issue, how to make a Color lighter?
Programming
Software Development
15 Years Ago
by kdcorp87
Color
.FromArgb(255,180,60);
Color help
Programming
Software Development
15 Years Ago
by Hidden_mistakes
… = "X"; boolean win = false;
Color
black = new
Color
(0,0,0);
Color
notblack = new
Color
(0,0,0); //Constructor public TicTacToe() { window…
Re: Color help
Programming
Software Development
15 Years Ago
by Hidden_mistakes
Ive been told that this code: button.setBackground(
Color
.YELLOW) will change the colour of the button which i … this part of the code Square1.setBackground(
Color
.YELLOW); Square2.setBackground(
Color
.YELLOW); Square3.setBackground(
Color
.YELLOW); win=true; } But nothing seems to…
Re: Color help
Programming
Software Development
15 Years Ago
by Ezzaral
I didn't look through all of it very carefully, but perhaps you want to define "notblack" to be a
color
other than black? [code]
Color
notblack = new
Color
(0,0,0);[/code]
Re: Color help
Programming
Software Development
15 Years Ago
by Hidden_mistakes
… define "notblack" to be a
color
other than black? [code]
Color
notblack = new
Color
(0,0,0);[/code][/QUOTE] I really…
Re: Color custom cursor appears to be black in vb.net
Programming
Software Development
13 Years Ago
by Unhnd_Exception
[QUOTE=;][/QUOTE] You can use a
color
cursor from a bitmap with GetHicon [code] Sub New()…) End Sub [/code] That will give you a
color
cursor but you will notice it sets the hot spot…Dim CursorPtr As IntPtr 'This will set the hbmMask and
Color
fields of the 'IconInfo structure GetIconInfo(BitmapPtr, IconInfo) 'Now…
Re: Color custom cursor appears to be black in vb.net
Programming
Software Development
13 Years Ago
by Start4me
[QUOTE=Unhnd_Exception;1692646]You can use a
color
cursor from a bitmap with GetHicon [code] Sub New… End Sub [/code] That will give you a
color
cursor but you will notice it sets the hot …Dim CursorPtr As IntPtr 'This will set the hbmMask and
Color
fields of the 'IconInfo structure GetIconInfo(BitmapPtr, IconInfo) '…
Color Mixing Program (URGENT)
Programming
Software Development
14 Years Ago
by Xan
…2 colors and display the result
color
..[/
COLOR
] [/B] [
COLOR
="Green"][B] This…quot;*****************************************"); System.out.println("Enter
Color
1 :"); String c1=xan.readLine… { case "blue": System.out.println("
Color
mixture result : MAGENTA (Additive)/ VIOLET(Subtractive)" …
Why color should be disabled ...
Community Center
Meta DaniWeb
18 Years Ago
by Dani
…/"][
COLOR
=black]purple[/
COLOR
][/URL], ... all standard [
COLOR
=red]throughout [/
COLOR
][URL="http://www.yahoo.com/"][
COLOR
=red]the [/
COLOR
][/URL][
COLOR
=red]site[/
COLOR
… are links to three different search engines in this post.[/
COLOR
] [
COLOR
=#000000][/
COLOR
] [
COLOR
=#000000]And don't go trying to tell me…
Color change problem
Programming
Software Development
19 Years Ago
by javafan
… World" in the proper
color
and font.
Color
mixColor=new
Color
(redColor, greenColor,blueColor); //
Color
mixColor=new
Color
(255,255,50); //g.setColor…with teh code is in these lines
Color
mixColor=new
Color
(redColor, greenColor,blueColor); //
Color
mixColor=new
Color
(255,255,50); //g.setColor(…
Re: Color change problem
Programming
Software Development
19 Years Ago
by javafan
…;, 20,70); } else { g2d.setColor(new
Color
(redColor, greenColor,blueColor)); } increment=increment+1; }… applet is redrawn with the // new
color
. // T1.setText("23");…
Re: Why color should be disabled ...
Community Center
Meta DaniWeb
18 Years Ago
by MidiMagic
[
COLOR
=Green]How do I turn off the
color
once I select it? There's no black. I also do not like the fact that you limited the selection. I use different colors to indicate different parts of text for comment below. [/
COLOR
]
Re: Why color should be disabled ...
Community Center
Meta DaniWeb
17 Years Ago
by Dani
[
COLOR
=red]Testing testing 1-2-3.[/
COLOR
]
Color Chooser
Programming
Software Development
16 Years Ago
by allang
…target instanceof Scrollbar) {
Color
rc = new
Color
(Integer.parseInt(RedValue.getText()),0,0);
Color
gc=new
Color
(0,Integer.parseInt(GreenValue.…true; } public void actionPerformed(ActionEvent e) {
Color
c=new
Color
(Integer.parseInt(RedValue.getText()),Integer.parseInt(GreenValue.getText()),Integer…
Color for tab control in C sharp
Programming
Software Development
13 Years Ago
by srikanth2321
… //If the current index is the Selected Index, change the
color
if (tabControl1.SelectedIndex == e.Index) { r = new …br.Dispose(); br = new System.Drawing.SolidBrush(System.Drawing.
Color
.Black); r.Offset(0, 3); g.DrawString(strTitle, …
Color doen't "match"
Digital Media
UI / UX Design
13 Years Ago
by PF2G
… h3 { margin-bottom: 0.5em; font-size: 1.2em;
color
: #000000; } .file * {
color
: #5B5B5B; } /** Forms */ form { margin: 0px; padding: 0px; } .input1 …; } #colTwo h3{ padding: 10px 10px 2px 10px; text-transform: uppercase;
color
: #000000; } /* Footer */ #footer { width: 100%; margin: 0px auto; …
Re: Color doen't "match"
Digital Media
UI / UX Design
13 Years Ago
by Macko888
…: 0px; text-align: center; [
COLOR
="Red"]
color
: #38831E;[/
COLOR
] // change to black [
COLOR
="green"]
color
: #000000;[/
COLOR
] }[/CODE] Otherwise just p { margin…
Color Picker - Hover selector
Programming
Web Development
11 Years Ago
by Cravver
…('customcolor') != null)) { jQuery(customElements).css("border-bottom-
color
", "#" + jQuery.cookie('customcolor')); jQuery(customElements2).css…("background-
color
", "#" + jQuery.cookie('customcolor')); jQuery(customText…
Color ComboBox In vb
Programming
Software Development
10 Years Ago
by Santanu.Das
…with colors. Private Sub BindWebColors() 'binding combobox with
color
vaues 'assign combobox drawmode cmbWebColor.DrawMode = DrawMode.OwnerDrawFixed… 20 Dim colType As Type = GetType(System.Drawing.
Color
) For Each prop As PropertyInfo In colType.GetProperties()…
Re: Color change problem
Programming
Software Development
19 Years Ago
by javafan
When I call g.setColor(
Color
.red) it works but the above code Why? :(
Re: Color change problem
Programming
Software Development
19 Years Ago
by javafan
I got it to work Can someone please help me how do I change the background rather than changing just text
color
?
Re: Color change problem
Programming
Software Development
19 Years Ago
by server_crash
setBackground(
Color
c);
Re: Color Chooser
Programming
Software Development
16 Years Ago
by allang
Figured it out Scrollbar name.setBackground(
color
);
Color from Inputbox (and check)
Programming
Software Development
15 Years Ago
by Nattynooster
…that works and then converts it to
Color
.whatever. But seeing as the user …As Boolean directresponse = InputBox("Choose a custom
color
to be displayed! Example for " &…; Chr(34), "SimpleTimer: Choose A
Color
") actualcolor = "
Color
." + directresponse If actualcolor = (System.ComponentModel…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC