Event ID 674?

Windows specific forum
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Event ID 674?

Post by Karbon »

Strangeness here..

I have one window that opens another - once the second window is open if you click the X button I keep getting an EventID of 674 (I'm just debugging EventID()).

I can't seen to find any constant with a value of 674. I was expecting #PB_Event_CloseWindow but that seems to be EventID 16.

What gives? I don't think there is anything special about the window..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Well, I think I solved my problem.. I'd still like to know what Event 674 is!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
chinese
New User
New User
Posts: 1
Joined: Fri Sep 05, 2003 5:12 am

Post by chinese »

about:
RemoveMenu(hMenu,61536, 0) // to delete X menu
I'm FROM JN.SD ,CHINA
Post Reply