screen

How can I get the browser's screen height?

Hello Does anyone know how to get the screen height in a Perl CGI script? I know that Perl is a server-side language but is there any way to get the screen height (pixels) of the users screen? Thanks ...

How to Write a Screen Recorder in .NET?

Is there a way to make a screen recorder in C#? If so, does anybody know of any tutorials I could use or any information on the subject? ...

How to optimize the layout of rectangles

I have a dynamic number of equally proportioned and sized rectangular objects that I want to optimally display on the screen. I can resize the objects but need to maintain proportion. I know what the screen dimensions are. How can I calculate the optimal number of rows and columns that I will need to divide the screen in to and what si...

Average/max viewport height

What is the average and/or max height of viewport (visible area) on 1024x768 resolution screen? I'd like to know what is considered 'below the fold' for this resolution. Thanks! ...

Component screen error in Expression blend?

Hi I have this error in Blend. I'm a designer so don't have a wide knowledge of the code. I've created a component screen in Blend. This is the code on the main page - I also get this Invalid attribute value with an everlasting line of numbers in the results panel. And the component screen on the main page states Cannot create an in...

How can I lock the screen using C#?

I just write my first C# application, which is a scheduler. Once an hour I want to pop-up a dialog and lock the screen for two minutes in order to take a break. As of now, my application just shows a form on "TopMost" when its time to break and hides it two minutes later. How can I lock the screen as well? Something similar to the UA...

Screen capture on Linux

Hi, I need to port a screen capture utility to Linux. I'm not familiar with Linux. On Windows, you can get the handle of a specific window or desktop and using BitBlt in Win32 API, you can copy the image and save it to a BMP file or even convert it to Jpeg format. On Linux, as far as I know there are different desktop environments lik...

How to check if window is really visible in Windows Forms?

Hello, Normally you use Form.Visible to check if Window is visible at all. But sometimes on the screen window is below other windows so it's really invisible. So how to check in c# Windows Forms if window is really visible or not? I would like to accomplish this: when I click CTRL+K on my keyboard and my window is visible on my screen...

Emulating touch-screens

Hi, How would you emulate touch-screens? I wouldn't want to pay $ to get a touch-screen to test my software whether it supports touching fully. Any links or tips? ...

screen capture using objective c for mac

Does anyone has any idea how can I capture screen using objective c in mac os? to be more specific, how can I capture the active / focused application screen then create an image into a specified path. Any help is highly appreciated. ...

Ajax large screen refresh

Hi Guys,, I have an Ajax page where a chart and a graph are displayed on the page, say 50% of the page is updated. When the next request is sent off the chart and graph are redrawn and I am unable to find a way to make this look professional, especially on slower computers. I am using Fusion Charts for the chart, Ajax and jQuery. Any...

Locate windows according to system screen size in win32 programming

Hello I have creating one window using "CreateWindow".But is there any api which can give system screen height and width of the system. So that it will very helpful to locate windows according to the system screen. Thanks & Regards, KamalBhr. ...

Widescreen check on normal screen

Hi, I work normal screen and I develop some web application. When the application goes on widescreen some of the pages looks weired. Is there any way I can view my web page as it looks in Widescreen on my normal screen. Someway to either change resolution for only IE or is there any way (add-on in IE) that i can change resolution for o...

How to stop process in GNU Screen

after I run ping command under the screen, I want to stop ping command, but when I press ctrl c , the screen is also terminate. how can I stop the command but not leave the screen session? I run screen in ubuntu 9.10(karamic) ...

Manipulate screen buffer in python

I know this is a long shot, but I was wondering if Python had a way to manipulate the screen buffer. Specifically, I want to be able to gray-out my desktop and highlight my windows when I press a key combination. Is this in the realm of possibility? ...

iPhone app running while screen locked

Here is something I am trying desperately to get to work: I have an app that polls the GPS module in specified intervals and then sends out coords out to a server using Unix calls such as write(); It works fine when the app is active, but once the screen locks itself, reporting stops. I have found this: [UIApplication sharedApplication...

Background Handle!

Hi,I want to make a jing like screen capture but customized for what i need and I'm stuck. i want to take the handle of open windows that are behind my 30 alpha form if that is possible. the handle is taken from cursor.position on global MouseMove so i can highlight with proper border windows and i like something like if(currentHandle=...

Blackberry - close splash screen on any key

I am trying to adapt a piece of existing code. I am trying to remove a timer on a splash screen and change it to "press any key to continue" type screen. I need some help with the push/popscreen logic and listening for a keystroke on the splash screen. Here is extract from the code. public class MenuMain_Pca extends UiApplication { ...

Objective C - how to get current screen resolution?

Hi, is there any way to get the users screen resolution with objective c? Thanks. Solution: int width = [[NSScreen mainScreen] frame].size.width; int height = [[NSScreen mainScreen] frame].size.height; ...

BlackBerry - Global screen modifictions?

Hello all, I use the following global dialog to show up some message after user exited application and my app notified for checking some task. synchronized( UiApplication.getEventLock() ) { UiEngine ui = Ui.getUiEngine(); Screen screen = new Dialog(Dialog.D_OK, "My Message", Dialog.OK, Bitmap.getPredefinedBitmap(Bitmap.E...