🔒 Closed VB6 Help How to Display en or em dash

Status
Not open for further replies.
Baka puwede mo ireplace yung em dash ng normal na dash? O gamit ka ng inkedit control.
ok na po kapag niran, sinama ko nlng sa condition ng command button magpapalit ung caption kapag kinilick

Baka puwede mo ireplace yung em dash ng normal na dash? O gamit ka ng inkedit control.
btw e2 po pede paayos ng code na e2 nageerror kc


Private Sub SumCommand4_Click()
stotal = totaldue + stotal
totaldue = 0
TOCheck1.Value = 0
subLabel7.Caption = ""
taxLabel8.Caption = ""
TDLabel9.Caption = ""
QuantText1.Text = ""

answer = MsgBox("Total Amount: " & stotal, vbInformation + vbOKOnly, "Summary Order")
If answer = vbOKOnly Then
answer = MsgBox("Confirm the order/s?", vbInformation + vbYesNo, "Result")
If answer = vbYes Then
MsgBox "thank u"
Else
MsgBox ""
stotal = 0
End If
End Sub

ok na po kapag niran, sinama ko nlng sa condition ng command button magpapalit ung caption kapag kinilick


btw e2 po pede paayos ng code na e2 nageerror kc


Private Sub SumCommand4_Click()
stotal = totaldue + stotal
totaldue = 0
TOCheck1.Value = 0
subLabel7.Caption = ""
taxLabel8.Caption = ""
TDLabel9.Caption = ""
QuantText1.Text = ""

answer = MsgBox("Total Amount: " & stotal, vbInformation + vbOKOnly, "Summary Order")
If answer = vbOKOnly Then
answer = MsgBox("Confirm the order/s?", vbInformation + vbYesNo, "Result")
If answer = vbYes Then
MsgBox "thank u"
Else
MsgBox ""
stotal = 0
End If
End Sub
ok na pala sorry sa abala hehe

ok na po salamat mga sir
 

Attachments

  • 1649668798567.webp
    1649668798567.webp
    5.9 KB · Views: 41
Status
Not open for further replies.

About this Thread

  • 5
    Replies
  • 549
    Views
  • 3
    Participants
Last reply from:
britbrit

Trending Topics

Online now

Members online
1,142
Guests online
1,071
Total visitors
2,213

Forum statistics

Threads
2,271,859
Posts
28,938,603
Members
1,237,882
Latest member
meowmeow23
Back
Top