Re: Explorer Malfunction In Win 98se Hardware and Software Microsoft Windows by caperjack stretch the window with your moust to as big as you can make it ,then while holding down the Alt key ,X out of the browser ,using the big red X up in the far right corner Stretch a BMP Programming Software Development by moose333 Hello I need to stretch a bitmap image, i currently have a BMP file displaying … it is only a few pixels big, i need to stretch the image to fit the form. this is my current… Stretch PictureBox into MaximizedScreen Size Programming Software Development by Khoo … is exactly the size of the image, I want to stretch to the resolution screen size excluding taskbar. private void Form2_Load… Re: stretch image in form background Programming Software Development by lxXTaCoXxl Simplest way is to set the image properties to stretch it will automatically scale it to fit the form completely. this.BackgroundImageLayout = ImageLayout.Stretch; You're very welcome. :D Re: Stretch PictureBox into MaximizedScreen Size Programming Software Development by Khoo Thanks for your information. I'm using form as image, but my image tends to appear repeat twice in full screen. How can I make it stretch into full size. stretch background image Digital Media UI / UX Design by emilio how can i stretch my background image ? Stretch Image in JLabel Programming Software Development by hell_tej … whole Swing JInnerFrame. How to fix this problem.how to stretch the image to fit in the size of JLabel. Code… stretch picture in background and put some divs over that picture Digital Media UI / UX Design by srdva59 hi, i looking for a way to stretch picture in background and put some divs over that picture with links and text. what i find so far donĀ“t work in all browsers :( any one know something like this? thanks for your help Re: Stretch Image in JLabel Programming Software Development by Hari Murthy Is it not possible to Stretch the image JLabel! or it is possible , if yes plz post the code for me.......... Re: Stretch Image in JLabel Programming Software Development by javaAddict [QUOTE=Hari Murthy;1355001]Is it not possible to Stretch the image JLabel! or it is possible , if yes plz … stretch image in form background Programming Software Development by divin757 I have an image for the background of the form I'm working on, but I had to increase the size of the form. Is it possible to have it scale the image instead of tiling? I could stretch it in photoshop but I was wondering if this was possible. Resize/stretch image inside pictureBox Programming Software Development by Martje Hello, How do i resize/stretch the image inside a pictureBox(win32 form)? i was only managed to resize/stretch the border of the pictureBox, but i want to resize/stretch the image itself, how do i do it?. Thank you in advanced. Re: Resize/stretch image inside pictureBox Programming Software Development by jonsca Use the BackgroundImageLayout property [icode] pictureBox1->BackgroundImageLayout = ImageLayout::Stretch; [/icode] (then, once you resize the PB, the image should stretch with it) Re: Resize/stretch image inside pictureBox Programming Software Development by jonsca Can you post a bit of your code? Stretch should do that for you, are you applying it right after setting the background image? Re: Resize/stretch image inside pictureBox Programming Software Development by Martje I am using a button to load the image, here is the code i am using : [CODE]System::String ^lol; if ( openFileDialog1->ShowDialog() == System::Windows::Forms::DialogResult::OK ) { lol=openFileDialog1->FileName; pictureBox1->Load(lol); pictureBox1->BackgroundImageLayout=ImageLayout::Stretch; } [/CODE] How to stretch swf file? Programming Web Development by navi17 Hello, I have embed swf file on following page. [url]http://jackdalysalescommunity.com/successful-registration/[/url] Pls check the video. Video is cut off. I have tried all the ways to make it stretch. Also tried Scale parameter but that also not working. Can anyone suggest me what is the best way to stretch the swf file. Thanks navi How to stretch an image in picturebox? Programming Software Development by weeraa I want to stretch an image in picturebox. Is there any property to do it? In VB.NET there is is a property called "size mode". we can change that property to "stretch image". still i couldn't find VB6 property to do it. Please tell me the property or if there is not a property, how to do it? Re: How can I stretch my nav bar to fit width of browser, wothout scroll bar? Digital Media UI / UX Design by suavedesign I managed to make it stretch on the right side, by adding padding, and then overflow-x:hidden; overflow-x:hidden; to the body. But how can I make the left side stretch? Adding padding would just push over all the tabs. Url is [www.accupresh.com](http://www.accupresh.com) Graphic Text containers that stretch Digital Media UI / UX Design by scru Hi. I'm new to web design, somewhat. I was wondering if there was some way to have a text background stretch with it, sort of. Like the forum posts on this site, you would notice the lines kinda follow the text. Re: Graphic Text containers that stretch Digital Media UI / UX Design by scru … for the text. But i want it to sort of stretch (vertically) -- up if the text is less, or down if… Content added with Utilities won't stretch holder Programming Web Development by whoost … Basic) page with CSS I wrote that makes the page stretch whenever the content gets too big. You know, just a… MayaVi stretch Axes Programming Software Development by sebcbien … project for visualizing spectrum acquisition. I actually am unable to stretch the axes. The result is a poor representation: [URL="… Image stretch in CSS Digital Media UI / UX Design by shaya4207 I have a page with dynamic content on it, and I have a background image (put there with CSS as a "background"). I'm trying to have it stretch [U]NOT REPEAT[/U] with the content, when there's more content it should be longer... Any help would be very appreciated!!! Re: Image stretch in CSS Digital Media UI / UX Design by shaya4207 But that wouldn't make the image stretch, fixing it when I scroll doesn't really help How can I stretch my nav bar to fit width of browser, wothout scroll bar? Digital Media UI / UX Design by suavedesign How can I make a nav bar stretch the entire width of the browser (every size browser, even … ask a question that will stretch our experts - ok, predict 'how soon'... Hardware and Software by xtian170174 … flying driverless transport..., who knows... So my question, what should stretch the limits of what is currently known by anyone, is… Re: How do i stretch my background image? Digital Media UI / UX Design by Troy III [QUOTE=virtualmisc;1001752] [B] How do i stretch my [COLOR="Red"]background [/COLOR]image? [/B] [/QUOTE] You can't! W3C doesn't give you any means to manipulate background image dimensions. The only browser providing means for this is still IE 5++ Re: html5 video stretch? Programming Web Development by rproffitt I think it's been hurting heads for many years now. https://www.google.com/#q=html5+video+stretch finds you may have to find other video players or just bite the bullet and make the video exactly what you want in the first place. Cross-browser coding help Digital Media UI / UX Design by toddj …-top: 15px; } #footer { margin-bottom: 0px; } .paginationprev { width: 260px; } .posts-stretch { background-color: #FFFFFF; width: 538px; height: 6px; margin-left: 6px… { background-image: url(http://static.tumblr.com/o0fhq7f/GAckggob4/head-stretch.png); height: 90px; width: 20px; float: right; } #contentwrapper { font-… im lost Programming Software Development by darkyere …; end; if form9.checkbox2.checked = true then begin form2.Image1.Stretch := false; form2.Image1.AutoSize := true; form2.Image1.Left := form2.…; end; if form9.CheckBox3.Checked = true then begin form2.Image1.Stretch := false; form2.Image1.AutoSize := true; form2.image1.Left := form2.…