Search:

Type: Posts; User: Simply Me

Page 1 of 13 1 2 3 4

Search: Search took 0.50 seconds.

  1. VS 2022 Re: [RESOLVED] Confirmation dialog box not showing

    I used the invoke because I was getting invoke and begin invoke error when I click the exit button while the timer is running. Anyways, thanks much.
  2. VS 2022 Countdown timer starting and ending time issue.

    My countdown timer code
    Private Sub CountDownTimer()
    Dim stopTime As DateTime = DateTime.Now.AddSeconds(timerStopTime)

    While timerRunning ' Run while the timer is running
    ...
  3. VS 2022 Re: [RESOLVED] Confirmation dialog box not showing

    It is working now. Thanks jmcilhinney.


    Private Sub BtnExit_Click(sender As Object, e As EventArgs) Handles BtnExit.Click
    Try
    ' Check if the timer is running
    ...
  4. VS 2022 Re: Confirmation dialog box not showing

    I tried putting breakpoint in if statement but when I clicked the x button or the btnexit, the form just closes with out hitting the breakpoint I put.
  5. VS 2022 Re: Confirmation dialog box not showing

    it's not getting hit at all.
  6. VS 2022 Re: Confirmation dialog box not showing

    I tried this one, but still no confirmation dialog appeard.
    Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing
    Try
    ' Check...
  7. Replies
    8
    Views
    363

    VS 2022 Re: Play a warning sound.

    That's I've started so I just continue doing it and besides, I am already almost finish with my code (90/100).
  8. VS 2022 Re: Confirmation dialog box not showing

    in btnExit
  9. VS 2022 [RESOLVED] Confirmation dialog box not showing

    Private Sub BtnExit_Click(sender As Object, e As EventArgs) Handles BtnExit.Click
    Try
    ' Check if the timer is running
    If timerRunning Then
    ' Stop...
  10. Replies
    8
    Views
    363

    VS 2022 Re: Play a warning sound.

    I've changed my code so that it will not look messy.
    Private Sub BtnStart_Click(sender As Object, e As EventArgs) Handles BtnStart.Click
    ' Check if any of the stop time radio buttons are...
  11. Replies
    8
    Views
    1,819

    Re: Creating Installer

    Got this sorted out already. Thank you for the help.
  12. Replies
    8
    Views
    363

    VS 2022 Play a warning sound.

    Hello!

    I have a running timer progam already but I want to incorporate a warning sound. Okay, so I have a txtcustomtime where I will type the stop time of my timer. I also have a txtwarn where...
  13. Replies
    8
    Views
    1,819

    Re: Creating Installer

    Thank you. I will try that.
  14. Replies
    8
    Views
    1,819

    Re: Creating Installer

    Right now, my .wavs are in the same folder as the application, but as I've mentioned, it would be like some sort of protection so that the program cannot just be copied by anyone.
  15. Replies
    8
    Views
    1,819

    Re: Creating Installer

    Actually I could use any folder. My main reason is that when someone just tries to copy my .exe file, the program won't work.
  16. Replies
    8
    Views
    1,819

    [RESOLVED] Creating Installer

    Hello everyone.

    This is my first time to create an installer. I developed a program which plays a two .wav files. The file path of the .wav file is hardcoded. The path is in C:\Windows folder. I...
  17. Replies
    10
    Views
    777

    VS 2022 Re: [RESOLVED] Timer Plus Sound (.wav)

    Got it sorted out already. Thanks everyone.
  18. Replies
    10
    Views
    777

    VS 2022 Re: Timer Plus Sound (.wav)

    That's what I want to happen except that every tick of a second, there should be a ticking sound or .wav that will play. I have attached a sample program which is already doing what I want to do...
  19. Replies
    10
    Views
    777

    VS 2022 Re: Timer Plus Sound (.wav)

    Below is a completely new code minus the other buttons as shown in my screenshoot in the first post. This only includes, a label, button and a textbox. The sound files are already playing okay but...
  20. Replies
    10
    Views
    777

    VS 2022 Re: Timer Plus Sound (.wav)

    this is an Excel file
  21. Replies
    10
    Views
    777

    VS 2022 Re: Timer Plus Sound (.wav)

    it's an Excel file
  22. Replies
    10
    Views
    777

    VS 2022 Re: Timer Plus Sound (.wav)

    Tried the code and the sonar will play on form load and after 10 seconds.
    What I want is that every second, the sonar will play and after 10 seconds, the chime.wav will play indicating that time is...
  23. Replies
    10
    Views
    777

    VS 2022 [RESOLVED] Timer Plus Sound (.wav)

    Hello everyone.

    I am working on a timer which can be used as a quiz bee timer, count down, count up timer, and stopwatch. Right now, I am having a problem playing a .wav playing while timer is...
  24. Re: Number of query values and destinations are not the same

    i tried the replace but it's not working...I guess I just have to remove the formatting. Thanks you very much for your help.
  25. Re: Number of query values and destinations are not the same

    here's the original formatting code
    Set lst = lstStocks.ListItems.Add(, , txtCode.Text) 'DISPLY IN LISTVIEW
    lst.SubItems(1) = txtDesc.Text
    lst.SubItems(2) = txtQty.Text
    ' ...
  26. Re: Number of query values and destinations are not the same

    Field type is currency
  27. Re: Number of query values and destinations are not the same

    for display purposes so that the user is guided.
  28. Re: Number of query values and destinations are not the same

    for display purposes so that the user is guided.
  29. Re: Number of query values and destinations are not the same

    yes it will work it formatted without the comma... is no other way of doing with but still use the comma?
  30. Re: Number of query values and destinations are not the same

    yes it will work if formatted without the comma... is no other way of doing with but still use the comma?
  31. Re: Number of query values and destinations are not the same

    yes it is formatted like 1,000.00
  32. Number of query values and destinations are not the same

    Hello!

    I am wondering why I am getting this error. If I enter less that 1000 in my Item price textbox the program will run without error, the transaction will be saved in the my access database,...
  33. VS 2005 Update record if already exist else Insert it

    Hi!

    I been trying to use the code below. The update portion just save the last record. what am i missing?

    If SecID() = True Then
    'MessageBox.Show("Already Existing.",...
  34. Re: Insert records if not exist only

    Thanks techgnome...it worked perfectly.
  35. [RESOLVED] Insert records if not exist only

    Hi!

    I would like to insert records from one table to another table only if the records does not exist. I have tblmaster and tblenrol and this is my code right now
    insert into tblmaster
    select...
  36. Replies
    8
    Views
    1,244

    Re: Tabulation Program

    its a scoring system. Instead of the manually tabulating the results of a contest, judges would enter their scores and automatically the results will be tabulated.
  37. Replies
    8
    Views
    1,244

    Re: Tabulation Program

    anyone with suggestions here?
  38. Replies
    8
    Views
    1,244

    Re: Tabulation Program

    Hey bro.

    I need two actually, one for a beauty contest and one for a socio-cultural contest (solo, duet, hip-hop and the like)
  39. Replies
    8
    Views
    1,244

    Tabulation Program

    Hi!

    I know that my need is very basic to all....I would like to solicit your suggestions as to the best possible way how to create a flexible network based tabulation program or you can point me...
  40. Replies
    5
    Views
    779

    VS 2005 Re: Update records

    Initially I have this code...but its not working...My code will update all the students detail supposedly, I just want to update the subjects registered to a certain student. Frankly speaking, I...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width