Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by noaco

  1. noaco

    Buttons Collection.

    hi, i have this button collection i add in run time and then remove, but for some reason it is not removed. Private Sub Button_Click(ByVal sender As Object, ByVal e As _ System.EventArgs) ListBox2.Items.Add(CType(CType(sender, _...
  2. noaco

    Creating and resizing labels in a form.

    Hello, problem solved with removehandler and checkedbutton, the next step is being able to create the label over a picturebox, it appears to be not possible and found nothing on the net, do you have any suggestions? Ok. Thanks. Bye. Ciao. Andrea.
  3. noaco

    Creating and resizing labels in a form.

    No, as a matter of facts, each time i click button1, and there after i click the mouse i create a new label, so why the second time i click button1, after i clicked button 2, and re click button1 it adds two labels?
  4. noaco

    Creating and resizing labels in a form.

    Update: if i click a second time in button1 it adds 2 labels instead of 1, why? Thanks. Andrea.
  5. noaco

    Creating and resizing labels in a form.

    Public Class Form1 Dim MyControlArray As LabelArray Dim numero As Integer 'variabile per creare dei label Dim crea As Boolean = False Dim sposta As Boolean = False Private newLabel As System.Windows.Forms.Label 'variabile per la prima locazione con le nuove...
  6. noaco

    Creating and resizing labels in a form.

    I succeeded in doing if with mouseeventsargs, if i click a button i can create and resize a label in runtime. now i need another button to move and resize the labels already created, so if i click the button and position the cursor over the label, the cursor changes, in hand if i have to move...
  7. noaco

    Creating and resizing labels in a form.

    Actually what i succeeded to code is this: Public Class Form3 Dim mouseclikresization As Boolean = False ' Class variable that handles all instances of Label control. Private newLabel As System.Windows.Forms.Label ' Class members to control dragging behavior. Private...
  8. noaco

    Creating and resizing labels in a form.

    Yes, that's exactly what i need.... is it possible to see some code? i'm new in this and got in serious trouble having not idea on how to do it..... Andrea.
  9. noaco

    Creating and resizing labels in a form.

    Thanks, yes exactly i have to come back to the layout, at a user level, so i was thinking to save it as a xml file to save the label name, size, position, and id. In practise i import a document image (an hospital first aid form), and above it i trace the labels to transpose the box, the cells...
  10. noaco

    Creating and resizing labels in a form.

    Hello, Today I was commissioned a new task in Visual Studio 2005 with VB .NET, my purpose is creating a form that enables to create and resize new labels inside it in runtime mode including, in one array, infos about the cohordinates and the type of data to insert into the document, would you...

Part and Inventory Search

Back
Top