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 Mike Lewis 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
  • 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'd like to know how I can do the same functions that the following code does without having to use 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...
  4. 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.
  5. 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