P
Peter Stojkovic
What is the correct way to move BITMAPS and drawings inside a windows-forms
from one project to another project.
The problem is the following row:
Dim resources As System.Resources.ResourceManager = New
System.Resources.ResourceManager(GetType(frm_ageing_state1))
Where are the bitmaps located ?
What I have to do, if i want copy the form to another project INCLUDING the
bitmaps and drawings ??
THX
Peter Stojkovic
from one project to another project.
The problem is the following row:
Dim resources As System.Resources.ResourceManager = New
System.Resources.ResourceManager(GetType(frm_ageing_state1))
Where are the bitmaps located ?
What I have to do, if i want copy the form to another project INCLUDING the
bitmaps and drawings ??
THX
Peter Stojkovic