Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~594 People Reached
Favorite Forums
Member Avatar for mayankshri

Hi i am open a word file 2007(.doc file) in a rich text box through open dialog box. It works fine but images and bullets are not shown in a rich text box. i want to open open word file with images and bullets in a rich text box. I …

Member Avatar for thines01
0
417
Member Avatar for mayankshri

Hi i am open a excel file and it automatically open first two cell A1,B2 in two text boxes. now i want how to open different cells in different click of button. i am using this code- [CODE] OpenFileDialog openexcel = new OpenFileDialog(); openexcel.Title = "Mayank"; openexcel.InitialDirectory = @"c:\"; openexcel.RestoreDirectory …

Member Avatar for thines01
0
177