hello
in my project what i built is multi page project
i the first page it monitors 6 plc`s
the way i built my software is to look and work like dvr software
so in the main page
i have 6 panels each panel have the same components and background the only difference is the com
my project is 1920;1080 size
each panel is live and when i click on it it opens another form that have the same components but with bigger size
now to the problems:
1- each time i make changes i get some errors and missing files i close the program (VB net 2012) and then re open it
the project is back to normal.(see the photos in the attachment)
2- the flickering i solved half of it
the main page which has 6 panels keeps flickering
the another page got fixed when i used this code
Protected Overrides ReadOnly Property CreateParams() As CreateParams
Get
Dim cp As CreateParams = MyBase.CreateParams
cp.ExStyle = cp.ExStyle Or &H2000000
Return cp
End Get
End Property 'CreateParams
i hope someone can help me
by the way my pc is
core i5 3.10GHz
10 Gbyte ram
with 250 ssd
and gt630 vga card
i read something about using computer hardware instead of net framework but i didn't find any how to do it
with thanks