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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.