Could someone please help me.
I've been trying to workout why when I press the [ ok ]button or the [ Cancel ] button to close 'frmOptions' form that I get the follow message:
-----------------------------------------------------------
VB5 caused an invalid page fault in
module VB5.EXE at 0167:00443e9e.
Registers:
EAX=00f8e818 CS=0167 EIP=00443e9e EFLGS=00010206
EBX=00f9dc34 SS=016f ESP=007fdbf0 EBP=007fdcb4
ECX=00f9dc34 DS=016f ESI=00f9dc34 FS=6a9f
EDX=005835e0 ES=016f EDI=0000105c GS=0000
Bytes at CS:EIP:
8b 48 2c 8b 41 1c a9 00 00 0c 00 74 04 5e c2 08
Stack dump:
00f5549c 0041a4f0 00f9dc34 00000000 00000000 00f9dc34 0000105c 02760000 00000000 027636e8 7de81da9 027636e8 0272abb5 027636e8 7de811dc 00000018
------------------------------------------------------------
Here's what I have in both procedures:
Private Sub btnCancel_Click()
Unload Me
End Sub
Private Sub btnOK_Click()
Unload Me
End Sub
------------------------------------------------------------
Has it to do with the fact that there maybe too many procedures in the 'frmOptions' module (too much code)?
Any help in this would be appriciated greatly.
Thank you for your time,
Andrew G.
I've been trying to workout why when I press the [ ok ]button or the [ Cancel ] button to close 'frmOptions' form that I get the follow message:
-----------------------------------------------------------
VB5 caused an invalid page fault in
module VB5.EXE at 0167:00443e9e.
Registers:
EAX=00f8e818 CS=0167 EIP=00443e9e EFLGS=00010206
EBX=00f9dc34 SS=016f ESP=007fdbf0 EBP=007fdcb4
ECX=00f9dc34 DS=016f ESI=00f9dc34 FS=6a9f
EDX=005835e0 ES=016f EDI=0000105c GS=0000
Bytes at CS:EIP:
8b 48 2c 8b 41 1c a9 00 00 0c 00 74 04 5e c2 08
Stack dump:
00f5549c 0041a4f0 00f9dc34 00000000 00000000 00f9dc34 0000105c 02760000 00000000 027636e8 7de81da9 027636e8 0272abb5 027636e8 7de811dc 00000018
------------------------------------------------------------
Here's what I have in both procedures:
Private Sub btnCancel_Click()
Unload Me
End Sub
Private Sub btnOK_Click()
Unload Me
End Sub
------------------------------------------------------------
Has it to do with the fact that there maybe too many procedures in the 'frmOptions' module (too much code)?
Any help in this would be appriciated greatly.
Thank you for your time,
Andrew G.