03-20-2014 09:17 AM
im using a DLL in my program in wich i make all my functions i want to show results on the front panel wich is called in the main i have such error library function error ==-4 Panel,menu bar or control array handle is invalid.
can u help me please.
03-20-2014 09:19 AM
without any code we can only guess...
Are you using LoadPanelEx instead of LoadPanel?
03-20-2014 11:46 AM
yes im using LoadPanel
03-20-2014 11:52 AM
so you should replace it with LoadPanelEx...
03-20-2014 12:15 PM
no it dosn't work.
i will explain again im my project i have only the main and DLLs, in the DLL i put all my functions and need to show results (exemple by using tab control,...) on the front panel. panel is loaded in the main.
03-23-2014 03:14 PM
03-27-2014 03:50 PM
If the use of a Tab control, the "TABs" are in affect a different "PANEL" so the control on a tab is not the panel handle name but the tab panel name. The PANEL_CONTROLS and the PANEL_TAB_CONTROL name are in different panels.I agree with ebalci, without the project files, this will be hard to debug the problem.