1
vote
0answers
397 views

Multiple image thumbnail viewer

I am trying to create a simple winform application in c# that can load multiple images from a file dialog into the application screen. I am using ListView control to contain those images as picture ...
0
votes
0answers
380 views

Hosted video - fullwidth preview on starred post?

When you post a YouTube video to your timeline and STAR the post, the video preview displays fullwidth. Same goes for a video uploaded to Facebook when starred. We self-host our video (flowplayer) ...
1
vote
1answer
826 views

How to use Google Chrome Thumbnails preview service?

anyone know how to use google chrome service to generate web site thumbnails? (Most viewed site on new tab). Any idea to do a similar thing? These: Browsing chrome source code I was not able to ...
0
votes
1answer
175 views

How to implement a Facebook-like previewer

I was looking at how Facebook makes external websites previews given on a URL shared by the user. The result is not just a thumbnail but actual text, an embedded video or an image depending on the ...
0
votes
1answer
51 views

Register a file thumbnail with the OS for an arbitrary file type

Is there a way I can add some content to the top of my file (binary) that will display a thubmnail of the file (possibly also included in the binary file)? Alternatively is it possible to create some ...
7
votes
1answer
2k views

Android 3.0, Widget Preview

In Honeycomb some of the System apps have a "preview" of the widget when you click the "add" options on the home screen. How do I go about adding a thumbnail/preview of my widget to my application so ...
0
votes
1answer
884 views

How to create a resizable Qt thumbnail preview?

I'm working on a basic image viewer/tagger that will need a thumbnail view to select an image. So far, I've used a QDockWidget enclosing a QScrollArea with a QHBoxLayout to contain a series of ...
0
votes
2answers
2k views

How does one display thumbnail images for TGA files with OpenFileDialog?

Is it possible to show TGA thumbnails in OpenFileDialog? When using the System.Windows.Controls.OpenFileDialog control to browse image folders Windows 7, it will show preview thumbnails icons for JPG, ...
2
votes
2answers
163 views

Windows 7 Taskbar: Capture thumbnails

Is it possible to capture the 'live' thumbnails from the Win7 taskbar? I want to display this preview (of another window) in my application, but how to extract those previews using .NET?
0
votes
2answers
2k views

Creating thumbnail from video - choosing the image to be used during preview

making a thumbnail from video using the picker is straight forward. However, when I press PLAY in the picker and then chose the video, my thumbnail is alway black. I was hoping it makes a screenshot - ...
3
votes
3answers
2k views

How to preview any files inside a Java application?

I'm using a JTree to browse the content of a folder and I want that when a user click on a file, the software shows a preview of it (a screenshot of its first page). The files are mostly Office ...
1
vote
2answers
966 views

Generating thumb nail image of a web page in a link

I want to generate a preview thumbnail image of a web page using the link for the page. How can i do this? I'm comfortable with C#.NET, Javascript/JQuery. Regards NLV
0
votes
4answers
2k views

Jquery image preview plugin issue

I have a problem with an image preview that comes up when you hover over a thumbnail. I can change the distance between the preview and the cursor, but if a thumbnail is close to the side of the ...
3
votes
1answer
963 views

Possible to create thumbnails of MS Office files?

Have anybody ever tried to create thumbnails/previews of MS Office files? I do not mean extract saved preview images inside the file, but actually create them. Would this even be doable? Could one ...
0
votes
1answer
162 views

general purpose file preview component

Is anyone aware of a good, general purpose file preview component for linux/Qt/GTK/c/C++ applications? Specifically, I'm looking for a component that I could embed in my application that would allow ...
0
votes
1answer
380 views

How does Bing video search get thumbnails and make previews of videos?

And is it possible for me to do something similar without enormous amount of effort? Background info: I have a large collection of urls from sites like youtube, metacafe etc. I would like to make a ...
1
vote
1answer
486 views

Is it possible to produce a small preview or thumbnail image of a Crystal report in code?

I'm using Crystal to display the reports in my project, and I'd like to be able to display a small preview or thumbnail image of the report to the user when he or she is picking a report to display ...