Click here to Skip to main content
15,893,814 members
Home / Discussions / C#
   

C#

 
GeneralRe: any API to make flash file conversion? Pin
Lev Danielyan10-Dec-08 2:28
Lev Danielyan10-Dec-08 2:28 
GeneralRe: any API to make flash file conversion? Pin
George_George10-Dec-08 2:38
George_George10-Dec-08 2:38 
GeneralRe: any API to make flash file conversion? Pin
George_George10-Dec-08 2:51
George_George10-Dec-08 2:51 
GeneralRe: any API to make flash file conversion? Pin
Lev Danielyan10-Dec-08 3:19
Lev Danielyan10-Dec-08 3:19 
GeneralRe: any API to make flash file conversion? Pin
George_George11-Dec-08 1:59
George_George11-Dec-08 1:59 
GeneralRe: any API to make flash file conversion? Pin
Lev Danielyan11-Dec-08 2:03
Lev Danielyan11-Dec-08 2:03 
QuestionHow can i?? Pin
hotthoughtguy10-Dec-08 1:35
hotthoughtguy10-Dec-08 1:35 
AnswerRe: How can i?? Pin
SeMartens10-Dec-08 1:45
SeMartens10-Dec-08 1:45 
Hi
you could use reflection. This would be in the child class.

<br />
  public string GetParentClassName() {<br />
     return this.GetType().BaseType.Name;<br />
  }<br />


Hmm, the child itself is an object of the parent class. Don't know exactly what you mean with this.

Regards
Sebastian

It's not a bug, it's a feature!

Me in Softwareland.

AnswerRe: How can i?? Pin
Lev Danielyan10-Dec-08 1:51
Lev Danielyan10-Dec-08 1:51 
GeneralRe: How can i?? Pin
hotthoughtguy10-Dec-08 2:14
hotthoughtguy10-Dec-08 2:14 
AnswerRe: How can i?? Pin
Nissim Salomon10-Dec-08 2:28
Nissim Salomon10-Dec-08 2:28 
QuestionLimiting the number of lines in a TextBox Pin
Dewald10-Dec-08 1:20
Dewald10-Dec-08 1:20 
AnswerRe: Limiting the number of lines in a TextBox Pin
Lev Danielyan10-Dec-08 2:01
Lev Danielyan10-Dec-08 2:01 
GeneralRe: Limiting the number of lines in a TextBox Pin
Luc Pattyn10-Dec-08 2:02
sitebuilderLuc Pattyn10-Dec-08 2:02 
GeneralRe: Limiting the number of lines in a TextBox Pin
Lev Danielyan10-Dec-08 2:05
Lev Danielyan10-Dec-08 2:05 
GeneralRe: Limiting the number of lines in a TextBox Pin
Dewald10-Dec-08 2:23
Dewald10-Dec-08 2:23 
GeneralRe: Limiting the number of lines in a TextBox Pin
Luc Pattyn10-Dec-08 2:28
sitebuilderLuc Pattyn10-Dec-08 2:28 
QuestionC# windows form data grid view issue Pin
AndieDu10-Dec-08 0:59
AndieDu10-Dec-08 0:59 
AnswerRe: C# windows form data grid view issue Pin
SeMartens10-Dec-08 3:12
SeMartens10-Dec-08 3:12 
GeneralRe: C# windows form data grid view issue Pin
AndieDu10-Dec-08 12:42
AndieDu10-Dec-08 12:42 
GeneralRe: C# windows form data grid view issue Pin
SeMartens10-Dec-08 21:14
SeMartens10-Dec-08 21:14 
QuestionDisplay file and folders from computer in treeview with checkbox Pin
kavitaBC9-Dec-08 23:31
kavitaBC9-Dec-08 23:31 
AnswerRe: Display file and folders from computer in treeview with checkbox Pin
N a v a n e e t h9-Dec-08 23:35
N a v a n e e t h9-Dec-08 23:35 
AnswerRe: Display file and folders from computer in treeview with checkbox Pin
Teuz9-Dec-08 23:42
Teuz9-Dec-08 23:42 
QuestionFocus of listview on Vista Pin
Teuz9-Dec-08 23:12
Teuz9-Dec-08 23:12 

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.