| | |
How can be a commond button's caption changed
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
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
.: We may acquire liberty, but it is never recovered if it is lost :.
irc://irc.rizon.net/#itf
irc://irc.rizon.net/#itf
•
•
Join Date: Jul 2005
Posts: 19
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by jwshepherd
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
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
Dear Sir,
Thanks for your kind reply. If I press the Save button it should change the caption "save" to "add" and when i again press the button "add" it should change its caption "add" to "save". please help.
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
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
.: We may acquire liberty, but it is never recovered if it is lost :.
irc://irc.rizon.net/#itf
irc://irc.rizon.net/#itf
![]() |
Similar Threads
- Forms Authorization/ Authentication using asp .net and vb .net (ASP.NET)
- Tkinter Button "Disable" ? (Python)
- help - disk drive wont open (Apple Hardware)
- change button caption at runtime with code (C)
- Refresh Form to Display changes (MySQL)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Reposition Event??
- Next Thread: Search code ...
Views: 3620 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Visual Basic 4 / 5 / 6
* 6 429 2007 access activex add age append application basic beginner birth bmp c++ calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver struct subroutine table tags textbox time timer urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





