Search Result

Collapse
9 results in 0.0043 seconds.
Keywords
Members
Tags
resize
  •  

  • Resize labels according to the size of the form

    Hi! I have an application in VB. In a single form are lots of labels with atleast 3 different sizes. What I want to do is, when I resize the form or maximize it, all of the labels and pictureboxes int the form are also going to be resized. How can I do that? Thanks!
    See more | Go to post

  • Maggie Hamilton
    started a topic resizing website pages

    resizing website pages

    I am working on a project for my web design class in Flash. I designed the pages in Photoshop. When playing/testing my website in Flash, the website pages are too big to display and I do not know how to size them down so that the whole site is visible. Is there anyway I can do this? I'm so lost!...
    See more | Go to post

  • How to prevent subform closure on main form window resize

    I have noticed that when I resize the window of my main form, that any subforms that "fall" out of the visible area get closed.

    Now Access automatically reopens them if I expand the window again, but I would still prefer to keep them "active" and in memory.

    Do anyone know a way in which to prevent access from closing them?

    And on the same note, if there is a way to detect this kind...
    See more | Go to post

  • pryma
    started a topic fixed images, website resolution resize

    fixed images, website resolution resize

    [quote=pryma;188 394]Hello there guys. Have a bit of a dilema here. have been working on this website for about a week now. I have came to what i want up to this point but ran into some problems.



    If you go to http://1staarifles.cla nservers.com you will see taht the website itself is fine but the fixed images that are on the side.. the soldiers and the links are not aligned to the website evenly on each side.
    ...
    See more | Go to post

  • Resize the website automatically in different resolution

    I'm a beginner in developing a website. Currently, I'm in progress of creating a website by slicing my layout in photoshop and using dreamweaver to edit it. I want my website to fit in nicely when viewed by different browsers and resloutions. The width of my image is 1000. I have tried resizing it down to 800 but still it won't auto fit in the browsers? How can I achieve that?
    See more | Go to post

  • siilexx
    started a topic Print in excel : zoom to one page

    Print in excel : zoom to one page

    Hi,
    I'm trying to print an excel page using C#. I need to resize it to one page wide and one page tall. I've written the following code but it doesn't work (print the printarea only):
    Code:
    xlWorkSheet.PageSetup.Orientation = Microsoft.Office.Interop.Excel.XlPageOrientation.xlLandscape;
    xlWorkSheet.PageSetup.PrintArea = "A1:G" + NbrLines.ToString();
    xlWorkSheet.PageSetup.FitToPagesTall = 1;
    xlWorkSheet.PageSetup.FitToPagesWide
    ...
    See more | Go to post

  • C# Resize Form by Fixed Amount (listBox1.ItemHeight)

    I have a c# windows form with a listbox in it, and i would like the form to be able to resize such that its height only increases in increments of listBox1.ItemHe ight. I think the way it would work is when you start resizing prevent it from resizing until the mouse has moved listBox1.ItemHe ight in the Y direction, then increase the Height by listBox1.ItemHe ight. At this point i believe the width can be resized freely.

    Normally i would...
    See more | Go to post

  • how do you make your background image automatically resize itself to fit any screen

    hello

    i am creating a website for both my school assignment and to really upload.

    could someone help me with the following question, please?

    how do you make your background image automatically resize itself to fit any screen without having extra scrollbars and having the image stay fixed and the words just move?

    any help would be appreciated.

    TY
    MusoFreak200
    See more | Go to post

  • disable 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)?
    See more | Go to post
Working...