Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: Nest Win32 window in Windows Form Pin
Daniel Turini4-Nov-02 11:05
Daniel Turini4-Nov-02 11:05 
GeneralString Formatting Issue Pin
perlmunger4-Nov-02 7:25
perlmunger4-Nov-02 7:25 
GeneralRe: String Formatting Issue Pin
Stephane Rodriguez.4-Nov-02 7:37
Stephane Rodriguez.4-Nov-02 7:37 
GeneralRe: String Formatting Issue Pin
perlmunger4-Nov-02 7:36
perlmunger4-Nov-02 7:36 
GeneralRe: String Formatting Issue Pin
Franz Pikal7-Nov-02 22:07
Franz Pikal7-Nov-02 22:07 
QuestionHOW TO USE A PROPERTY IN C SHARP Pin
Asim N.4-Nov-02 5:01
Asim N.4-Nov-02 5:01 
AnswerRe: HOW TO USE A PROPERTY IN C SHARP Pin
Pete Bassett4-Nov-02 5:15
Pete Bassett4-Nov-02 5:15 
GeneralRe: HOW TO USE A PROPERTY IN C SHARP Pin
Asim N.6-Nov-02 1:39
Asim N.6-Nov-02 1:39 
thanks sir
we eventually have been able to use these properties.thanks for offering some favoure.
now the problem is how to display a picture, i.e we want to open a word document and want to get some picture if any and then to show it, now this is where the problem is we have opened word and got the picture from it but now problem is how to show it.
this is how we got the paragraph from word doc ,

Word.Range rngtext = aDoc.Application.ActiveDocument.Paragraphs.Item(2).Range;
MessageBox.Show(rngtext.Text);

now how to get show the picture?


Asim
AnswerRe: HOW TO USE A PROPERTY IN C SHARP Pin
Stephane Rodriguez.4-Nov-02 5:15
Stephane Rodriguez.4-Nov-02 5:15 
AnswerRe: HOW TO USE THE CAPS LOCK KEY Pin
Daniel Turini4-Nov-02 6:04
Daniel Turini4-Nov-02 6:04 
AnswerRe: HOW TO USE A PROPERTY IN C SHARP Pin
Rickard Andersson205-Nov-02 21:00
Rickard Andersson205-Nov-02 21:00 
GeneralWebbrowser and windowclosing event Pin
dricks4-Nov-02 2:28
dricks4-Nov-02 2:28 
GeneralRe: Webbrowser and windowclosing event Pin
Stephane Rodriguez.4-Nov-02 5:46
Stephane Rodriguez.4-Nov-02 5:46 
GeneralCom marshalling Pin
gharrison4-Nov-02 1:12
gharrison4-Nov-02 1:12 
GeneralRe: Com marshalling Pin
Stephane Rodriguez.4-Nov-02 5:49
Stephane Rodriguez.4-Nov-02 5:49 
GeneralProblem in XmlSerialization Pin
Mazdak4-Nov-02 0:02
Mazdak4-Nov-02 0:02 
GeneralSome XML sample needed Pin
Mazdak3-Nov-02 20:43
Mazdak3-Nov-02 20:43 
GeneralRe: Some XML sample needed Pin
Paul Watson3-Nov-02 21:19
sitebuilderPaul Watson3-Nov-02 21:19 
GeneralRe: Some XML sample needed Pin
Mazdak3-Nov-02 21:35
Mazdak3-Nov-02 21:35 
Generalwebrequest download speed Pin
Anonymous3-Nov-02 18:42
Anonymous3-Nov-02 18:42 
GeneralRe: webrequest download speed Pin
Daniel Turini3-Nov-02 20:56
Daniel Turini3-Nov-02 20:56 
GeneralRe: webrequest download speed Pin
Stephane Rodriguez.3-Nov-02 20:52
Stephane Rodriguez.3-Nov-02 20:52 
GeneralRe: webrequest download speed Pin
Anonymous4-Nov-02 6:02
Anonymous4-Nov-02 6:02 
GeneralRe: webrequest download speed Pin
Stephane Rodriguez.4-Nov-02 6:14
Stephane Rodriguez.4-Nov-02 6:14 
GeneralRe: webrequest download speed Pin
Anonymous4-Nov-02 8:43
Anonymous4-Nov-02 8:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.