Tagged Questions

1
vote
4answers
25 views

how does one calculate the minimum _client_ size of a .net windows form?

Hi everyone I am trying to programmatically position certain controls within a form, based on the difference between the forms minimum size and its client size - this unfortunatel …
1
vote
2answers
116 views

Windows Mobile form size

I’m creating a windows mobile app which uses a custom GUI. It has an image as background and some text and images rendered on it. I want to do as little image processing in the app …
1
vote
2answers
38 views

how to get size of DIV at 100% zoom?

If a web page is zoomed out/in in any modern browser, then how I can find size of a DIV element at 100% zoom?
4
votes
9answers
123 views

What can I do to make jar / classes smaller?

I'm developing a Java Applet, and reducing the size of the binary code will make the applet open faster and will improve the user experience. Is there anything I can do to reduce …
3
votes
7answers
196 views

How do I strip the fluff out of a third party library?

It may not be best practice but are there ways of removing unsused classes from a third party's jar files. Something that looks at the way in which my classes are using the librar …
0
votes
1answer
148 views

Dynamic changes to thread stack size in Solaris 9 ?

Hello, I am looking for a configurable / tunable on Solaris 9 through which I can change the default thread stack size without recompiling the code to use "pthread_attr_setstacksi …
0
votes
3answers
47 views

PVRTC compression increasing the file sizes of PNG

Hi, For iPhone game development, I switched from PNG format to PVRTC format for the sake of performance. But PVRTC compression is creating files that are much bigger than the PNG …
14
votes
7answers
535 views

C programming : How does free know how much to free?

In C programming, you can pass any kind of pointer you like as an argument to free, how does it know the size of the allocated memory to free? Whenever I pass a pointer to some fun …
1
vote
2answers
48 views

Making a div smaller than its contents

I'm trying to show a div on a webpage, with mostly text. I would like to know if I can make it smaller so that not all the contents are able to be seen. (Javascript would make it …
2
votes
4answers
166 views

Calculating a directory size using Python?

Before i re-invent this particular wheel, has anybody got a nice routine for calculating the size of a directory using Python? It would be very nice if the routine would format the …
0
votes
1answer
19 views

how to load a big picture or swf file by calling Loader.load() in Flex, and make the container adjust the size of the loading content?

Hi All, I get a ActionScript class for loading the content: public class LoaderContainer extends Sprite { public function LoaderExample() { loader = new Loader(); …
1
vote
6answers
760 views

Size of static array

I declare a static char array, then I pass it to a function. How to get the no. of bytes in the array inside the function?
0
votes
2answers
30 views

SharePoint - Approaching Website Storage Limit Email

Hi all, How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it's siz …
0
votes
0answers
7 views

CGImage create thumbnail image with desired size

Hi, I want to create the thumbnail using the CG. It creates the thumbnails. Here i want to have the thumbnail with the size 1024 (with aspect ratio.) Is it possible to get the …
0
votes
2answers
72 views

How many characters in varchar(max)

How many characters can a SQL Server 2008 database field contain when the data type is VARCHAR(MAX)? Thanks guys, helped me out a lot :)

1 2 3 4 5 15 next
15 30 50 per page