Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
picturebox
- Page 1
picturebox
Programming
Software Development
14 Years Ago
by arezz
… .. i use this code to upload picture into
picturebox
....please anybody [code] Dim OpenFileDialog1 As New OpenFileDialog …= DialogResult.OK Then ' Load the specified file into a
PictureBox
control. PictureBox1.Image = Image.FromFile(.FileName) End If End…
Re: picturebox
Programming
Software Development
14 Years Ago
by codeorder
…EventArgs) Handles MyBase.Load PictureBox1.SizeMode = PictureBoxSizeMode.AutoSize '// Resize
PictureBox
by Image Size. If IO.File.Exists(myCoolFile) Then '// … .Exists. PictureBox1.Image = Image.FromFile(sTemp) '// Load image in
PictureBox
. PictureBox1.Tag = sTemp '// set .Tag to image's FullPath.…
PictureBox
Programming
Software Development
11 Years Ago
by IsaacMessi10
Hi. I want to create a
picturebox
when a specific button is clicked. The…. It will count he number of times the
picturebox
has been created. Private Sub Button12_Click(sender As Object… Integer TCP = TC * 100 Dim NT As New
PictureBox
NT.Anchor = AnchorStyles.Top And AnchorStyles.Left NT.BackColor …
Re: picturebox
Programming
Software Development
18 Years Ago
by Comatose
… I threw together that has 3 picture boxes.... the main
picturebox
, and then the two pictures that get put into the… 1
picturebox
. So, picture2 and 3 contain the template pictures, and then… I use bitblt to load both pictures in the 1
picturebox
, 1 directly beneath the other. You may want to play…
picturebox
Programming
Software Development
18 Years Ago
by Shefali
hii all i guess this is a simple problem but somehow i cant figure out the answer to it. i wrote a vb6 code which uses a particular software to draw a picture, saves it in the hard disk and then displays it in a
picturebox
. now what i need is to display another picture in the same
picturebox
below the previous one. any ideas? thanks.
Re: picturebox
Programming
Software Development
18 Years Ago
by Comatose
If you want to use the same
picturebox
to display 2 pictures, you'll have to find a way to make VB merge the two pictures in the format you want. Why can't they be different pictureboxes, made to look like one?
Re: picturebox
Programming
Software Development
18 Years Ago
by Shefali
well i wrote a code which generates two pics using a software. all i want is to display them in a
picturebox
. thanks for the code.. i will go thru it.
Picturebox Array, add pictures from another array.
Programming
Software Development
14 Years Ago
by nukedeath
Hello! I have a
Picturebox
array and a Card object array which has images inside… I wanted to do a for loop to change the
Picturebox
images when clicked. But when using my for-loop, it… (int i = 0; i <
picturebox
.Length; i++) {
picturebox
[i].Click += delegate(object s, EventArgs e2) {
picturebox
[i].Image = CardArray[i].Front; }; } …
PictureBox Loading Help
Programming
Software Development
13 Years Ago
by NetJunkie
I have about 30
PictureBox
controls on my form and I was … the load time for a certain amount of those
PictureBox
controls. For example, I have 15 on one …speed of all of the
PictureBox
controls so when it gets done loading the
PictureBox
controls on Tab1 it then… starts to load the
PictureBox
controls on Tab2 and so on? I want…
PictureBox Image property
Programming
Software Development
17 Years Ago
by peter_budo
I need to find out what is currently hold in
PictureBox
.Image property and take action as necessary. I tried various … it work Compare it with
PictureBox
which Image is set to null [code=c#]
PictureBox
emptyImg = new
PictureBox
(); emptyImg.Image = null; //Compare myPictureBox…
PictureBox async load
Programming
Software Development
15 Years Ago
by mpegjohn
Hi, I am creating a new UserControl that has 3
PictureBox
's, These three pictures show the start, middle and end … thought was to just use the async load of the
pictureBox
. However as these are potentially large jpegs, I would rather… memory and shrink them to fit the size of the
pictureBox
. How do I do this with possibly 300+ photo's…
Re: PictureBox Array
Programming
Software Development
14 Years Ago
by kvprajapati
…(Of T). [code] Dim pboxes As New List(Of
PictureBox
) pboxes.Add(PictureBox1) pboxes.Add(PictureBox2) pboxes.Add(PictureBox3)… For Each t As
PictureBox
In pboxes ..... Next 'You can access list element through …
PictureBox Array - how does it work?
Programming
Software Development
14 Years Ago
by YodaMerlin
… Integer Dim pic7 As New Integer Dim Picture2Add As New
PictureBox
Const CtrlMask As Byte = 8 Private Sub ControlPanel_Load(ByVal … As System.EventArgs) Handles PictureBox2.MouseClick Dim picture2add(pic2) As
PictureBox
With picture2add(pic2) .ImageLocation = "C:\Users\Timeless\Documents\Visual…
Re: PICTUREBOX IN VB
Programming
Software Development
12 Years Ago
by xtianpark
… image but still there's a box appearing behind my
picturebox
when i run the program .. is it possible that the… file but still theres a box appearing together with the
picturebox
, whats the problem with this cause i am making a… just using random for the changing of position of my
picturebox
but it looks too ugly that theres a box appearing…
Re: PictureBox scroolbar in vb6
Programming
Software Development
15 Years Ago
by neosonic
…The key is putting
picturebox
inside
picturebox
. If we want to use oversized
picturebox
B. Then we put
picturebox
B inside "…;not oversized "
picturebox
A. And create…I have a big picture to be viewed in
picturebox
. I will need to manipulated that picture (add …
PictureBox Image.Save Error
Programming
Software Development
17 Years Ago
by bwkeller
… instance of a form and load the picture into the
Picturebox
the form contains: [CODE=VisualBasic] frmPic = New frmPicture frmPic.Text… use a color blotter type function I am converting the
picturebox
image into a stream and saving it to a bitmap… of getting the color of a pixel out of a
picturebox
.
picturebox dragmode clash with mousedown
Programming
Software Development
15 Years Ago
by neosonic
Hi All, I have a
picturebox
with dragover, mouseup, mousedown, and mousemove functions. If I set … mousedown to handle right click (to point out to the
picturebox
). and I need dragover to to handle left click (to…
PictureBox Array
Programming
Software Development
14 Years Ago
by trpsjt2008
Hi I Have 100 Picture Box(PictureBox1-100) And I want to use Each
PictureBox
with loop like [CODE]Dim left as Integer Do while left > 1
PictureBox
'Picture Box number i used left = 'My Procedure Left += 1 Loop[/CODE] How Can I use Each
PictureBox
From 1 to 100 Thank For Help
PictureBox image printing to Excel cell
Programming
Software Development
14 Years Ago
by mrbungle
In my form I have a graphic in a
picturebox
- simple stuff. My application prints a bunch of stuff to … perfectly with no problems. I need the image in the
picturebox
to print to the Excel sheet. I've tried a… *might* have something to do with the image in the
picturebox
needing to be released because it's currently in use…
Re: PictureBox Save
Programming
Software Development
13 Years Ago
by jonsca
…but there's some ambiguity). To save more than one
picturebox
into a bitmap at a time, you're going to… that that has dimensions big enough to hold all of
picturebox
images. You can then use [icode] Graphics.DrawImage [/icode] …to place each of those images from the
picturebox
into the bitmap and save it out like you indicated…
Picturebox problem
Programming
Software Development
13 Years Ago
by zukazen
…,my x and y axis aren't defined as the
picturebox
's. What I mean is that my axis are not… located in the top left corner of the
picturebox
. So normally, the function would start from the top left… I offset the "(0,0)" coordinates of the
picturebox
to where my x and y axis intersect? I tried…
PICTUREBOX IN VB
Programming
Software Development
12 Years Ago
by xtianpark
… ANYONE KNOWS HOW TO HIDE THE BOX APPEARING IN THE
PICTUREBOX
IN VB ? MY PROBLEM IS ONCE I PUT BACKGROUND IMAGE… IN THE FORM TOGETHER WITH THE PICTURE INSIDE THE
PICTUREBOX
.. AND WHEN I RUN THE PROGRAM THERE'S A BOX… UGLY THAT THERE'S A BOX APPEARING BEHIND ON MY
PICTUREBOX
.. CAN SOMEONE HELP ME WITH THIS PROBLEM ??? HOW TO HIDE…
PictureBox Wont Display
Programming
Software Development
10 Years Ago
by Doogledude123
I am creating lots of
PictureBox
's on my Form but they will not display. I … For j As Integer = 0 To 255 Dim pb As
PictureBox
= New
PictureBox
() Dim loc As Point = New Point() pb.Size = New…
Re: pictureBox problem.. please help me!
Programming
Software Development
19 Years Ago
by bang2711
Mm.. i wan to do something like a few page in a single form. i using
pictureBox
to contain checkBox. when the 1st
pictureBox
is full wif 3 checkBox, it will auto create a new
pictureBox
and put the next checkBox into it. and so on. now i dont know how to create a new checkBox in the new
pictureBox
.
Re: PictureBox Image property
Programming
Software Development
17 Years Ago
by shuban
I have tried that once but with images in the same
picturebox
is what i comapared and it worked, but when i did it with 2 images in different picture boxes, as far as i remember the later didn't work for me either
Re: PictureBox async load
Programming
Software Development
15 Years Ago
by Diamonddrake
using the async load of the
picturebox
will work to an extent but eventually you will have …
Re: PICTUREBOX IN VB
Programming
Software Development
12 Years Ago
by TnTinMN
There should not be a box behide the picture box. Are you sure that you do not have a image smaller than the size of the
picturebox
and that the
PictureBox
.SizeMode is not set to centerimage? Try setting the size mode to "Zoom" and see if the box goes away.
Re: PICTUREBOX IN VB
Programming
Software Development
12 Years Ago
by Gé48
Is the picture in your
PictureBox
also in the background image of your Form ? If so, your
PictureBox
should be exactly on top of it.
Re: PictureBox Wont Display
Programming
Software Development
10 Years Ago
by tinstaafl
… For j As Integer = 0 To 255 Dim pb As
PictureBox
= New
PictureBox
() Dim loc As Point = New Point() pb.Size = New…
Re: PictureBox Wont Display
Programming
Software Development
10 Years Ago
by Doogledude123
… For j As Integer = 0 To 255 Dim pb As
PictureBox
= New
PictureBox
() Dim loc As Point = New Point() pb.Size = New…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC