User Profile

Collapse

Profile Sidebar

Collapse
zsolt szabo
zsolt szabo
Last Activity: Feb 20 '12, 11:04 PM
Joined: Jan 27 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zsolt szabo
    replied to draw in imagebox
    thanks its working now
    See more | Go to post

    Leave a comment:


  • zsolt szabo
    replied to draw in imagebox
    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...
    See more | Go to post

    Leave a comment:


  • zsolt szabo
    started a topic draw in imagebox

    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...
    See more | Go to post

  • 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 response
    See more | Go to post

    Leave a comment:


  • im using checkboxes with different names.
    but im using raid control buttons in different frames insead of checkboxes.
    thanks for the answer
    See more | Go to post

    Leave a comment:


  • thanks alot, it worked!
    See more | Go to post

    Leave 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
    i get an error at the ".enable" in the second line, it works if i leave only one line, and delete the rest.
    something is...
    See more | Go to post

  • zsolt szabo
    started a topic writing multiple text boxes to one file

    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...
    See more | Go to post
No activity results to display
Show More
Working...