Background Image On Forms - Possible?
I can't find any reference to it, but I would think it would be possible. I would like to tile an image.
Cat
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Make ListBox Background An Image Or Make Background Transparent?
Is there any way I can use the standard listbox and use some sort of bitblt or gdi stuff (i know nothing about those graphical functions) to put an image in the background of the listbox or if that's not possible if i could even make the background transparent and have the picture set as the form's picture?
Thanks in advance!
Forms Background
Sir,
I have the doubt in VB, especially in designing the
form . Is it Possible to Change the background view of the forms and to display the scrollbar during runtime for
screen navigation?
thank u,
with regards,
sathesh
Background Image
Hi,
How do I control the position of a background image on a Visual Basic form? What I would like to do is improve the look of my form by having a nice image on the left hand side of the form. The same sort of thing that you see during the installation of most softwares.
Thanks
Background Image
How can i get a backrgound image that is max size... stretched!
Background Image
I have a small standalone VB6 program that I have just developed. It now needs to be made to look prettier. I would like to keep the file size down but add a bit of style to the background. Any ideas whether putting a single large jpg on the forms is better practice than individual small ones around the edges and middle of the forms?
The forms are all fixed size but I wonder if doing this could give different effects on different setups?
Sample of PCTools Registry Mechanic interface - I think it is a clean and functional look, I'd like to achieve something like this. How can I style the buttons like this?
Thanks in advance
Image As A Background
How can I set an image to be the background of the form? (I.E. sent to back, so that all controls are still viewable)
I want the image to be resived and strech as the form moves, so if the form as 400 by 400 the image would be to, if the form changes to 500 by 300 then i want the image to change to that too. Any one know how?
Background Image
Hello, I've added an Image in a form and I've made it big enough in order to fit in the form and seem like background. When I run my program everything seems Ok in my computer but when I tried to run it in another computer the image seemed to have become smaller and its position had changed! What's going on?
Image Background!
I am using 5 images in a PictureBox (using If....Else condition). Now when I have a look at the images in any image editor (like MS Paint etc.), I find that the background of all the images are white but when the same images are loaded in the PictureBox one by one, I find that some of the images don't show that white background but some of the images show the white background (all the images are 32X32).
Changing the background color of those images which show the white background in the PictureBox to the Windows system color scheme will not help me because I can't expect all users to use the same Windows color scheme in their machine that I am using. So how do I ensure that the images that show the white background in the PictureBox don't show the white background like how the images that don't show the white background in the PictureBox behave?
Note that I have set the BackColor property of the PictureBox as the Application Workspace.
Thanks,
Arpan
Background Image
does anyone know if the mshflexgrid could have a background graphic? I've found how to load a picture into a cell, but I'd like to put something behind the data.
if that's not possible, then is there anyway to make the flexgrid transparent and place a graphic behind it? maybe someone has a function that will make a control transparent?
thnx
Image Box Background
I need to know how to make the background of a picture or image box transparent. Cause in my game when things move then extra around the pic does not blend in.
How To Load Forms In Background
hi friends,
before loading the main MDI form i am showing a splash screen and in the MDI form i am loading a lot of things that r taking a hell of time.
can i load the MDI form in the background and show it after it is completely loaded.
thanx
Forms In Background And Foreground
Hi!
How can I adjust the order forms are displayed? I have a splash screen (one form) and the application form (another form). How can I adjust that I would like to have the application form in the background with the splash screen in the foreground. Then I would like to close the splash screen in order to work on the central form.
Thanks!
Close All Background Forms
How can I save A Form with all its properties in a variable.
I must close all forms in the background after I loaded a different one witout knowing the background - forms name.
I tried it with a global variable (for the last opened form) dimmed as form but the allocation**( [variable] = me / activeform ) doesn't work ...
Forms Background Picture
Hello All,
When you create a form you can, from the 'Properties Window' , insert a background picture. This picture stays with the form and will appear when the program is even run on a different computer.
Is it possible to be able to switch between pictures without having to resort to 'LoadPicture', which requires a full location of the new picture.
Alternatively, can the original pictre be changed from 'Color' to 'Monochrome'. This, I believe, can be done in an MSFlexGrid.
Thank You
Tarablue
How To Create Forms In The Background?
How do you create a popup form that can just be run in the background (unlike show vbmodal)?
Also, when you close the 'main' form, how can you have it terminate all other open forms?
Background Images On Forms ?
When my form loads I have a background image that loads and for my menu I also have some images loading. I have noticed that there appears to be some delay in loading the images.
So I am trying to find out if there is a way to help VB speed up the loading process so that it doesn't appears so obvious that an image is loading. I have experimented with bmp, gifs and jpgs and the results are pretty much the same.
My question is does VB have an order as to what process are done first in a sub? What gets executed first in a sub? If I put my images at the top of my sub, I assume VB would load those first, before doing anything else in the sub such as a connection to a db, is that a correct assumption? (I know don't assume)
Background Music On Forms?
Is it possible to have background music on forms?
If so I want it to automatically play when the form loads, and I dont want there to be any play buttons. I want it invisible.
Also Do I need to include the midi music with the program when i dist. it?
Or Does it automatically compress it into the appilcation.
Background Pictures On Forms
I want to add a background picture to my form. And I'd like to have it repeat itself til it fills up the whole form - kind of tiling style as the picture is smaller than the form will be.
How do I do it?
Are there any other ways of creating a nice background for a form? Preferably not too memory consuming( although that doesn't really matter for my app )
thx,
Helger
Forms Background Picture.
does anyone have a code that will resize the forms background picture to the size of the form automatically no matter what size the form is?
Background Picture For Forms
Hi, if I wanted to have the user select an image, preferably using those common control things, and display it as the backgroung picture, how would i go about it? I've tried starting simple and trying to assign a constant file to it using code, like:
Code:form1.picture="C:WINDOWSFOREST.BMP"
but that gave me some error message, so i'm stumped on how to continue.
Please help me.
Alex.
Forms In Forms & Button Image Questions?
Hello- I'm just picking up programming again from a long hiatus (commodore64 and Amiga days), so sorry if my questions are silly:
I need to put forms inside of forms via button click. I'm aware that I must make the main form a parent form by a true statment in the properties. The rest I don't know. My books on VB.net won't arrive for 3 or 4 days yet and I need to make progress also my forms will go about 3 or 4 forms deep before they reach a input/calculation type form...Help!
The other info I need is how (if possible) do I make a separate image appear when the mouse is over a button and another image when the button is clicked...so that's total of three images on a button (counting an original image.)
thx-
Eric
Background Image With Buttons?
I've seen several programs that use two background images, one with buttons up and one with buttons pressed. I want to use this method rather than have 2 images for each button but I have no idea how to do this.
I tried searching but don't really even know what to search for. Can anybody help me out?
Blinking Image In The Background
I am using an image control to put a picture in background of form.I have changed the "streatch" property of image control to "True" for resize the picture size and wrote the code for resize the image control size as form size when user resize the form. but the form is blinking when he resize the form.
please I need a solution to solve this problum.
thanks
Directx7, Image As Background
hey, I was learning with loading a 3d car with a small peice of land, which I succeeded with. as I was setting the background color (blue, to look like the sky) I typed this:
.SceneFrame. and as I started typing .SetSceneBackground I saw SetSceneBackground Image. Can you use this to load an image (such as a sky image) to put in a background?
thanks
Background Image For The Sheet.
Hi,
is it possible set a background image for a Sheet? In my sheet I have cell protected and not protected and I have limited (Hidden rows and columns) the size of my Sheet.
Any idea? Thanks.
Giovanni
Background Image Control
I am developing an application using Microsoft Visual Basic 6.0. I need an image control for displaying a background picture of a form, on which other smaller images and shapes (such as circles or lines) are displayed and moved by the user. The problem with the basic VB image control is that its rendering capabilities are not sufficient, and moving other images upon it during runtime results in a very disturbing "flickering" effect.
I thought of using the GTImage ActiveX control, but when I tried to use it I couldn't move it to the background and place other images or shapes on top of it.
Is there any way of doing that using this control ? Are there any other image controls I can use, or any other ideas on how to solve the problem ?
Transparent Background On Image
When i load an image it is a rectangle. But i want the guy in there ( my hero to be visible but whole white background to be transparent so it doesnt looks so ugly...
how can i do this
Set Background Image For Datareport
I have been working on an application that has a few reports that the user can select from and print (Reports Designed in VB's datareport designer). What I am trying to do with the reports is set a background image for the entire report. Is there any way I can do this with the report designer?
Thanks,
CodeHunter
How To Remove Image Background?
Hello.
Lets say i have two pictures, or images, one is behind the other.
They both have white background but i can't see the picture behind because of the background.
For example, when i select an image in 'Paint', i can choose if it will be opaque or not and I choose the 'Not Opaque' and it works.
How do i remove the image background so i can see the picture behind?
Look at this:
http://farspic.com/files/9atm9j87dzyy4cwkf0ei.jpg
10k u
Setting Background Image
is it possible to set my desktop background automatically, given only a image weblink..
e.g,
www.site.com/image.png
first the program would have to download that right? and then use API calls to set the image as desktop background?
has anyone ever done this?
Image Background Not Transparent ?!?!
I've got a small jpeg, which is basically a word saying "Approved", which is at an angle of 30 degrees.
Originally the backcolour was white, so I loaded it into Photoshop and made the background transparent.
When I load the picture into either an image or picturebox control in VB6, I still have the word with a white background as opposed to a transparent background.
How do I make VB realise that the background is transparent, as I want to overlay it on some labels ?
Or can this not be done ?
Any help much appreciated ...
Background Image To SSTabs
ok. i have created some SSTabs in VB6 and was wandering how i can get a background image instead of the grey.
http://img354.imageshack.us/img354/987/example0ft.jpg
is what it looks like, i want to be able to replace the grey with an image. how can i go about this? anyone?
thanks in advance
Viper-Inc
Drawing On Background Image
Hi folks,
Is there a way to draw on a forms background image so you can remove the drawing leaving the background image intact without doing a refresh? I want to draw some moving lines across the background image that reveal the background again when I move them to their next position. refresh causes too much flicker.
Can i do layers or something and draw/ remove only on a top layer or something?
Hope someone can help
regards
How To Set Background Image Of A Form?
hi all,
the subject line tells what my problem is. it may be very easy for all of u vb experts but i am not finding any property of form to set background image. i want to set it for the whole form whether it is maximized or normal. anyone of u who knows this please help me solve the problem.
Remember i dont want to set bakground color! i want background image.
thanx in advance,
ilikevb
Background Image For A Form?
Is there any way that I can use an image as the background of a form?
If so, how can I do it and can I tile it or stretch it?
Any help will be appreciated.
Form Background Image
Hey ive been trying to setup an image that stays on the form through out the whole project. I cant seem to get the picture to stay... any suggestions?
thanks
Form Background Image?
Ok, I have a jpg that is really small, so I want to tile it on the form like is done on webpages and windows wallpaper. I've heard I need to do this with bitblt. What is the easiest way to tile a background image onto a form. Any help or examples are extremely appreciated.
RichText Background Image?
Ok, last question (I think ).
Is there any way to set the background of a Richtext control to an image rather than a color?
Using An Image As The Background Of A Form
You can use the ImageBox and set the Stretch property to true. Then, in Form_Resize:
VB Code:
If Me.WindowState <> vbMinimized ' na na, Chris! :p imagename.Move 0, 0, Me.ScaleWidth, Me.ScaleHeightEnd if
|