Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
caption
- Page 1
Re: Show me AI Hidden Features in Samsung Galaxy S25 Ultra ?
Hardware and Software
Hardware
Mobile and Wearables
2 Months Ago
by Reverend Jim
I'm reminded of a Harley-Davidson ad from years back. It had a picture of a decked out motorcycle with a hot tub, wet bar, and recliner. The
caption
read, "If you want all the comforts of home, stay there."
caption in transparent?
Programming
Software Development
17 Years Ago
by fujilec
hi....i got one simple question...how to make the
caption
background transparent? and, is it possible to have animation GIF on message box? hihi thank ya
How do I resolve this NullPointerException() in updating a photo caption?
Programming
Web Development
16 Years Ago
by samespace
…getAttribute("photos"); p.setCaption(request.getParameter("
caption
")); Entities.PhotoManager.savePhoto(p); ServletContext sc = … go to the page which displays the photo, with its
caption
updated[/COLOR] rd.forward(request, response); } finally { //out…
Photo Gallery Caption Won't Change
Programming
Web Development
15 Years Ago
by Scottmandoo
…r['id']; $name=$r['name']; $image=$r['image']; $
caption
=$r['
caption
']; $table .=<<<HTML <td> …r['id']; $name=$r['name']; $image=$r['image']; $
caption
=$r['
caption
']; $table .=<<<HTML <td> …quot; onclick="LoadGallery('showreel','$image','showcaption','$
caption
')"><img src=$image height=…
Re: form caption effects
Programming
Software Development
15 Years Ago
by jonc
… Private m_sCaption As String Private Sub Command1_Click() Me.
Caption
= vbNullString m_sCaption = "
Caption
typing effect by jonifen" m_iMarker = 1…Private Sub tmrCaption_Timer() If Len(Me.
Caption
) = 0 Then Me.
Caption
= Left$(m_sCaption, 1) Else Me.
Caption
= Me.
Caption
& Mid$(m_sCaption, m_iMarker,…
Application Title versus Form Caption
Programming
Software Development
14 Years Ago
by Alex314
…Title I displayed the name of the Application; in the
Caption
(showing in the task bar button) I displayed the … 2010 this code doesn't work anymore. The Form
Caption
text shows in both Application Title and task bar button… Title. When I have : [code]int a = 23; Form1->
Caption
= "% " + AnsiString (a);[/code] both the Application's …
help with scrolling caption with bounce left and right
Programming
Software Development
9 Years Ago
by Simon180
…, I want to get the full length of the lblmarquee
caption
and then when it scrolls to the end of the… last letter or
caption
it will then auto change to right scroll and then…, length(txt)-1) + Copy(txt,1,1) else //right lblMarquee.
Caption
:= Copy(txt,length(txt)-1,1) + Copy(txt, 1, length…
Re: More font styles in a button caption
Programming
Software Development
17 Years Ago
by ExplainThat
… 210 Height = 22 Alignment = taCenter AutoSize = False
Caption
= 'Hello' FocusControl = btnTest Font.Charset = DEFAULT_CHARSET … 210 Height = 52 Alignment = taCenter AutoSize = False
Caption
= 'World!' FocusControl = btnTest Font.Charset = DEFAULT_CHARSET…
Is It possible to change the original caption of the button permanently ?
Programming
Software Development
16 Years Ago
by qaz1134
…"save".. if you click on the button the
caption
will change to "full" my problem is: …when i restart the application the
caption
goes back to "save" Now, is it …possible to change the original
caption
permanently even if i restarted the application [application.exe]? :…
Re: Photo Gallery Caption Won't Change
Programming
Web Development
15 Years Ago
by Traevel
… href="#_self" onclick="LoadGallery('showreel','$image','showcaption','$
caption
')">[/icode]. The JavaScript errors you keep getting on…
Floundering in Image/Caption link with Javascript
Programming
Web Development
9 Years Ago
by furlanut
… - click to change/enlarge image and attach appropriate
caption
. I have: function showPreview(path){ var theImageElement=document…function showPreview(path) in its entirety only changes the
caption
(i.e. no enlarged image at all) omitting…see the enlarged image but no new
caption
(i.e only the
caption
applied to the first image appears under…
Re: How can be a commond button's caption changed
Programming
Software Development
19 Years Ago
by user777
…=jwshepherd][code]Public Sub Command1_Click() if command1.
caption
= "SAVE" Then command1.
caption
= "ADD COMMOND BUTTON" '…Put Save commands here else Command1.
caption
="SAVE" 'put ADD COMMOND BUTTON Commands… I press the Save button it should change the
caption
"save" to "add" …
Converting Label.caption as Date value
Programming
Software Development
16 Years Ago
by devilz
… column monthDate having data type: “date”. In VB6.0 label.
caption
is the value which I need to save in monthDate…. Like: Label1.
caption
= 2/24/09. Problem is how will I convert the… label.
caption
as date value so that i can save it in…
label caption
Programming
Software Development
15 Years Ago
by abu taher
if I write 500 in a textbox then a label.
caption
show "Profit". If I write -500 the the label.
caption
show Loss. I write code[CODE]If Format(Text1, "0000000") Then Label1.
Caption
= "Profit"[/CODE] but for -500 what I need to write?
Div Image and Caption Problem
Digital Media
UI / UX Design
14 Years Ago
by Abysinian
…; font-style:italic; } [/code] Now, the problem is, when the
caption
is longer than the picture is wide, it doesn't… see here, the image is only 364px wide, but the
caption
is far longer than that. In my CSS I've… that the image at the top is fine because the
caption
is shorter than the image is wide, but the bottom…
How to get image caption changing
Programming
Web Development
12 Years Ago
by laura301019
…a button is clicked it changes to picture and the
caption
is supposed to change. However no matter what i… try the
caption
remains the same. The following is part of the …); } ?> Anyone any idea how i can get the
caption
to change that appears beneath the picture. Thanks in advance.
Re: label caption
Programming
Software Development
15 Years Ago
by Vineeth K
You can do it by one line , if you get the Profit base to a variable then [CODE] Dim a As Integer a = 500 If Text1.Text <= a Then Label1.
Caption
= "Loss" Else Label1.
Caption
= "Profit" [/CODE]
Form Caption
Programming
Software Development
20 Years Ago
by NewVBguy
Hi there, I want to center the
caption
of a form and make the
caption
bold. Can anyone show me how to do this... Many thanks.... Newvbguy
Re: Form Caption
Programming
Software Development
20 Years Ago
by NewVBguy
Hi Comatose, I appreciate your response. I'm just lazy to make a research but i did one almost same before. the only thing is make the
caption
marquee (i mean the
caption
is moving) where i use an api. the thing is i forgot what is that api anymore and where i put that script. Anyway thanks again. Newvbguy
Re: How can be a commond button's caption changed
Programming
Software Development
19 Years Ago
by jwshepherd
[code]Public Sub Command1_Click() if command1.
caption
= "SAVE" Then command1.
caption
= "ADD COMMOND BUTTON" 'Put Save commands here else Command1.
caption
="SAVE" 'put ADD COMMOND BUTTON Commands here end if end sub[/code]
Re: How can be a commond button's caption changed
Programming
Software Development
19 Years Ago
by jwshepherd
[code]Option Explicit Public Sub Command1_Click() If Command1.
Caption
= "SAVE" Then Command1.
Caption
= "ADD" 'Put Save commands here Else Command1.
Caption
= "SAVE" 'put ADD COMMOND BUTTON Commands here End If End Sub[/code]
Timed Blinking label caption
Programming
Software Development
17 Years Ago
by johntech
… you match 2 squares I want to blink a label
caption
"MATCH" say 3 or 4 times then hide… ends then continue. I use a timer to make the
caption
blink but am not sure how to stop the program…
More font styles in a button caption
Programming
Software Development
17 Years Ago
by gastan
Hello. I would like to show a multiline
caption
on a button, but with the second line in bold. Can somebody do it? Currently I have a multiline
caption
, but don't know how to draw text in different font styles (color, style, size, etc.) within one button. (Delphi 2006) Thanks in advance, have a nice day.
ERROR in label caption... plz help
Programming
Software Development
16 Years Ago
by smile4evr
… = "SELECT E_name FROM Employee_Details WHERE E_ID ='" & logid.
Caption
& "'" CN.Execute getname RS.Open getname, CN…
Re: ERROR in label caption... plz help
Programming
Software Development
16 Years Ago
by Teme64
What error message exactly? Do you have CN open? [CODE=VB]Dim CN As ADODB.Connection CN = New ADODB.Connection CN.Open "<connection string>"[/CODE] Also the recordset could be empty: [CODE=VB]If RS.Fields.Count > 0 Then Label7.
Caption
= RS.Fields(0) Else Label7.
Caption
= "" End If[/CODE]
Re: Converting Label.caption as Date value
Programming
Software Development
16 Years Ago
by ryan311
label1.
caption
= date
Help a noob like me pls, problem changing caption
Programming
Software Development
16 Years Ago
by limesight18
….. i have a problem of how i can change the
caption
of a label thats inside a [B]picture box[/B… it.. there's no command like this [CODE]lblStartTime[B].
Caption
[/B] = rsRecordSet.Fields("Unit").Value & ""…
Editing Bios Caption
Hardware and Software
Hardware
15 Years Ago
by Stevoni
Any suggestions on how to edit the Bios
caption
field? I've been requested to do so for a …customer and the Win32_Bios class has the
caption
set as read only. I've yet to find anywhere…
image caption to change
Programming
Web Development
12 Years Ago
by laura301019
… piece of code to display images of cameras and a
caption
underneath which states what type of camera it is. However… I cant get the
caption
to change, i posted this piece of code before and…
How to break a caption in a <alt> into 2 lines?
Digital Media
UI / UX Design
12 Years Ago
by LastMitch
… learn **html/css**. I have a issue of breaking a
caption
in the **alt** into **2** lines. This is my image…="Image is ... yada .. whatever" />` I want the
caption
in the **alt** stop at **width 400** of the image…
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