12 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for Yogesh_5

i want to divide one picture box into two parts in equal height.. or it may be dynamic if user want 3 parts then it will divide into 3 of equal height..

0
116
Member Avatar for nickslick

![Hi Daniweb forum, I've come across a problem in my panel_mousedown event. Now I initially have 3 pictureboxes Painted on panel1, and each picturebox Control is set to Visible = false; and only become visible again when using this code: private void panel1_MouseDown(object sender, MouseEventArgs e) { if (picturebox1.Bounds.Contains(e.Location) && …

0
133
Member Avatar for prerit

Hey guys, I'm making a project on Image processing in C# and I have successfully implemented other controls like zooming,filters,grayscale etc. All these controls happen when user clicks a menu item. Now I'm stuck on how to skew an image in a picturebox. Please explain by taking a simple example …

0
116
Member Avatar for LateNightCoder

Hi everyone I currently have a program that imports data from an excel sheet that is already made. The data also creates a chart. I need the chart to load into the program and I think that the only way to do that is by importing it into a picturebox. …

0
136
Member Avatar for AurosGamma

Hello there. I'm making a simple Pacman game because I'm practicing C# (I've never programmed in C# before), but I ran into a problem. Here is my code: [CODE]void addGhost(object sender, EventArgs ea) { Random random = new Random(); int ghostNum = random.Next(5); // Here I use and enum I've …

0
166
Member Avatar for YodaMerlin

I am trying to make a program where there are several pictureboxes with different pictures. When i click on one, a new one forms at some location on the form. When i utilize the given code, t gives a system null reference, saying I need to add a "new" statement …

0
84
Member Avatar for Mr Programmers

Hi Everyone! :) Hope someone can help me in this problem. :?: [B]Things I have:[/B] Button1 Picturebox1 (Name: Block) Timer1 (Interval: 100) Label1, which has the MouseEnter event. The MouseEnter event is MoveToStart(). Panel1, which includes Picturebox1, Label1. [I](The codes are at the bottom)[/I] [B]My Problem:[/B] When Form1 debugs (runs), …

0
155
Member Avatar for Tarkenfire

(I'm using Vis Studio 2008 and a textbook written for VB2008) Okay, so this problem from my textbook requires me to "animate" (read: move a picture box) a picture of a "robot" finding it's way to a wall and returning to it's original position. I have the logic of the …

0
118
Member Avatar for stelman

Hi there, I want to use a PictureBox in my project. The PictureBox does not appear in the default toolbox settings, so I tried to add it myself. I opened tools->choose toolbox items->.NET Framework Components and I chose the PictureBox along with other controls that are selected by default, but …

0
84
Member Avatar for worldisorder

Hello All, I am trying to load images from a file path after saving them from a c328 camera. The camera part works but when I use a while loop it does not display on the picturebox. All of this is done when clicking a button. Any ideas? [CODE] private …

0
84
Member Avatar for buffalo0

Hi, I am using visual stuido 2008 to develop a smart device application for a pocket pc but seem to be having trouble loading an image into a picturebox. The image is stored on the web and becuase I am using the compact framework normal methods arent working. Can someone …

0
65
Member Avatar for Drpills

Hello, I am new to this community as well as Visual Basic. My class was assigned a project that is to use Panning and Zooming of a Image. However the code the teacher supplied us zooms to the Upper Left corner of the image instead of the Center of the …

0
105

The End.