2
votes
4answers
70 views
C# Very Simple Image Resizer
I am in need of a very simple c# image resizer. By simple, I mean simple. This is just a program that loops through a single directory and changes all the pictures in that directory to the same …
2
votes
2answers
40 views
Ghost-borders (’ringing’) when resizing in GDI+
What happens (only noticeable on certain images) is I will see a 1 pixel white border that is inset one pixel. It seems to happen in areas that are light but not white (e.g. the sky). It is similar to …
0
votes
1answer
18 views
How do I keep a wx.html.HtmlWindow at the same position during resize (without flicker)?
I want to be able to resize an html window but keep the scroll position. This example almost works, but flickers.
To test:
- load a good sized html file using the Load Html File button
- scroll down
…
0
votes
1answer
133 views
How to auto resize JFrame according to content
I have created a custom JPanel that displays images (lets call it MyPanel), I have added this to JFrame's contentPane.
I want JFrame to be resized automatically to fit the MyPanel when image changes.
…
0
votes
2answers
299 views
VB.NET: Resize an image (jpg,gif,png) to avoid out of memory error in Picturebox Control on .NETCF 2.0
I'm searching for a solution to resize image(jpg) being passed in from an array in Picturebox Control on .NETCF 2.0 in VB.NET without resorting to using the opennetcf library, is it possible?
1
vote
2answers
132 views
How to get rid of the empty space in the right part of DBGrid Delphi
Although the question seems simple, I couldn't find the answer to it.
I have a DBGrid component with lots of columns, and as a result they don't fit into the page and scrollbar appears. I also have …
1
vote
3answers
282 views
How to resize image upon uploading to database in asp.net mvc?
i want to resize an image before it is saved on my mysql database..
how will i process it?
i have here the code for view, controller, and model.
View:
<form method="post" …
0
votes
1answer
569 views
Resizing iFrame with jQuery UI
I have this code and it works fine:
Head
<script>
$(document).ready(function()
{
$("#test").resizable({minHeight: 50, minWidth: 50});
});
</script>
Body
<div id="test" …
1
vote
2answers
77 views
How do you prevent a user from resizing the column width of a clistctrl (report view)?
How do you prevent a user from resizing the column width of a clistctrl (report view)?
1
vote
6answers
1k views
Resize jqGrid when browser is resized?
Is there any way to resize a jqGrid when the browser window is resized? I have tried the method described here but that technique does not work in IE7.
0
votes
3answers
181 views
Resizing of frame with DYNAMIC external source
I have tried....
I have tried a lot many things...
Even searched Yahoo! , Google and Bing...
Why oh! why does the code not reveal...
I just want to complete it and put the quality seal....
…
0
votes
2answers
84 views
Start an app and set its size and position in windows
In Windows I would like to be able to run a script or application that starts an another application and sets its size and location. An example of this would be to run an application/script that …
0
votes
3answers
362 views
Animating form resize in VB.NET
I have a form positioned slightly above the taskbar/system tray in the bottom right corner of my desktop window. It's sort of like a pop-up notification. The notification itself looks great, but …
4
votes
6answers
1k views
CSS: How to scale entire web page with CSS?
Using Firefox, you can enlarge an entire web page by simply pressing CTRL+.
What this does is proportionally enlarge the entire web page (fonts, images, etc).
How can I replicate the same …
1
vote
4answers
247 views
Fastest Image Resizing in .NET
I need the fastest library to resize full size images (some up to 9MB in size) to multiple sizes.
Here's the scenerio:
User uploads a photo
a FileSystemWatcher is running in a service watching the …
