|
I'm looking for a Windows 7 and XP compatible Windows desktop panning/scrolling tool.
This is to solve a problem where some applications for example MSN have settings/preference Windows that are not resizeable. I have a Netbook with a small maximum screen...
Started by Rob on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I was looking.
It's only $12.50.
And earlier Win versions by setting my screen resolution larger than the physical resolution (that was so I want - and what the user who asked the question wanted.
|
|
Screen scraping seems like a useful tool - you can go onto someone else's site and steal their data - how wonderful!
But I'm having a hard time with how useful this could be.
Most application data is pretty specific to that application even on the web...
Started by 010 on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Well, to collect data....
Practical example -- screen scraping would allow you to create some sort into a database.
But they just haven't implemented one yet, screen scraping is a way of essentially creating that functionality for yourself.
|
|
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 ?
Started by gpow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of what? you want script or library or wanna hire somebody to screen scrape or software? Pls clarify.
|
Ask your Facebook Friends
|
I have multiple screens running on an Ubuntu server that are initiated as:
screen -dmS screen1 cmd screen -dmS screen2 cmd etc...
And I need to kill one screen, but not all of them. What is the correct command to kill a single particular screen with its...
Started by BassKozz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
NoteIf you do a screen -list , you'll notice that each screen name begins with a number, which is the PID of the screen....
Use the -d or -r option to tell screen to look only for attached or detached screen sessions.
|
|
I'm looking to screen scrape a 3270 mainframe application in C#, but I've got to do so without Attachmate or other 3rd party plugins. Are there free managed libraries to do so in C#?
Started by Caveatrob on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If I were you, I would write a....
You can't use 3rd party utilities.
By screen scraping you not only mean getting a screen shot but then deciphering text and other items on the screen.
I'm going to operate under two assumptions here.
|
|
Is it possible to write a script to change the name and turn on monitoring for the current tab assuming that it is being run in screen?
Thanks.
Started by Dan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use the -d or -r option to tell screen to look onlyScreen runs transparently....
Are you looking to display information or interact with the screen session itself? You can send command to a running screen session.
|
|
Going to make an applications wich will be used on a device without a physical keyboard
Looking for best practices for touch-screen applications.
Which commercial/free on-screen keyboard or on-screen numeric keypads do you use on Windows devices?
Or should...
Started by Kb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Spend some extra time on design, implement an effective GUI with selection... .
I've been designing PDA apps in Windows mobile, and I've found the best solution is to try to elminate the keyboard as much as possible .
Don't have a true answer, just a bit of advice .
|
|
I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows On-Screen Keyboard (osk.exe), but there are two main problems...
Started by MadKeithV on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This is working very but also can bring the keyboard to the front of the screen
We are using Click-N-Type for our systems, and I guess it could be ported....
I programmed a On Screen Keyboard in Java.
Control over its look and feel.
|
|
Looking for a decent double din touch screen < $400 Hey guys, I will first off say I didn't search around this forum yet, but I am starting my search into what exactly I want in my car for an audio set up. What I have in mind though is a double din...
Started by John Gutmannnn on
, 20 posts
by 10 people.
Answer Snippets (Read the full thread at audizine):
I want the touch screen to be as big as possible (seems like....
While they don't look as good I have in mind though is a double din head unit with a touch screen.
Seriously ask myself if I needed a double DIN touch screen unit.
|
|
I have a lengthy number-crunching process which takes advantage of quite abit of OpenGL off-screen rendering. It all works well but when I leave it to work on its own while I go make a sandwich I would usually find that it crashed while I was away.
I ...
Started by shoosh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Note, however, that using this function does not stop the screen saver from running, which might interfere with your OpenGL app if the screen saver also uses OpenGL.
SYSTEM_REQUIRED and ES_CONTINUOUS.
|