Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I create a full-screen window?

OpenGL FAQ / 2 Getting Started
Prior to GLUT 3.7, you can generate a full-screen window using a call to glutFullScreen(void). With GLUT 3.7 and later, a more flexible interface was added. With glutGameModeString(), an application can specify a desired full-screen width and height, as well as the pixel depth and refresh rate. You specify it with an ASCII character string of the form [width]x[height]:[depth]@[hertz]. An application can use this mode if it's available with a call to glutEnterGameMode(void).
Related Questions

Why does the freakin' image window drift down the screen?

XV Frequently Asked Questions
In another of a long line of Design Decisions I Regret, xv tries to do all sorts of clever things with regard to the image window's position on screen. For example, if you issue the Max Size command, xv will position the window so that the window's contents exactly fill the screen (and the titlebar, frame, etc. are off the edges). Clever when it works, a big pain in the ass when it doesn't.
Related Questions

How do I create an MDI child window?

Forms - Windows Forms FAQs
Here is a simple, complete source for creating MDI child windows. To build, reference System, System.Drawing, and System.Windows.Forms. using System; using System.Windows.Forms; namespace Application1 { class Program { static void Main( string[] args...
Related Questions

XII. How do I make a screen-dump of my window and/or print it out?

Misc. X things
xv, developed by John Bradley, is a full-featured program for displaying and manipulating images in the GIF, JPEG, TIFF, PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit RLE, PDS/VICAR, Sun Rasterfile, BMP, PCX, IRIS RGB, XPM, Targa, XWD, PostScript (if GhostScript is available) and PM formats. It can also convert between most of those formats. xv 3.10a is shareware for personal use with a suggested registration fee of US$25.
Related Questions

The puzzle window is too large for my screen. What can I do?

Griddlers Net
Make the screen resolution as high as you can while still being able to read the texts in the site comfortably. In Windows: Right click on your desktop, choose Properties, and Settings tab. If you have a screen resolution of 1024x768, make it higher -- up to a resolution of 1152x864 or more. Hide the Status Bar (at the bottom of the browser), and/or some options in your Toolbars (Buttons or Address Bar). In Internet Explorer you can find these under View.
Related Questions

How do I turn the Window's screen saver off?

Super Tech's Rapid Prototyping Desktop Computer Controlled C...
In the Windows Desktop mode, Click START, then mouse to "Settings", then click CONTROL PANEL, then click DISPLAY, then click SCREEN SAVERS, then make the Selection (None).
Related Questions

The screen is too big for my window how do I fix that?

Video Troubleshooting
Our site was designed for a resolution of 1024x768. We have a full tutorial on how to change your screen size. To see the tutorial click here It is a large file so give it time to load
Related Questions

How to create a login screen in ASP.NET?

Megasolutions.net :: Asp.Net Frequently Asked Questions - FA...
lt;asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="*" ControlToValidate="txtUserName"></asp:RequiredFieldValidator></TD> lt;asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="*" ControlToValidate="txtPassword"></asp:RequiredFieldValidator></TD> Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.
Related Questions

How to Create Window Streaming Media?

Webvisions: Asia-Pacific Hosting & Managed Services - Window...
Creating a Windows media video file (wmv, asf) is a multi-step process. It often involves shooting, capturing, editing and encoding source materials, either audio, video or both, with all kinds of hardware and software along the way. This simple guide gives you are rough idea of how the entire process work. First you need to get hold of the source materials used for creating the streaming media. This is often captured by using a video camera in digital8 or DV format.
Related Questions

How do I create a Topbar along the top edge of my screen?

Frequently Asked Questions about KlipFolio
Drag a toolbar to the top edge of your screen or use the toolbar's "Layout" context menu item.
Related Questions

What's a screen dump, and how do I create and send one?

ACC Internet Cribbage FAQ
A screen dump is a depiction of whatever appears on your computer display at a particular time. Rule 9.b and 9.c of the ACC rules for Internet play advise taking screen dumps following Fourth Street boots and match wins to help verify events in case of a dispute. On Windows systems you do this by pressing the PrtSc key while the game window is visible. This will capture the screen dump to the Windows clipboard.
Related Questions

How can I create a virtual screen?

Frequently Asked Questions
Do this: void *virtual = malloc (LCD_SIZE); // Allocate the buffer ... if (!virtual) ... // do some error handling - not enough memory! PortSet (virtual, 239, 127); // redirect drawing routines to buffer or, even simpler, virtual screen may be simply in any local variable which is enough long: char virtual[3840]; ... PortSet (virtual, 239, 127); Note that, in this case, virtual memory will be in fact somewhere on the stack.
Related Questions

How can I create my own windows screen savers?

RatLoaf.com : FAQ - Screen Saver Archive - Animated Screen S...
You can create your own Windows screen savers by using either one of the following programming languages, from easiest to hardest. Visual Basic: VB is a high level interpreted language, very easy to learn. The next version of VB, which is version5, might come with a true compiler and even being cross platform. Published by Microsoft. Delphi: Delphi is also a high level language, almost as easy to learn as Visual Basic. Comes with a true compiler to produce faster executables.
Related Questions

How can I create screen door transparency?

OpenGL FAQ / 15 Transparency, Translucency, and Using Blendi...
This is accomplished by specifying a polygon stipple pattern with glPolygonStipple() and by rendering the transparent primitive with polygon stippling enabled (glEnable(GL_POLYGON_STIPPLE)). The number of bits set in the stipple pattern determine the amount of translucency and opacity; setting more bits result in a more opaque object, and setting fewer bits results in a more translucent object.
Related Questions

How can I center a window on the screen?

Frequently Asked Questions
If the window is a GnomeDialog, this is user-configurable and you should not do it. In most other cases it would be a bit strange; but there are exceptions, such as splash screens. The function you want is gtk_window_set_position(); you can leave the window's position up to the window manager (the default), ask to have it centered, or ask to have it appear wherever the mouse pointer is.
Related Questions

Why can't I see all of the Scenario window on my screen?

FAQs
First check your screen display - control panel >>display>>Settings. The minimum setting for viewing the Scenario is at least a resolution of 1024x768 pixels. For those unfamiliar with the setting, you can find it by clicking in this sequence: Start/My computer/Control panel/Display/Settings. On the Settings page, you’ll see ‘screen resolution’.
Related Questions

Can RS or UO run in a window, rather then full screen?

Rogue Spear Faqs at Aggression - Help with Rogue Spear
There is no supported method of doing this, but you can edit the registry to achieve RS in a Window. NOTE that you should not edit the Registry unless you know what you are doing - you can severely affect your system by playing around with the Registry. Backup your Registry before making any alterations. Each time you want to toggle between windowed and full screen mode, you have to always go to windows registry to edit a value (and restart RS).
Related Questions

There is a small window at the top of the screen where a cursor can be placed. What is this for?

T-Plan Support :: T-Plan FAQ's
This window is for searching within T-Plan. Type a search query string into this field and the results will be displayed in a separate search results window. This window uses the Filter Query Language to search across all areas. It is not connected to the Filter Query Wizard, but you can start up the Filter Query Wizard from a module and then copy/paste the query strings into this window.
Related Questions

The PIP window is covering something I want to see on the big screen. Can I move the PIP window?

FAQ
Yes. Press the PIP LOC button on your Sony keyboard, or simultaneously press the CMD and M keys on your optional RCA keyboard. No, Internet access that comes with UltimateTV service is provided through an analog telephone line connected to your DIRECTV Receiver. No, the satellite only provides television programs and information to the receiver. When you use the Internet service provided by the UltimateTV service, your receiver connects via the telephone line.
Related Questions

Q42: What Screen Setting should I use to have the correct window size on my screen?

Quintic Consultancy Ltd: FAQs
You should use the general setting of 1024X768 [make changes via >start >My Computer > Control Panel / Settings > Appearances /Display >Change Screen Resolution]. Note: Scrollable Windows allow for maximum screen usage. Maximum Screen Resolution 1600x1200 for desktops & laptops or even wide-screen configurations. You can also add an additional monitor to create a dual screen set-up.
Related Questions

Can I have a screen too?

Victorian Infant Hearing Screening Program : Frequently Aske...
If you are concerned about your own hearing you should make a time at an audiology clinic to have a hearing test.  The VIHSP equipment is not suitable for adults.
Related Questions

How do I create new chart or form window?

Datataker - Tutorials
Make sure the project (site) and schedule are selected in the Site and Schedule tabs of the Chart Channels dialog box. All channels relating to that schedule in the project will then be available.
Related Questions

How do I create a new folder in my anywhere client window?

Anywhere - Help - Frequent Questions
Your my documents folder is your starting point with an anywhere account. Underneath this folder you can create as many folders as you want. Creating folders is easy. For example, click on the my documents folder. Then select the new in the folder group. You will be prompted for a folder name. After you click ok you will see your new folder.
Related Questions

Question - How do I create my own window menu for the MDI Frame window?

Our Technology and Products - Synchrony Systems
Answer: A custom window menu may be defined by creating a popup menu and making an attribute-to-attribute connection linking the MDI Frame window's #windowMenu attribute to the popup menu's #self attribute.
Related Questions

How can I switch from window to full screen view for the Ultra-Com terminal Window?

Frequently Asked Questions
Press the ALT and ENTER keys at the same time. In Windows 95, you can also click on the Full Screen button on the top of the Ultra-Com terminal window. To switch back to window view, again press the ALT and ENTER keys at the same time.
Related Questions

How do I create a splash screen style form, i.e., with no border or titlebar?

Forms - Windows Forms FAQs
You can download a working project that uses this code. public void CreateMyBorderlessWindow() { FormBorderStyle = FormBorderStyle.None; MaximizeBox = false; MinimizeBox = false; StartPosition = FormStartPosition.CenterScreen; ControlBox = false; } Contributed...
Related Questions

Do I have to create a screen name like cdt_james?

Star Trek Simulation Forum - STSF Role Playing and SIM games
This is not required. However, this is simple to do and may make things easier for the player and the GMs. STSF requires that all persons attend a MINIMUM of three Academy games before being considered for graduation. This is a minimum number and does not mean that once a player meets this requirement, they will automatically graduate. Some people are ready to leap right in after their third sim, and some take several months before they graduate.
Related Questions

What is "level capped" in the profile create screen?

Character Manager :: FAQ
Set this to a level if you use this profile for events where your level is capped to a certain number (Garrison, BCNM, etc.). It will restrict your stats and item selection to that level. If this is a normal levelling profile, leave this blank.
Related Questions

Why do you only create large screen VR Panoramas ?

Frequently asked questions
The wide adoption of Broadband and high speed Internet connections has opened the door to higher resolution images with superb detail to those artists and photographers with the skillset to produce high quality work. The sheer amount of detail within a large screen VR Panorama helps immerse the viewer into the scene and invites them to explore.
Related Questions

How can I maximize a window vertically? How do I horizontally maximize across the screen?

Reed Media Services -- Blackbox FAQ (Blackbox window manager...
Middle-click on the window's toolbar's maximize button to maximize the window vertically (up and down screen). Right-click on the maximize button to grow the window horizontally from right to left. (And, of course, left-click does both covering entire screen; see "Full Maximation" above.) Compile Blackbox with KDE support: .
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact