CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    1

    messagebox popup

    I need an example for doing a message pop that appears at different hours(I am using C++Builder) just to show it is time for me to take my medicine(like at 5pm,8pm 9pm 11pm). I've never done something like this before and not sure if a timer or a win32 api call is needed. This will be kept running in the background(even though I close one messagebox the next one will open at the time specified and repeats everyday). Thanks!

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: messagebox popup

    [ removed duplicate thread ]
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured