User Profile
Collapse
Profile Sidebar
Collapse
zsolt szabo
Last Activity: Feb 20 '12, 11:04 PM
Joined: Jan 27 '12
Location:
-
thanks its working now -
sorry for late response
now i know i cant draw in an image box...
but i need to create 2 layers of image, the point is you`ll be able to look trough the one at the top to see the one at the back.
both must be an imagebox because i need to strech them.
i have an idea for this:
the pic at the back will allways be the same (except the strech function), and the one at the top shall allways ready for use...
now what...Leave a comment:
-
draw in imagebox
hi, i`ve got 2 imageboxes on each other.
the one at the bottom displays a picture (image1), the other one is for drawing (imagedraw).
imagedraw shows a line when i move the mouse on it, and if i move it a bit furthen than the previous line going to be deleted using "CLS", theres a "zoom" function which is changeing the size of the boxes, and strech them, when this happens the line has dissapear.
i... -
im using raid control buttons instead of checkboxes.
but i marked a best answer anyway couse you care about my problem.
now i have way more coplicated (to me) problem.
thanks
sorry for the late responseLeave a comment:
-
im using checkboxes with different names.
but im using raid control buttons in different frames insead of checkboxes.
thanks for the answerLeave a comment:
-
-
enable multiple checkboxes by clicking option1
hi
i`d like to enable, and disable multiple (about 10-20) checkboxes when i click to option1.
my code:
Code:.....option1...click... chbox1.enabled = true chbox2.enabled = true chbox3.enabled = false chbox4.enabled = false end sub
something is... -
writing multiple text boxes to one file
hi, im having problems writing multiple text boxes in one file.
i`ve got a code, but its stands for save only, and delete any previous information from the file.
my code:
private sub command1_click( )
Dim sTextMixed As String
'Mixing the textboxes
sTextMixed = Text5.Text & vbCrLf & Text4.Text
'Saving it
Open "C:\sample. txt" For Output As #1...
No activity results to display
Show More
Leave a comment: