Jump to content

OSD Messages

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
ThePilgrim

ThePilgrim

    Newbie

  • Members
  • Pip
  • 3 posts
Okey so after google'ing around without no luck at all I've decided to try some forum help!
I'm trying to build a command-line program for display an OSD-style message, but i don't have any idea where to start.
I've been programming C/C++ for quite some time developing high-performance computing algorithms, but I don't really have that much graphics knowledge!

To be exact: the program will display a fading in/out rectangle with a message on it - kinda like a notification, in the middle of the screen. I might want to add a OK button to manually close the notify. It has to be WINDOWS compatible.

Any ideas where to start? Maybe a simple hello world?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You're looking at learning the Windows API or a GUI toolkit.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
ThePilgrim

ThePilgrim

    Newbie

  • Members
  • Pip
  • 3 posts
I really don't like windows API programming ... any suggestions for smart GUI toolkits, maybe cross-platform?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
wxWidgets and Ultimate++ come to mind immediately.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
ThePilgrim

ThePilgrim

    Newbie

  • Members
  • Pip
  • 3 posts
Thank you for all your quick answers !