| | |
msgbox that includes "yes to all" and "no to all"
Thread Solved |
Hi,
Create a Custom MessageBox of Your own.:
1. Add a new for say frmMsg
2. Add a LabelControl To Display Message.
3. Make Controls WordWrap = True
4. Add 5 Command Buttons
5. Name them :Yes, No, Cancel, YesToAll, NoToAll
6. Add a Public Variable in a Module. and Populate it with Some Number in each CommandClick say ... 1,2,3,4,5
7. In Calling Form use this Code:
[code=vb]
frmMsg.Label1.Caption ="Want To Delete..?"
frmMsg.Show 1
[code]
And check for the Public Variable for which button is clicked..
REgards
Veena
Create a Custom MessageBox of Your own.:
1. Add a new for say frmMsg
2. Add a LabelControl To Display Message.
3. Make Controls WordWrap = True
4. Add 5 Command Buttons
5. Name them :Yes, No, Cancel, YesToAll, NoToAll
6. Add a Public Variable in a Module. and Populate it with Some Number in each CommandClick say ... 1,2,3,4,5
7. In Calling Form use this Code:
[code=vb]
frmMsg.Label1.Caption ="Want To Delete..?"
frmMsg.Show 1
[code]
And check for the Public Variable for which button is clicked..
REgards
Veena
![]() |
Similar Threads
- Mail not send (PHP)
- Need to read "Title tag" and "original date" of pictures (Visual Basic 4 / 5 / 6)
- "use" statement inside an eval: problem? (Perl)
- Help with "My" functions! (Visual Basic 4 / 5 / 6)
- google "keyword" question (Search Engine Optimization)
- OS 9.2 freez on new mem alloc ("new" opperator) (OS 7 / 8 / 9)
- dynamic memory alloc with "new" freezes OS9.2 (C++)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Tips on Converting a DAO syntax to ADO
- Next Thread: Marquee or Scrolling Text message in Statusbar using VB6
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





