Search results for query: *

  • Users: Raddy
  • Order by date
  1. R

    Problems adding controls at runtime

    I'm writing a program that will be a form with a button on it. When I click on the button, I want the old button to disappear and be replaced with a new one in it's place. So far, only the button will disappear. I've tried copying a the code straight out of the book, but still having...
  2. R

    Date Format

    Thanks, works fine now.
  3. R

    Date Format

    I'm attempting to get my program to recognize certain holidays (New Years, Thanksgiving, Christmas, etc.) and display an according picture. I can get it to recognize the dates, but I want it to work for the date, regardless of the year. I tried entering: If today = #12/25/****# Then...
  4. R

    Slow refresh

    I've written some code and it's setup so that one textbox displays the current date and time refreshed every second and a second textbox displays the difference between the current time and a set date. The clock refreshes correctly, but the time difference only updates every two seconds; I'm not...
  5. R

    Date and Time problems

    I'm writing a program that I want calculate a date difference. The problem is that the end date (Now) is formatted the way I want with the date and the time, but the starting time is just the date. I want the calculation to befrom midnight on the specified date till Now. Here's the code...
Back
Top