|
I am using vb.net
i just wanna ask if we can place a picture in a picture box in different places...
for example, we place a picture in the center of a picture box then we place another picture on the left side of the picture box. is it possible??
and...
Started by krizz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But probably the best way to handle it would be to create your picture box.
Complicated to do.
|
|
I want to resize a picture to smaller size and create it as unrelated to original sized picture. Currently I try to email a picture I have resized smaller, but it still contains too many mg to be accepted on email because it is still tied into the original...
Started by alan hedrick on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also you can reduce....
If you have photoshop, you can use the File => Save for Web option to reduce the size of the image considerably .
If it's a bmp and you save it as a png you could save a lot of space .
You could try saving it in a different format.
|
|
Trying to blur a picture in Jython. What I have does run but does not return a blurred picture. I'm kinda at a loss of what is wrong with it.
FINAL (WORKING) CODE EDITED IN BELOW. THANKS FOR HELP GUYS!
def main():
pic= makePicture( pickAFile() ) show(...
Started by roger34 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The blurred picture change the last line in you main to
show( makeBlurredPicture(pic,blurAmount) ).
|
Ask your Facebook Friends
|
In my project, I have a list box. When I click an item on the listbox, I want the PNG image from a file (stored in Global Varible, GV.dir) into the Picture Box named picBox... this is what I have...
picBox.Image = Image.FromFile(GV.dir + lstFull.SelectedIndex...
Started by ArcanaForce0 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You probably....
I think you may want to use SelectedItem.ToString instead.
Using the .SelectedIndex property will just return the index number (as a string with the .ToString) .
You're missing a \ after "C:Files", and are your png's really named 0,1,2,3...etc .
|
|
Each week we will have a picture Challenge where I will post a topic and I want you to either take a new picture or dig through old pictures posting a picture pertaining to that topic.
This week's Topic:
Love
Get creative if you like or post a wedding...
Started by Momeejenjen on
, 17 posts
by 15 people.
Answer Snippets (Read the full thread at justmommies):
Ok..I am fighting with the size of the picture but this is the best I can picture from when we first started dating, me trying to be cool wearing his hat!! lol Wedding pictures, 2.
Here is my pic of love...
|
|
Trying to post a picture on one of the forums (funny picture one) and can't figure out how to do it! I don't see an attachment clip or anything
Answer Snippets (Read the full thread at myfitnesspal):
Bump test Edited.
And change them to lower case "img"s for your picture to show here on MFP.
|
|
Is there a way to get the selected pictures in a picture library with the object model in SharePoint? It seems there is not a selected flag with each picture item in the library.
Started by albertg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would first ask when you want to select the pictures? There is a button on your library that triggers a postback? If yes, you can use javascript (or something smarter, jquery) to grab all selected IDs (the IDs should have to be visible in the....
|
|
I love it when Jake waves to the camera. The second picture is my fave!
Started by Street Spirit on
, 15 posts
by 4 people.
Answer Snippets (Read the full thread at fanforum):
(and the shoes....
Love those pictures! That first one could go to the style thread possibly, I like what he's wearing there.
He waves a lot.
Jake seems friendly with the camera guys.
I how jake stares at the camera.
The second shot is my favorite too.
|
|
Hi
How I can make Picture array ?
How to insert picture and how to see any picture in the Array ?
thank's in advance
Started by Gold on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to access images by index or ... .
Alternately you can create an array of Image or Bitmap objects .
Are you talking about Image List ?
Provides methods to manage a collection of Image objects
The Image List as suggested by @Shoban is also good .
|
|
Hello
I am unable to load picture in picture box here is my code plz resolve my issue
Code: Private Sub LoadBarcode() On Error GoTo err_GetObject Dim FN As String FN = App.Path & "\Barcodes\" & txtbar.Text & ".jpg" picBarcode.Picture = LoadPicture(FN)...
Started by hassanzobeen on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at com):
BTW What is error 53 but why its not loading
still the picture is in the Barcodes....
You say everything else is correct.
But not loading the picture in picture box Code: ' ' Dim FN As String FN = App.Path & "\Barcodes a picture.
|