Click here to Skip to main content
15,892,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: why on debug it makes a .dll Pin
Sasuko22-Jun-05 11:26
Sasuko22-Jun-05 11:26 
GeneralRe: why on debug it makes a .dll Pin
Dave Kreskowiak22-Jun-05 17:38
mveDave Kreskowiak22-Jun-05 17:38 
GeneralRe: why on debug it makes a .dll Pin
DavidNohejl22-Jun-05 10:53
DavidNohejl22-Jun-05 10:53 
Generaltypedef struct in C# Pin
bynaryum22-Jun-05 7:11
bynaryum22-Jun-05 7:11 
GeneralRe: typedef struct in C# Pin
Dave Kreskowiak22-Jun-05 7:26
mveDave Kreskowiak22-Jun-05 7:26 
GeneralRe: typedef struct in C# Pin
S. Senthil Kumar22-Jun-05 7:52
S. Senthil Kumar22-Jun-05 7:52 
GeneralRe: typedef struct in C# Pin
bynaryum23-Jun-05 4:11
bynaryum23-Jun-05 4:11 
Generallate binding to Excel Chart Pin
Ariadne22-Jun-05 6:46
Ariadne22-Jun-05 6:46 
Hi, is there a way to read the names of the members of a late binding System.__ComObject?

I try to edit a Chart in Excel, but until now I get only the Charts-Object of Excel:
//Get the worksheets collection.<br />
objSheets_Late = objBook_Late.GetType().InvokeMember( "Worksheets",<br />
   BindingFlags.GetProperty, null, objBook_Late, null );<br />
objChart_Late =objBook_Late.GetType().InvokeMember("Charts", <br />
   BindingFlags.GetProperty, null, objBook_Late, null );

But I do not know, how to get the Objects like Axis and their properties.


Ariadne
Cancer Research Switzerland
GeneralMeasureString and HTML Pin
Mr. Rogers22-Jun-05 6:43
Mr. Rogers22-Jun-05 6:43 
GeneralRe: MeasureString and HTML Pin
Dave Kreskowiak22-Jun-05 7:19
mveDave Kreskowiak22-Jun-05 7:19 
GeneralRe: MeasureString and HTML Pin
Mr. Rogers22-Jun-05 7:56
Mr. Rogers22-Jun-05 7:56 
GeneralRe: MeasureString and HTML Pin
Dave Kreskowiak22-Jun-05 9:13
mveDave Kreskowiak22-Jun-05 9:13 
GeneralRe: MeasureString and HTML Pin
Mr. Rogers23-Jun-05 5:00
Mr. Rogers23-Jun-05 5:00 
GeneralRe: MeasureString and HTML Pin
Scott Serl22-Jun-05 10:07
Scott Serl22-Jun-05 10:07 
GeneralRe: MeasureString and HTML Pin
Mr. Rogers23-Jun-05 5:02
Mr. Rogers23-Jun-05 5:02 
Generali want to have form authentication Pin
fayaz ahamed22-Jun-05 6:29
fayaz ahamed22-Jun-05 6:29 
GeneralRe: i want to have form authentication Pin
Dave Kreskowiak22-Jun-05 7:17
mveDave Kreskowiak22-Jun-05 7:17 
GeneralRe: i want to have form authentication Pin
fayaz ahamed22-Jun-05 17:16
fayaz ahamed22-Jun-05 17:16 
GeneralRe: i want to have form authentication Pin
Dave Kreskowiak22-Jun-05 17:47
mveDave Kreskowiak22-Jun-05 17:47 
GeneralRefresh forms Pin
webhay22-Jun-05 6:19
webhay22-Jun-05 6:19 
GeneralRe: Refresh forms Pin
david cohoon22-Jun-05 6:54
david cohoon22-Jun-05 6:54 
Generalping in c# Pin
amarsumanth22-Jun-05 4:46
amarsumanth22-Jun-05 4:46 
GeneralRe: ping in c# Pin
Paul Brower22-Jun-05 5:35
Paul Brower22-Jun-05 5:35 
GeneralRe: ping in c# Pin
Jeff Martin22-Jun-05 10:56
Jeff Martin22-Jun-05 10:56 
GeneralRe: ping in c# Pin
amarsumanth24-Jun-05 5:08
amarsumanth24-Jun-05 5:08 

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.