How to create requester-like window ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

How to create requester-like window ?

Post by eddy »

a window :
- with close button and a titlebar
- without icon (!!)

If I use sysmenu option, a default icon appears at the top left of the window.
All child window have a default icon.
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

MessageRequester(title$,message$,flags.l)

#PB_MessageRequester_YesNo : To have 'yes' or 'no' buttons
#PB_MessageRequester_YesNoCancel : To have 'yes', 'no' and 'cancel' buttons
#PB_MessageRequester_Ok : To have the 'ok' only button
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

I know that.
But I don't want to create a new requester

I want to create a child window which has :
- a titlebar
- a close button

My problem is to know how to remove the default icon
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

Make your own :) I did :lol:
Post Reply