Dear All,
I have seen applications that has tool bar, with different buttons which are same like MSWORD 2003 look like, and when click on one button suppose table button, a list popup which also same like MS WORD 2003, and there are increase and decrease indent buttons, center align, lift align or right align buttons, and its functionality is also same like MS WORD.
I want to implement such functionality in my own application, but remember please don’t refer me to MS Visual Studio Tools for Office Development, show me some other way by which I could do so.
Refering me to code for downloading office like application will be highly appretiated.
thanks

Need Help in developing MS WORD like application
Devesh Dwivedi
No! I am talking about C#, i need addin, which i can embed in my application and work like word, for example create table, left, right and center align text.
thedewd
I want that there be create table, increase or decrease indent, center align, lift align or right align buttons, and its functionality is also same like MS WORD.
Could you tell me how to achieve these funcationalities.
Blkbird
most likely you would need to create a custom control but I don't know how personally. There will be some resources on msdn.microsoft.com, and of course the usual search engines.
Benny Tops
Hi jehan
One source for your requested functionality is old (1996) Microsoft Visual C++ Version 4.1 distribution CD. From that CD you find MSDEV\SAMPLES\MFC\OLE\WORDPAD subdirectory with WordPad.exe source files. It should be relatively easy task to copy and paste "center align, left align, etc." code to your application.
Good hunting...
Jason Croft
aka_Tyr0
About the buttons, ToolStrip will be enough for your need. All you need to do is find good pictures.
xyte