Click here to Skip to main content
15,881,791 members
Home / Discussions / - Uncategorised posts -
   

- Uncategorised posts -

Please don't post in this forum. If you've posted in this forum it's because you've selected the first forum on the list without thinking through which forum would be best. All messages in this forum are periodically removed.

 
AnswerRe: Cannot add folders (with files) to the .gitignore file in VS Team Explorer Pin
Mc_Topaz1-Dec-20 8:33
Mc_Topaz1-Dec-20 8:33 
QuestionIs it worth to learn Oracle Apex in 2020 Pin
corbiman13327-Oct-20 5:05
corbiman13327-Oct-20 5:05 
AnswerRe: Is it worth to learn Oracle Apex in 2020 Pin
ZurdoDev12-Oct-20 3:32
professionalZurdoDev12-Oct-20 3:32 
AnswerRe: Is it worth to learn Oracle Apex in 2020 Pin
Richard MacCutchan12-Oct-20 4:00
mveRichard MacCutchan12-Oct-20 4:00 
GeneralHello Pin
sherkhane16-Sep-20 11:54
professionalsherkhane16-Sep-20 11:54 
GeneralRe: Hello Pin
Dave Kreskowiak16-Sep-20 12:07
mveDave Kreskowiak16-Sep-20 12:07 
GeneralRe: Hello Pin
RedDk27-Oct-20 7:28
RedDk27-Oct-20 7:28 
Questioni have tried the code above . it works fine. but it only shows the breakdown of the costs. i want the label to show the total cost as well. what more should i add to the code?? please help</pre> Pin
Rikansha kumar10-Sep-20 22:09
Rikansha kumar10-Sep-20 22:09 
Private Sub btnTotalCost_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTotalCost.Click

        lblTotalCost.Text = "YOU HAVE ORDERED:" & vbNewLine

        lblTotalCost.Text = lblTotalCost.Text & "ROOM TYPE" & vbNewLine & "--------" & vbNewLine

        If radLuxury.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Luxury = $210" & vbNewLine
        ElseIf radSuperior.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Superior = $150" & vbNewLine
        Else
            lblTotalCost.Text = lblTotalCost.Text & "Standard = $110" & vbNewLine
        End If

        lblTotalCost.Text = lblTotalCost.Text & vbNewLine & "MEAL OPTIONS" & vbNewLine & "--------" & vbNewLine

        If chkBufferBreakfast.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Buffer Breakfast = $40" & vbNewLine
        End If
        If chkBufferDinner.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Buffer Dinner = $60" & vbNewLine
        End If

        lblTotalCost.Text = lblTotalCost.Text & vbNewLine & "AMENITIES" & vbNewLine & "--------" & vbNewLine

        If chkInternet.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Internet = $10" & vbNewLine
        End If
        If chkEntertainment.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Entertainment = $20" & vbNewLine
        End If
        If chkSpaServices.Checked Then
            lblTotalCost.Text = lblTotalCost.Text & "Spa Services = $50" & vbNewLine
        End If



        
    End Sub

Rant[REPOST]: i have tried the code above . it works fine. but it only shows the breakdown of the costs. i want the label to show the total cost as well. what more should i add to the code?? please help</pre> Pin
Richard Deeming10-Sep-20 22:22
mveRichard Deeming10-Sep-20 22:22 
QuestionCopy message text and user name only from Message Board with 100s of pages of 10 messages each? Pin
Member 1487569028-Jun-20 17:54
Member 1487569028-Jun-20 17:54 
AnswerRe: Copy message text and user name only from Message Board with 100s of pages of 10 messages each? Pin
Richard MacCutchan28-Jun-20 21:42
mveRichard MacCutchan28-Jun-20 21:42 
QuestionWhich one would be faster in Python i = i + 1 or i += 1 ? Pin
Member 1484242524-May-20 12:03
Member 1484242524-May-20 12:03 
AnswerRe: Which one would be faster in Python i = i + 1 or i += 1 ? Pin
kalberts24-May-20 17:33
kalberts24-May-20 17:33 
GeneralRe: Which one would be faster in Python i = i + 1 or i += 1 ? Pin
Member 1484242524-May-20 21:16
Member 1484242524-May-20 21:16 
GeneralRe: Which one would be faster in Python i = i + 1 or i += 1 ? Pin
kalberts24-May-20 23:59
kalberts24-May-20 23:59 
GeneralRe: Which one would be faster in Python i = i + 1 or i += 1 ? Pin
Member 1484242525-May-20 0:01
Member 1484242525-May-20 0:01 
GeneralRe: Which one would be faster in Python i = i + 1 or i += 1 ? Pin
Superfine Construction4-Aug-20 19:39
Superfine Construction4-Aug-20 19:39 
QuestionMapping Drives... Pin
Michael Breeden25-Apr-20 8:37
Michael Breeden25-Apr-20 8:37 
AnswerRe: Mapping Drives... Pin
Richard Deeming27-Apr-20 0:17
mveRichard Deeming27-Apr-20 0:17 
GeneralRe: Mapping Drives... Pin
Michael Breeden27-Apr-20 1:09
Michael Breeden27-Apr-20 1:09 
QuestionRename EML files With Message Subject Line Pin
Member 1469381418-Dec-19 5:15
Member 1469381418-Dec-19 5:15 
AnswerRe: Rename EML files With Message Subject Line Pin
Richard Deeming18-Dec-19 6:20
mveRichard Deeming18-Dec-19 6:20 
GeneralRe: Rename EML files With Message Subject Line Pin
Member 1469381418-Dec-19 10:01
Member 1469381418-Dec-19 10:01 
GeneralRe: Rename EML files With Message Subject Line Pin
Richard Deeming19-Dec-19 1:18
mveRichard Deeming19-Dec-19 1:18 
QuestionCan a recent college graduate get a software job without an internship? Pin
tara lara17-Dec-19 13:03
tara lara17-Dec-19 13:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.