Hello,i need some help.i really appreciate it if u know how to solve
i need to make a picturebox rotate left about 180 degree when my HscrollBar
at maximum value and rotate to right when HScrollBar at minumum value.If the scrollbard
is in the middle,the picturebox stay at 0 degree.
so,every...
im using .NET forms
by the way i found this
PictureBox1->Image = ImageList1->Images[index];
and i think my problem solved because it shows the correct image in my imagelist1 to appear at picturebox1.thanks.but if has different method tell me.
im really a beginner user
look,i have a problem
in visual basic 6.0 i created :-
one image
one imagelist
a button to display an index of imagelist
so here the code
i put a background image for Image1
then i inserted 5 picture after right click at ImageList1 at form
so,if want to display...
Look,i want to show current time in label
i try use the DateTimePicker and make it like this
TimeReal->Text = this->date->Text->ToString();
TimeReal is a label
But then,TimeReal show me current time but static.after it's get the value from datetimepicker and then no update.
i want it to show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.