Click here to Skip to main content
15,923,168 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Scan Bar Code in C# Pin
| Muhammad Waqas Butt |12-Oct-05 22:32
professional| Muhammad Waqas Butt |12-Oct-05 22:32 
GeneralRe: How to Scan Bar Code in C# Pin
Anonymous13-Oct-05 2:49
Anonymous13-Oct-05 2:49 
GeneralRe: How to Scan Bar Code in C# Pin
| Muhammad Waqas Butt |13-Oct-05 22:26
professional| Muhammad Waqas Butt |13-Oct-05 22:26 
Questiondatagrid dynamic data & formating Pin
12-Oct-05 4:17
suss12-Oct-05 4:17 
Questionhow to write / read image data to /from xml file Pin
Member 78161012-Oct-05 3:29
Member 78161012-Oct-05 3:29 
AnswerRe: how to write / read image data to /from xml file Pin
leppie12-Oct-05 4:19
leppie12-Oct-05 4:19 
QuestionLutz Roeder's .NET Reflector Pin
zaboboa12-Oct-05 1:58
zaboboa12-Oct-05 1:58 
AnswerRe: Lutz Roeder's .NET Reflector Pin
mav.northwind12-Oct-05 2:34
mav.northwind12-Oct-05 2:34 
Hi!
Here's the C# version of the code:
public static double IRR(ref double[] ValueArray, [Optional] double Guess /* = 0.1 */)
{
      double num5;
      double num6;
      int num11;
      try
      {
            num11 = ValueArray.GetUpperBound(0);
      }
      catch (Exception)
      {
            throw new ArgumentException(Utils.GetResourceString("Argument_InvalidValue1", "ValueArray"));
      }
... and so on...
}
Start Reflector, open the file Microsoft.VisualBasic.dll (that's the assembly IRR is contained in, just read the documentation on the function to retrieve this information).
Navigate to the class Microsoft.VisualBasic.Financial and there you'll find IRR. Double click the function to see the decompiler window.

Regards,
mav
GeneralRe: Lutz Roeder's .NET Reflector Pin
zaboboa12-Oct-05 3:10
zaboboa12-Oct-05 3:10 
GeneralRe: Lutz Roeder's .NET Reflector Pin
Dave Kreskowiak12-Oct-05 4:28
mveDave Kreskowiak12-Oct-05 4:28 
AnswerRe: Lutz Roeder's .NET Reflector Pin
leppie12-Oct-05 4:45
leppie12-Oct-05 4:45 
GeneralRe: Lutz Roeder's .NET Reflector Pin
zaboboa12-Oct-05 7:36
zaboboa12-Oct-05 7:36 
QuestionCan i check if a specific user has loged on? Pin
Anthony Mushrow12-Oct-05 1:48
professionalAnthony Mushrow12-Oct-05 1:48 
AnswerRe: Can i check if a specific user has loged on? Pin
David Stone12-Oct-05 6:53
sitebuilderDavid Stone12-Oct-05 6:53 
QuestionAtom table Pin
Sabry190512-Oct-05 1:38
Sabry190512-Oct-05 1:38 
AnswerRe: Atom table Pin
leppie12-Oct-05 4:28
leppie12-Oct-05 4:28 
GeneralRe: Atom table Pin
Andy Brummer12-Oct-05 12:06
sitebuilderAndy Brummer12-Oct-05 12:06 
AnswerRe: Atom table Pin
Sabry190512-Oct-05 21:06
Sabry190512-Oct-05 21:06 
Questionlosing focus totally after some.ShowDialog() Pin
FreeClimber11-Oct-05 23:20
FreeClimber11-Oct-05 23:20 
QuestionSlow speed on second query Pin
AesopTurtle11-Oct-05 23:03
AesopTurtle11-Oct-05 23:03 
QuestionDynamic images in imagelist-Urgent!!!!!!!!!!!!!! Pin
tanishq151011-Oct-05 22:04
tanishq151011-Oct-05 22:04 
AnswerRe: Dynamic images in imagelist-Urgent!!!!!!!!!!!!!! Pin
David Stone12-Oct-05 7:06
sitebuilderDavid Stone12-Oct-05 7:06 
GeneralRe: Dynamic images in imagelist-Urgent!!!!!!!!!!!!!! Pin
Anonymous12-Oct-05 20:11
Anonymous12-Oct-05 20:11 
GeneralRe: Dynamic images in imagelist-Urgent!!!!!!!!!!!!!! Pin
tanishq151012-Oct-05 20:39
tanishq151012-Oct-05 20:39 
AnswerSolution : Dynamic images in imagelist-Urgent!!!!!!!!!!!!!! Pin
tanishq151013-Oct-05 5:09
tanishq151013-Oct-05 5:09 

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.