Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: Replace a pattern in a an html file Pin
Dave Kreskowiak10-Jun-04 7:20
mveDave Kreskowiak10-Jun-04 7:20 
GeneralCF dataset help Pin
lukesmith9910-Jun-04 5:09
lukesmith9910-Jun-04 5:09 
GeneralRe: CF dataset help Pin
Dave Kreskowiak10-Jun-04 5:43
mveDave Kreskowiak10-Jun-04 5:43 
GeneralRe: CF dataset help Pin
lukesmith9910-Jun-04 7:42
lukesmith9910-Jun-04 7:42 
GeneralRe: CF dataset help Pin
Dave Kreskowiak10-Jun-04 8:12
mveDave Kreskowiak10-Jun-04 8:12 
GeneralRe: CF dataset help Pin
lukesmith9910-Jun-04 8:31
lukesmith9910-Jun-04 8:31 
Generalcustom errors on the server Pin
Judah Gabriel Himango10-Jun-04 4:16
sponsorJudah Gabriel Himango10-Jun-04 4:16 
GeneralRe: custom errors on the server Pin
Heath Stewart10-Jun-04 7:08
protectorHeath Stewart10-Jun-04 7:08 
GeneralRe: custom errors on the server Pin
Judah Gabriel Himango10-Jun-04 8:32
sponsorJudah Gabriel Himango10-Jun-04 8:32 
GeneralRe: custom errors on the server Pin
Heath Stewart10-Jun-04 9:56
protectorHeath Stewart10-Jun-04 9:56 
GeneralRe: custom errors on the server Pin
Judah Gabriel Himango10-Jun-04 10:09
sponsorJudah Gabriel Himango10-Jun-04 10:09 
GeneralRe: custom errors on the server Pin
Heath Stewart10-Jun-04 10:14
protectorHeath Stewart10-Jun-04 10:14 
GeneralRe: custom errors on the server Pin
Judah Gabriel Himango10-Jun-04 10:19
sponsorJudah Gabriel Himango10-Jun-04 10:19 
GeneralRe: custom errors on the server Pin
C LaMorticella27-Sep-04 8:31
C LaMorticella27-Sep-04 8:31 
GeneralForm Maximize Events Pin
BrianEllis10-Jun-04 4:07
BrianEllis10-Jun-04 4:07 
GeneralRe: Form Maximize Events Pin
Heath Stewart10-Jun-04 7:04
protectorHeath Stewart10-Jun-04 7:04 
GeneralGet instance that's calling the current method Pin
partyganger10-Jun-04 2:52
partyganger10-Jun-04 2:52 
Is it possible to get a reference to the object that is calling a method (maybe through something like Reflection)?

i.e. something like:

<br />
public class A<br />
{<br />
  private B b;<br />
<br />
  public A()<br />
  {<br />
    b.SomeMethod()<br />
  }<br />
}<br />
<br />
public class B<br />
{<br />
  public void SomeMethod()<br />
  {<br />
    if(callingInstance.Type == typeof(A)<br />
      //do domething<br />
  }<br />
}<br />

GeneralRe: Get instance that's calling the current method Pin
Heath Stewart10-Jun-04 4:09
protectorHeath Stewart10-Jun-04 4:09 
GeneralCheck if software is installed Pin
Peter Nirschl10-Jun-04 2:30
Peter Nirschl10-Jun-04 2:30 
GeneralRe: Check if software is installed Pin
Heath Stewart10-Jun-04 4:14
protectorHeath Stewart10-Jun-04 4:14 
GeneralRe: Check if software is installed Pin
Wackatronic10-Jun-04 4:47
Wackatronic10-Jun-04 4:47 
GeneralRe: Check if software is installed Pin
Heath Stewart10-Jun-04 6:58
protectorHeath Stewart10-Jun-04 6:58 
GeneralRe: Check if software is installed Pin
Wackatronic10-Jun-04 7:57
Wackatronic10-Jun-04 7:57 
GeneralRe: Check if software is installed Pin
Heath Stewart10-Jun-04 9:51
protectorHeath Stewart10-Jun-04 9:51 
GeneralRe: Check if software is installed Pin
Peter Nirschl11-Jun-04 22:23
Peter Nirschl11-Jun-04 22:23 

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.