>I want to build Dialog without top-left Dialog Icon.
>Can i do?
The setUndecorated() method may do what you want, but I haven't tested it.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
"Kevin Dean [TeamB]" <NkOdS...@datadevelopment.com> wrote in message
news:xn0f27nxe6r...@www.teamb.com...
>setUndecorated() method builds Dialog in general without border
The only reference I can find is to the Eclipse SWT RemoveMenu() method.
You'd have to research it further yourself, but here's a starting point:
http://cs.nyu.edu/zilin/swt/API/org/eclipse/swt/internal/win32/OS.html