screen

.NET - how to identify machine type (laptop/desktop) and screen type (crt/lcd)

Is there a foolproof way for a .NET app to identify... whether a machine is a laptop or a desktop whether the screen is an LCD or a CRT the size of the screen ...

How to start a new process in a new window in an existing GNU screen session, from outside the session

I asked a similar question here and got pretty close to what I'm looking for http://stackoverflow.com/questions/1220797/how-to-start-a-process-from-another-application-and-then-open-a-terminal-to-that ...but, this doesn't quite get to what I'm after, which is starting a process in a new window (not an existing window) in an existing sc...

WindowsXP: Multiple Desktops On One Monitor (Like Linux) (C#)

Hello, Is there a way to create a second Desktop screen in C# - just like they do in Linux? I've never done this before but I find the idea very interesting. I have tried a few samples out there, none of which would even compile. One of them had 294 errors when I tried to debug. Wow! However, trying to find these samples again (a year ...

How to capture a browser page rendering from client-side?

Not sure if this is even possible but I would like to add a control / object to a web page so that end users could click a button to capture what they are seeing in the browser so they can then submit the image back as part of a website review process. I had thought ActiveX control but if we could use flash or silverlight that would be ...

jQuery Screen Resolution Height Adjustment

In order to better balance out a page I am working on I would like to find a way to increase the top margin of a DIV depending on the screen resolution. What is my best way to set these dimensions with jQuery or Javascript? Thanks in advance. Brad ...

Create custom screen savers for a community of users, e.g. replaced daily via the Web

For a community of people (e.g. of a certain faith, or with a shared interest or hobby) I want to enable the following capability. I want to give them a service they can sign up for, on a web site, that will download and replace their screen saver, e.g. on a daily basis. Any suggestions on how this can be done? Limiting this initially t...

iPhone Screen Rotation: Can I enforce 90 degree rotations?

My iPhone app rotates fine in the simulator but when I deploy it on a physical device, rotating is very very sensitive. How can I fix this issue and make sure the screen rotates only when a 90 degree angle is made? ...

Prevent Screen flickering during event

Hey guys, I know that in primitive versions of vb (as found in excel) there was a line that you could insert to prevent screens from flickering to and fro when it is trying to process something. Application.screenupdating = false I am currently using vb.net in Visual Studio 2008 but i was wondering if anyone knows the equivilent for th...

Combining two windows in Screen

How can you combine two windows in Screen? I have two windows such that I can move between them by ^A p or ^A n in Screen. I would like to combine two windows which have the numbers 1 and 3. ...

C#: Get complete desktop size?

How do I find out the size of the entire desktop? Not the "working area" and not the "screen resolution", both of which refer to only one screen. I want to find out the total width and height of the virtual desktop of which each monitor is showing only a part. ...

GNU Screen: files to numbered buffers?

I unefficiently use "^a + ESC SPACE -- SPACE" and "^a + ]". 1. How can I copy a big file to GNU Screen buffer like ^a + : cat big_file > new_buffer ^a + : new_buffer ] 2. How can specify the number for each buffer like ^a + : cat big_file 2> new_buffer_number_2 ^a + 2] ...

GNU Screen: programmer-quotes ` ` in Readbuf?

The commands need absolute paths in slurping. So I need programmer-quotes, because of laziness to write long paths. How can I use them like: ^a :readbuf `pwd`/file ...

GNU Screen: Environment variables

[Updated] The question is related to the questions GNU Screen: Programmers quotes in Readbuf and GNU Screen: files to numbered buffers?. Since they are not solved, the question targets more general concept about environment variables. My belief is that they are the key to make Screen more efficient. 1. How can I use Bash's variables in ...

what is the best screen resolution to develop web pages?

I m, on a daily basis creating web pages. My preferred development screen resolution is: 1600x1200 but what is yours? And do you use any other plug-ins? I use window re sizer 1.0 for Firefox. But are there better options? ...

J2ME UI Screen Design

Are there any tools for UI screen design for mobile devices or Is most of the design done in a generic Image/DTP editing/creating software like MS Windows Paint or the likes? I found a few tools for creating sprite image filmstrips, like MotionWelder, However I haven't found any tools for UI screen design and am generally working in a...

Screen Recording? - Cocoa

Hey all, Do any of you know how to make a screen recorder from Cocoa? It would be best if someone gave me a source code. Thanks... ...

WPF Application moves offscreen during remote access session

Hi, i have a problem in which i am hoping to find the best and easiest to implement solution. I have written a WPF application which can be dragged around the desktop but i usually put it in the top right hand corner of the screen. My problem is that when i remote dial in from another location - where the resolution is always lower - ...

How to add TOC to Clickonce installer?

I publish my ClickOnce from Visual Studio, but see no option to add licensing and terms and conditions to it. I refuse to believe that Microsoft left this crucial part of installation out, so could someone tell me how to do it? Edit: Possible duplicate : http://stackoverflow.com/questions/834071/clickonce-ask-for-a-license-agreement ...

How Do I Get the Usable Coordinates of the Screen in Delphi

With Screen.DesktopHeight and Screen.DesktopWidth, I can get the size of the "virtual" desktop and I believe that works for one or multiple monitors. I save the position (top and left) and size (height and width) of my application into the registry when it closes. When it opens, I want to ensure it is entirely visible, since it may have...

Iphone screen lock/off and then no sound

My app is playing music, when the screen get lock/off, SOMETIMES there will be no sound. Why? Tnx ...