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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gzosh
  • Content: Threads
  • Order by date
  1. gzosh

    drag and drop

    I am having a problem with my code. I can save images with labels and load them in their same positions. My problem is that I can't get the labels to follow my images when I open the saved form. The labels do follow the images with every new form though.
  2. gzosh

    substitute for registry

    I'd like to know how I can do what the following code does without using the registry. Public Sub SaveProject() Dim newProcess As CConnectors Dim filename As String Dim counter As Integer filename = frmSaveAs.m_Save.filename counter = 1 For Each newProcess In m_colObjects...
  3. gzosh

    saving

    I've created a flowsheet that has a toolbar with icons in it. The icons can be dragged and dropped onto the flowsheet. I'd like to know how I can get my program to save the flowsheet with the icons in the position that I left them in.
  4. gzosh

    Scroll Bars

    Does anyone know how to increase the size of a form using scroll bars so that the form can be larger than the screen?

Part and Inventory Search

Back
Top