3
votes
8answers
210 views
How should I change this declaration?
I have been given a header with the following declaration:
//The index of 1 is used to make sure this is an array.
MyObject objs[1];
However, I need to make this array dynamically sized one the …
2
votes
4answers
712 views
How do I resize my panels when resizing the main form in a winforms application?
If the user of my winforms application resizes the main form, I want the 2 panels to stretch out also, along with the child controls.
How can I achieve this?
2
votes
5answers
428 views
Looking for Recommendation on Windows Forms .Net Resizing Component
By default windows forms resize logic is limited--anchoring and docking. In the past I've rolled my own custom resize logic when required. However, I'm getting started on a project that has a large …
2
votes
4answers
81 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 …
0
votes
1answer
21 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
…
2
votes
2answers
43 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
2answers
315 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?
0
votes
3answers
185 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
1answer
147 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.
…
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.
1
vote
2answers
138 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 …
0
votes
1answer
595 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" …
0
votes
2answers
86 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 …
2
votes
5answers
540 views
How do I resize pngs with transparency in PHP?
I'm attempting to resize pngs with transparent backgrounds in PHP and the code samples I've found online don't work for me. Here's the code I'm using, advice will be much appreciated!
$this->image …
1
vote
2answers
86 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)?
