screen

Translating screen coordinates to sprite coordinates in XNA

I have a sprite object in XNA. It has a size, position and rotation. How to translate a point from the screen coordinates to the sprite coordinates ? Thanks, SW ...

.NET code to record a specific form activity + audio to avi

I am looking for some C# code .. or .NET component to record the activity of a form on my screen (not the whole desktop) along with audio, similar to what programs like Camtasia allow to do. ...

How to start Mac OS X password screen

I am building an application in Mac OS X which should bring up the password screen in Mac OS X once when a button on a QT WIndow is clicked. Which API I should use for this? Also, how will my application get notified whether system is locked or not? Thanks in advance. ...

looking for alternative to Webzinc .NET , screen scraping, web automation library for .net

i came across this .net library http://www.webzinc.com/online/faq.aspx however, i was wondering if there was a free alternative out there ? ...

Screen grab of a window

Hi, I've been writing some code to do a screen grab of a window (in Windows). The code works fine, however prior to the screen grab I have to bring the window to the front that I want to capture and force a redraw. I force the redraw with InvalidateRect, I then have to pump some messages from the message loop in order for the WM_PAINT...

How to replace framework's AP of Android

Dear all: I would like to write a standalone screen locked AP of Android to replace the default one(android\frameworks\policies\base\phone\com\android\internal\policy\impl\LockScreen.java ) Does anyone know how to replace the default AP of framework? Is it possible to replace framework AP without modify any framework code? Thanks f...

dark screen on iPhone 3GS

Hi, I'm having problem with my application on iPhone 3GS. I've created a little game, that's working fine on iPhone 3G. But apple rejected it. They've told me, that the screen is too dark and everything's hard to see because of it. Do you have any ideas what could cause that? Thanks for every reply. I'm sorry but I'm not allowed to pos...

How does software like GotoMeeting capture an image of the desktop?

Hi, I was wondering how do software like GotoMeeting capture desktop. I can do a full screen (or block by block) capture using GDI but that just seems too wasteful to me. Also I have looked into Mirror devices but I was wondering if there's a simpler technique or a library out there which does this. I need fast and efficient desktop ...

Set android screen resolution

Hi, I'm trying to alter the default screen resolution of the Android emulator (and by extension, the Android device) to work at 1700x1200. In other words, I need the screen to be able to display unique points over that range. I have set the dimensions in my layout file, yet the device still defaults to 320x480. I've set different dpi...

supports-screen with 1.5 target, can't make app non-scaling

Hey, I'm a bit lost right now, what I'm trying to do: build a 1.5 compatible app that should also run on 2.0/2.1 devices like the Nexus. The problem is that supports-screen doesn't work the way it's supposed to with 1.5 target set in eclipse. Did I miss something? Basically, I just want my app not to scale anything, I'll handle that ( ...

How to cover also the UIStatusBar with UIView when i cover all the screen with the UIView? (iPhone)

How to cover also the UIStatusBar with UIView when i cover all the screen with the UIView? thank guys. ...

how to Open new screen in Android?

Dear friends, i am new to android and i have created a login page after verifing login i get results true or false on the bases of user authentication now my goal is to show another screen on successful authentication with some new textboxes and button i mean new layout how to achieve this??? any help would be appriciated. ...

BIOS Screen spilt up into 4 screens

my boot screen or the bios screen is split into 4 parts.. i'm using win Xp sp2 with Nvidia 8600 GT 512 MB grafix card, intel original DP35DP main board, intel Q6600 2.4 GHz Seagate 250 GB hard drive.. i've tried replacing my grafix card and re-installing my OS but none worked.. pls help me out... ...

Download an Entire Website in C#

Forgive my ignorance on the subject I am using string p="http://" + Textbox2.text; string r= textBox3.Text; System.Net.WebClient webclient=new System.Net.Webclient(); webclient.DownloadFile(p,r); to download a webpage. Can you please help me with enhancing the code so that it downloads the entire website. Tried using HTML Scree...

Redirecting screen output from cell phone to monitor screen

Is there any way to redirect cell phone output to a standard screen? Would it be possible on Linux & X-server based devices - like Maemo? And on Android devices? ...

Capture the browser screen as JPG/PNG/etc with Flash?

Hi, Is there a way to create a screenshot of the browser in Flash? I know that in Java this is possible, and it will popup a dialog asking for trusting the signed Applet, but is there a way to do this in Flash? ...

How can the screen be adjusted such that the cursor should point to the highlighted text

How can the screen be adjusted such that the cursor should point to the highlighted text on maximizing/minimizing or expanding the window size in java UI ...

convert.php does not run in a screen session

I am trying to convert a big forum. At the moment I have to do this via ssh and start convert.php with "php5 -f convert.php -- $OPTIONS". But my internet connection is a bit buggy and so it is often killed. If i start the above working command in a screen session it does not work. Instead php gives me the HTML code of the "convert.php"...

javascript:find screen resolution when having multiple monitors

I am using this piece of code to determine the client screen resolution, and then logging it <input type="hidden" id="DFF63C7E-FB32-49AE-8ADA-3AB5C4834FB0" name="DFF63C7E-FB32-49AE-8ADA-3AB5C4834FB0"/> <input type="hidden" id="565C07CF-0D37-41DE-B47D-A247E9BD231B" name="565C07CF-0D37-41DE-B47D-A247E9BD231B" /> <script type="text/javasc...

Android - How to display a dialog over a native screen?

I was wondering if anyone can tell if how to pop a dialog screen up over a native Android screen? I currently have an application that traps an outgoing call and stops it, I then want to pop up a dialog that would take over from the dialler screen and alert the user that there attempt to call has been blocked and allow them have some ne...