|
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 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.
|
Ask your Facebook Friends
|
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.
|
|
Looking for a genuine canon focus screen
Where is the best place to buy, seen the usual on ebay for £25 and park for £30 any other ideas guys.
Started by Dexy101 on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at talkphotography):
Ok thanks for the that mark.
It's now in the packaging that my replacement screen came in.
For the replacement screen.
|
|
As the title reads, I'm looking for some opinions on the best PQ AT screen.
Price, at the moment, is not a factor.
Looking for ~120" width, 16:9 AT
Max width with frame is 130"
For reference, seating distances are ~13' primary, 17.5' secondary
Coming ...
Started by ADDUpstate on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at avsforum):
I'm looking....
But if future proofing for 4K projection, may be worth it .
Pricey.
PriceMy vote goes for Enlightor 4K from screen excellence.
|
|
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.
|