Fixed with the latest release 7.3.11.4
*****Thankyou Support*****
I am recieving the following error when ever i add a listbox to any dialog.
"Access Violation at address 0b7eca4 Write address 0be20042"
Of course the mem address's change each time.
If I remove any listbox's the dialog works again.
I am running the latest version of Macro Scheduler on win 95 systems and with the winsock updated to allow SMPT through macro scheduler.
Example Code
Dialog>Dialog1
Caption=Dialog1
Top=105
Width=317
Left=279
Height=429
Button=OK,80,368,75,25,1
Button=Cancel,160,368,75,25,3
CheckBox=msCheckBox1,Transfered,72,336,185,False
ComboBox=msComboBox1,80,40,145,test%CRLF%test again
ListBox=msListBox1,88,88,121,97,Fred%crlf%Ted%CRLF%
EndDialog>Dialog1
Show>Dialog1,Result
If>Result=2,Ending
If>Result=3,Ending
Label>Ending
Any help would be appreciated