Jump to content

Overlapping screen during gaming (i.e., xfire)

- - - - -

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

#1
larkdord

larkdord

    Newbie

  • Members
  • Pip
  • 1 posts
I'm referring to Xfire the application, not the JAVA thing.

Xfire was unique (at least to me) when it came out, because you could bring up a chat window while gaming.

Does anyone know the library or routine used for doing this?

Being able to overlap a window on top of a full-screen application (like a game) without stopping, pausing, or interrupting the application? It's a really neat feature, and I'm just not sure how it's done. Any info is appreciated.

Thanks!

I'm a noobie here by the way ... never seen this site, it's nice :-)

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,713 posts
My guess would be some sort of DirectX utility that allows a form to be drawn in a specific video mode.

#3
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
This kind of stuff looks Windows related... I'd check for the DirectX/Windows API for stuff like that.

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,713 posts
What platform are you trying to do this on?