Click here to Skip to main content
15,924,318 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questioncan we use .net dlls in win32 applications Pin
abyclassic8-Jan-06 18:02
abyclassic8-Jan-06 18:02 
AnswerRe: can we use .net dlls in win32 applications Pin
S. Senthil Kumar8-Jan-06 21:09
S. Senthil Kumar8-Jan-06 21:09 
GeneralRe: can we use .net dlls in win32 applications Pin
Nish Nishant9-Jan-06 5:43
sitebuilderNish Nishant9-Jan-06 5:43 
GeneralRe: can we use .net dlls in win32 applications Pin
S. Senthil Kumar9-Jan-06 5:52
S. Senthil Kumar9-Jan-06 5:52 
QuestionQuestion about System.Transactions C# 2.0 Pin
CalvinWang7-Jan-06 15:47
CalvinWang7-Jan-06 15:47 
AnswerRe: Question about System.Transactions C# 2.0 Pin
Maze7-Jan-06 23:31
Maze7-Jan-06 23:31 
QuestionCaller Function Reference Pin
Sameers Javed7-Jan-06 13:53
Sameers Javed7-Jan-06 13:53 
AnswerRe: Caller Function Reference Pin
Guffa7-Jan-06 22:23
Guffa7-Jan-06 22:23 
Normally, a method shouldn't be bothered with things like which method is calling it. Why do you think that you need that?

The information is in the call stack. One method of getting that is to throw an exception and catch it, then you get an exception object that contains an analysis of the call stack. Not a very efficient method, though.

---
b { font-weight: normal; }


-- modified at 4:23 Sunday 8th January, 2006
AnswerRe: Caller Function Reference Pin
S. Senthil Kumar8-Jan-06 2:49
S. Senthil Kumar8-Jan-06 2:49 
GeneralRe: Caller Function Reference Pin
Sameers Javed8-Jan-06 10:25
Sameers Javed8-Jan-06 10:25 
QuestionCustomising the DataGrid Pin
_slav_7-Jan-06 10:15
_slav_7-Jan-06 10:15 
AnswerRe: Customising the DataGrid Pin
Christian Graus8-Jan-06 10:35
protectorChristian Graus8-Jan-06 10:35 
QuestionWM_SYSCOMMAND handler Pin
Ravi Bhavnani7-Jan-06 5:56
professionalRavi Bhavnani7-Jan-06 5:56 
AnswerRe: WM_SYSCOMMAND handler Pin
Dave Kreskowiak7-Jan-06 6:46
mveDave Kreskowiak7-Jan-06 6:46 
GeneralRe: WM_SYSCOMMAND handler Pin
Ravi Bhavnani7-Jan-06 7:54
professionalRavi Bhavnani7-Jan-06 7:54 
QuestionMakeFile Pin
Maze7-Jan-06 0:22
Maze7-Jan-06 0:22 
QuestionDataGrid Pin
sood_is_in6-Jan-06 19:46
sood_is_in6-Jan-06 19:46 
AnswerRe: DataGrid Pin
Dave Kreskowiak7-Jan-06 5:51
mveDave Kreskowiak7-Jan-06 5:51 
GeneralRe: DataGrid Pin
sood_is_in17-Jan-06 22:49
sood_is_in17-Jan-06 22:49 
GeneralRe: DataGrid Pin
Dave Kreskowiak18-Jan-06 2:32
mveDave Kreskowiak18-Jan-06 2:32 
QuestionPublic Event Handlers Pin
Leslie Sanford6-Jan-06 13:00
Leslie Sanford6-Jan-06 13:00 
AnswerRe: Public Event Handlers Pin
Dave Kreskowiak6-Jan-06 13:19
mveDave Kreskowiak6-Jan-06 13:19 
GeneralRe: Public Event Handlers Pin
Leslie Sanford7-Jan-06 9:47
Leslie Sanford7-Jan-06 9:47 
QuestionSorting Files in .NET Pin
mightypile6-Jan-06 7:39
mightypile6-Jan-06 7:39 
AnswerRe: Sorting Files in .NET Pin
Dave Kreskowiak6-Jan-06 8:50
mveDave Kreskowiak6-Jan-06 8:50 

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.