Using C++ in VS2008, I\'m at the beginnings of a DirectX program which can so far display a token image and flip between fullscreen and windowed mode with no problems.
So i am trying to get the screen size of the Moto Droid on my application. on my Create, i am using the Service windowManager to get the default display.
I have a main window created with : if (!fullscreen) { wStyle = WS_OVERLAPPED | WS_BORDER | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_CLIPCHILDREN;
I\'m trying to make an iPhone application which can read PDFs in full screen and follow links on PDFs, but I can\'t find the right way to do it.
I\'m working on an editor for novel authors. After seeing programs like DarkRoom, I wanted to add an full screen mode. In addition to that, I\'d like to offer an option to show information about chara
How to well use the WinAPI to manage the fullscreen mode on windows\'s window ? Here is my problem : I have an application which has to be fullscreen.
I have a cocoa application which is a fullscree开发者_如何学编程n webbrowser using WebView. Initially the menubar and dock are hidden, and cannot be accessed, which is how I want it, but after a fulls
I have an app that is a single QGlwidget with a right-click QMenu created when needed. The data is drawn in an overridden paintEvent()
There is a MediaElement in my silverLight4 Application that plays videos. There are also other controls in the form (listbox, buttons etc...).
I\'m setting a fullscreen in a Projector flash using: stage.displayState = StageDisplayState.FULL_SCREEN;