i'm using windows xp and dev c++as compiler
is there something like dreamweaver or something for wxwidget inwhich we can go by design mode
Ooooh, you're using Dev-C++, then I've good news for you: there's a "special" edition of Dev-C++ called wxDev-C++ which has a built-in form designer, wxDev-C++ is freely downloadable here:
http://wxdsgn.sourceforge.net/
A very good and useful free ebook about wxDev-C++ is available here:
http://wxdevcpp-book.sourceforge.net/
(If I'm not wrong it's even installed automatically as a part of the wxDev-C++ installation)
So I suggest you to remove Dev-C++ and install wxDev-C++ instead, it does exactly have the same features as a normal Dev-C++, the only difference is that it's more suited for wxWidgets development, meaning that it has a built-in form designer for example.