Search:

Type: Posts; User: mybren

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    794

    sigh..

    I know, its just that I really really need to remove them...
    I created them using a dynamic array, if I collapse the array, the shape objects are still there!!
    Any ideas how I can get rid of them?...
  2. Replies
    4
    Views
    508

    naming the buttons

    got this code from kedaman the other time,

    Set Boton = frmDropWindow.Controls.Add("VB.CommandButton", "ControlName" & arrayNumber)


    Just add the array number to the controlname, producing a...
  3. label

    I encountered the label problem you mentioned, I fixed it by using a textbox instead. It works equally well. Just need to remember to set a size for the text box so that the text can fit inside it....
  4. Replies
    14
    Views
    677

    dunno whether this might help

    what about a mask input box? you can specify the location of your numbers and special characters using a mask input box.
  5. Replies
    9
    Views
    605

    hmmm....

    I think you can put text over picture boxes by using a text box or label.
    Then after creating the text box/label, just specify the co-ordinates you want it on the picture using the .Move X,Y method.
  6. Replies
    4
    Views
    445

    no diff

    there's no difference at all, if you say "Next" then VB will assume the previous For loop. If you say "Next i" VB will just continue with whichever For..Next statement that meets the criteria.
  7. Replies
    4
    Views
    794

    Hi, does anyone know how I can remove shape...

    Hi, does anyone know how I can remove shape objects from a picturebox at run-time?
    Thank you!
  8. Hi! Does anyone know how I can delete/remove a...

    Hi! Does anyone know how I can delete/remove a shape object from a picture box in codes?

    Another question is how to I destroy a dynamic array?
    I've declared it as :

    ---------------------------...
  9. Replies
    11
    Views
    701

    I'm amazed!

    wow, I'm really grateful, you guys have been the best at answering my questions. I'm very much a newbie, and all the help you've given has really helped.

    What i meant by "stop once it reaches a...
  10. Replies
    4
    Views
    1,342

    It helps a lot!

    Hello there!
    Yes, your code has helped me a lot. I'll try and combine it with the circle collision that you've posted up aldo and see how it works.
    I'll keep you updated on my progress, thank you...
  11. Replies
    11
    Views
    701

    Circles, circles, circles

    Hello there! Firstly, thank you so much for both your opnions & help.

    Actually, I'm creating a learning tool. And the circles are to represent nodes in the topology. The problem I am facing is how...
  12. Replies
    4
    Views
    1,342

    Do you have any codes that I can refer to?

    Do you have any codes that I can refer to?
  13. Replies
    11
    Views
    701

    Hi! Does anyone know how I can treat a circle...

    Hi! Does anyone know how I can treat a circle that is drawn in VB as an object?
    I want to avoid both circles from colliding into each other.
    How do I code that?
    Thank you!
  14. Replies
    4
    Views
    1,342

    Hi! Does anyone know how to draw a line in VB...

    Hi!
    Does anyone know how to draw a line in VB code with an arrowhead? I want to allow the user to draw it on the picturebox.
    Or is there a control in VB that does it?
    Thanks!
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width