Click here to Skip to main content
15,904,822 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Application Pin
dbongs20-Apr-11 23:40
dbongs20-Apr-11 23:40 
GeneralRe: Windows Application Pin
Pete O'Hanlon21-Apr-11 9:57
mvePete O'Hanlon21-Apr-11 9:57 
AnswerRe: Windows Application Pin
wizardzz21-Apr-11 6:27
wizardzz21-Apr-11 6:27 
QuestionHow to add application name in context menu. Pin
sarang_k20-Apr-11 21:00
sarang_k20-Apr-11 21:00 
AnswerRe: How to add application name in context menu. Pin
Mycroft Holmes20-Apr-11 22:20
professionalMycroft Holmes20-Apr-11 22:20 
GeneralRe: How to add application name in context menu. Pin
BobJanova20-Apr-11 23:18
BobJanova20-Apr-11 23:18 
AnswerRe: How to add application name in context menu. Pin
BobJanova20-Apr-11 23:28
BobJanova20-Apr-11 23:28 
Questionhow to deploy the C# application on the linux platform Pin
scoket20-Apr-11 18:19
scoket20-Apr-11 18:19 
AnswerRe: how to deploy the C# application on the linux platform Pin
GlobX20-Apr-11 19:56
GlobX20-Apr-11 19:56 
AnswerRe: how to deploy the C# application on the linux platform Pin
John-ph20-Apr-11 20:35
John-ph20-Apr-11 20:35 
GeneralRe: how to deploy the C# application on the linux platform Pin
scoket20-Apr-11 20:38
scoket20-Apr-11 20:38 
QuestionSome Questions for LINQ ? Pin
Honeyboy_2020-Apr-11 13:13
Honeyboy_2020-Apr-11 13:13 
AnswerRe: Some Questions for LINQ ? Pin
Peter_in_278020-Apr-11 14:39
professionalPeter_in_278020-Apr-11 14:39 
AnswerRe: Some Questions for LINQ ? Pin
Prasanta_Prince20-Apr-11 21:42
Prasanta_Prince20-Apr-11 21:42 
Questionusing matlab fuzzy logic in c sharp Pin
Abou taleb20-Apr-11 11:35
Abou taleb20-Apr-11 11:35 
AnswerRe: using matlab fuzzy logic in c sharp Pin
BobJanova20-Apr-11 23:30
BobJanova20-Apr-11 23:30 
Questionhow to open all *.xml files on my computer by my C# program ? Pin
Gali197820-Apr-11 9:58
Gali197820-Apr-11 9:58 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
#realJSOP20-Apr-11 10:04
professional#realJSOP20-Apr-11 10:04 
GeneralRe: how to open all *.xml files on my computer by my C# program ? Pin
DaveyM6920-Apr-11 10:47
professionalDaveyM6920-Apr-11 10:47 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
Tarakeshwar Reddy20-Apr-11 12:33
professionalTarakeshwar Reddy20-Apr-11 12:33 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
Prasanta_Prince20-Apr-11 21:35
Prasanta_Prince20-Apr-11 21:35 
QuestionHow do I go about recording a playlist to stream to a large mp3? Pin
roman_s20-Apr-11 8:50
roman_s20-Apr-11 8:50 
QuestionAnyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM20-Apr-11 6:27
DaleDaleM20-Apr-11 6:27 
I am running an application after my .NET solution is built to check for uniqueness of a parameter to a common method call in my solution.
What I want that application to do is step through the code looking for the method call, then inspect 1 parameter of the method call to ensure it has a unique value from all other invocations of that method.

Ex.

class TheClassThatContainsTheMethod
{
public void TheMethod(int iSomeValue)
{
...
}
}

I want to check all the places in code that invoke TheMethod(), inspect the value of iSomeValue and determine whether or not it is unique from all other TheMethod() invocations.

Note: Literal numbers will be passed into TheMethod(), not variables. So, I will know the value at compile time.

Anyone know if this possible and, if so, a rough outline of how to pull if off in C#?
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
Not Active20-Apr-11 6:36
mentorNot Active20-Apr-11 6:36 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
SledgeHammer0120-Apr-11 7:48
SledgeHammer0120-Apr-11 7:48 

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.