Paint vs Image to change size of photo -
How do I change the size of an image, photo?
Some email attachment of photos are too big, they need to be smaller (100k max)
1. Load photo (bmp, jpg) into Image or Paint object.
Private Sub Form_Load()
Image1.??
Picture1.Picture ?? load (c:xxx.)
End Sub
2. Change size of Object using "Stretch" / while checking size of Photo.
...still looking for this code
3. Save photo
The other part is sending the new email....whole another thread
Thanks
Paint vs Image to change size of photo -
How do I change the size of an image, photo?
Some email attachment of photos are too big, they need to be smaller (100k max)
1. Load photo (bmp, jpg) into Image or Paint object.
Private Sub Form_Load()
Image1.??
Picture1.Picture ?? load (c:xxx.)
End Sub
2. Change size of Object
Coolest Q of '05, be the first to answer! [Drag and drop + external app] -
Hi! I designed a clipart gallery that works as a complement to Corel Photo-Paint. The end-user can drag and drop from our clipart galery to Corel Photo-Paint. So far I have been able to cancel the itemDrag if Corel Photo-Paint is not in the running process list. but I would like to be
how to smooth an image very simply.. -
hi every1
you know when i set the stretch propert in an image to true, the image's resolution decrease when the size is changed, well i was wondering if there's anyway to smooth that image and have the results in the same image, like when i change the size of a photo in PAINTSHOP, t
Paint Event Changing Image Size -
THanks for your previous help with the paint event, it was very helpful.
I've got my overlay/PNG file showing up on top of my picturebox nicely.
One thing that's happening that I need to reign in is that it's resizing the overlay/PNG image for some reason.
Has anyone seen this
How to Size into image -
I am using the following code to put a *.bmp etc into a image component:
Private Sub File1_DblClick()
Set image1 = LoadPicture(Dir1 & "\" & File1.FileName)
End Sub
My questions what code do I need to size it to the size of my image component. What is hap
Photo Shop Question -
I'm going out tonight to buy some kind of photo/paint programs. What do the rest of you guys use or recommend??
thanks
Opening photos in one window -
I am making a photogallery. How to make all photo thumbnails open in new, but the only window? And how to make it change its size accordingly to size of the photo?
how to paint picture box partially -
hey guys,
i need to paint a part of a picture box, how can i do that. attached image may help u to understand.
say i'm having a picture box of size 32 * 32 px, so need to paint from (0,0) to (10,20).
plz help
thanx in advance
harry
Photo Gallery -
I have photo gallery with my mysql database. My page finds phots going by a category id in the sql table and displays a list of correct photos.
One feature I want to add to this is
1/ when a person clicks on a photo for a full size it adds it to a hit counter to later I can sort
Loading a picture into a picture box -
I am creating a screen saver (isn't everyone). I am trying to create my own transition effects. Lets say the effect is horizontal blinds, I want to "blind" from one picture directly into another. I am not sure how exactly to do this. To make it even trickier the pictures
Inserting Photo/image from VB to SQL server -
hi friends,
i am using VB as a front end and SQL server as a backend.
i want to know how to insert photo/image of an employee entry form into sql Server database(table).
and after inserting successfully all employee details , when i search on EMP_ID how to display particualr e
[2005] Image or Photo in database -
Can i store a image in a DB without just saving it's location??? ie. if I have just a .mdb and I want to access this or send this file via email can someone view a photo?? if so how?
Awesome Flickr Tip -
From:
http://www.bram.us/2008/01/12/my-pri...ckr-image-url/
How to find the original Flickr Photo URL and User from a Static Flickr Image URL/Permalink (My priceless Flickr Tip)
flickr.jpgGot a link like http://farm3.static.flickr.com/2085/...8bcfaff9_m.jpg and want to find
How to add text to a JPG-file -
I made a photo-alumbum in VB. I can read the image-size through the APP marker. But now I want to add text to the JPG-file. So I know what the photo is about. Who knows how to put comment direct into a JPG-file with VB code?
scrollbar help -
hi im new to vb.net and i was having some difficulties in this class any help would be appreciated. what i need to do is use a picture box control with a .bmp file from window. set the size mode property to strectchimage. use a scroll bar to change the size of the image. I have done th
how to store image path in database -
i want to store image path (eg: c:\myproject\myphoto\0001.jpg) to my database
and show it in picture box
store in my db like this
ID: 001
photo: 001.jpg (rename photo file name to ID + .jpg)
ID:002
photo: 002.jpg
anone have and toturial or example ?
thanks again
ekkap
merging 2 images: overlay -
I need merge 2 images together. The First image is a photo, the second one is image which contains a text, and the rest of the image is transparent. I want to lay the second image over the first so you can see the text over the photo.
Can someone help me.
thanks
Resize form based on image size -
I have a form which downloads a photo from a web server into an IE Control. Obviously very easy to do, but what I want to do is resize the form based on the height and width of this image. Is there any way to get the size of this image? It is on a remote web server and not local...
I need some help if anyone is interested. -
Hi Everyone,
I have this bit of scanner code that I cannot get to work properly. It scans the item ok and adds it into the database ok, but I cannot see the picture in the Image control. What am I doing wrong? Is there a difference between the BMP image that I receive from the sc
insert image/photo in table -
hello all,
how can i insert photos or images in a table? what i am trying to do is... for example i have a listbox which contains all the names or description of each image/photo. Once i click the or select from the listbox it will display the image .
can someone help me for this
Can you help with this problem (display data without reload) -
Hello
I am making a photo album for my website. Right now (as the photo shows) http://staging.moonsofneptune.com/screenshot.gif it loads 9 images at a atime from a specified folder. when you click on a photo it runs a javascript script which puts the larger copy of the image into th
Needed - Simple VB6 Paint program -
I have a tablet PC ad I've been playing around with the ink functions.
I want the user to be able to write/print free hand on the screen. Possibly load an existing image and write ontop of it. Then I need to be able to save the image in GIF or JPG and load it back up later. What
Image sizes, positioning -
I need to place an image in a table cell that expands or shrinks depending on the screen size. I tried it through a style sheet but the size doesn't change. I cannot just place the image in the cell as I need to put something else there.
Is there a way to:
Change the image size
Change Image colours -
I wish to change the colours of an image as if a shadow is passing accross it. I guess I would need the pixel size of the image and progressively change the colour (RGB) values of each vertical line (coloumn) of pixels from one edge of the image to the other. What is the simplest way t
Image editor help needed -
Can anyone add a basic 3D text feature to my Babya Photo Workshop image editor and some other image editing features-such as saving in more file formats and fix the .jpg save feature so the image is aved with the chosen file name ,a histogram,a gradient fill tool, some different brush
my photo-machine -
When I use the TWAIN control to get an image from my webcam, appears a control panel where I must click a button to get the image. But... I want to get the image without this control box. Really, I wanna make a photo-machine (saw Karate-Kid? ... when a user pushes a button, then a 5-sh
Babya Photo Workshop Professional XL -
Babya Photo Workshop Professional XL is the most professional and powerful Babya image editor ever.
Containing features not normally found in over $300+ image editors such as Photoshop or Fireworks and unique editing features that aren't commonly available in any image editor.
T
[new problem!] Getting size of image after LOADPICTURE -
If I use LOADPICTURE to put a JPG into an IMAGE control - can I find out the size of the image that was loaded - so I can change the size of the IMAGE control on the form to match it?
ListView and Image Sizes/Alignment -
I have created a ListView and an ImageList and I am getting the images to show up correctly in the ListView. The question I have is related to the image size. It always renders at 32x32 regardless of the image size and in the image list properties you cannot change the size to 16x16.
High Resolution Image Printing -
Hello everybody,
I have an image of resolution 300dpi with size 3.125 X 2 inches. This image needs to be printed on the same size with the same resolution. When I put my image on my web page as background image of table, the size of the image is too large. If I reduce the dpi, th
Help with CGI -
Let's say I have a link to a URL like this:
domainname.com/cgi-bin/photo.cgi?photo=9319.jpg
Now, the CGI code should take the query string, look at "photo" which in this case is 9319.jpg, and should show the image 9319.jpg on the page.
I don't know any CGI, so I'd
[2005] line crystal paint -
Well i have a crystal report that show in the details all my products. and i whant to create a box that 1 line paint the other not the other yes and etc....
example:
x-paint
y_Not Paint
x-paint
y_Not Paint
x-paint
y_Not Paint
x-paint
y_Not Paint
is that possible?
image with layer -
Hy Together
I am writing an application to do a screenshot and after, i will paint on the picture. The paint functionality should also include a rubber, but i don't want to erase my bottom picture from.
so, is there a possibility to paint on different layers ?
ok, that's it
t
How to get the file path of an image file if it is running in application like Paint -
I'm developing an application which lists all the files which are running in the system at a particular moment.
I've used the APIs CreateToolhelpSnapshot, ProcessFirst, ProcessNext, to list the full file path.
But I'm unable to handle the following situations:
[2005] how to set images size to millimeters to print -
hi
i need to set an image size to millimeters so i can print it
i open an image from an openfiledialog and in to an picture box
then i want to print the same image in a specified size (in millimeters)
and furthermore if the image doesn't fit in a4 portrait change to landscape
how
Pop-up windows -
I want to create a photo-link on a web page, so I click on it and a pop-up window comes up with a photo in it.
I know how to open a pop-up window using the window.open() command, where we set the wondow properties, dimensions, URL of photo displayed in pop-up, etc. However, the wi
Upload photo w/ loc. saved in SQL -
Assuming all your pages are already connected to your SQL database, how would you
1. Upload a photo, save to a specified folder & save photo location to database
2. Display that photo on a second page.
At any time, you should be able to go back to page 1, upload a new pho
paint ... skinning -
Hi All,
I know how to paint an image onto other windows etc, but im wondering if there is a way to paint an image and then set transparency on it so it more or less blends in with the windows form and not over the controls and sort...sort of being able to skin other windows outside
check whether image at dataset is empty or not -
im getting a image from my database to a data set. before i convert it to a proper picture i need to check whether ds.Tables("userDetails").Rows(0).Item("photo") is EMPTY or NOT. How should i write the if condition?
<code>If ds.Tables("userDetails&q
Problem in a database loading Photo -
Hi to all:
I would like to explain the problem I have by words:
I have a project with fields and photos(in a database),and when I insert a new record I insert a new photo and when I call this record the photo show's like the record.Everything work fine.
The problem is when I ins