Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Johannes Hansen

@Johannes Hansen
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Do you know any money / multi-currency api for .NET?
    J Johannes Hansen

    Well I would be VERY happy if I could get an API that supports currency operations according to local rules and regulations. For instance, it should use "Argentina Rounding" and 2 decimal precision if you are making operations in an Argentina culture and the operations should follow the other rules and regulations that apply to Argentina. But I could settle for less. ;) Maybe I could settle for an API that implements various rounding schemes. Swiss rounding, Argentina rounding, bankers rounding etc. :) The currency precision is already available in the framework today using the CultureInfo class although I'm not sure which standard it follows. Kind regards, Johannes Hansen frontAvenue A/S PS: I loved your articles on image manipulation in C#... Very cool!

    .NET (Core and Framework) csharp json question

  • Do you know any money / multi-currency api for .NET?
    J Johannes Hansen

    Hi all. I'm in the desperate need for a robust multi-currency API for .NET. It should follow the current rules and regulations for monetary operations and multi-currency apps. So if you know of any API's that resemble that please let me know asap... Kind regards, Johannes Hansen frontAvenue A/S

    .NET (Core and Framework) csharp json question

  • I'm looking for resources on financial problems and their solutions in .NET 1.1
    J Johannes Hansen

    Hi I'm looking for ANY resources on financial problems and their solutions in .NET 1.1. Especially various multi currency and rounding issues. If you know ANY resource be it web, book, event or course please tell me about it. Thanks in advance! Kind regards, Johannes Hansen frontAvenue A/S -- modified at 7:47 Friday 6th January, 2006

    C# learning csharp

  • About Shaped forms in vb.NET
    J Johannes Hansen

    Whoops regionPath is actually the variable Path of the type GraphicsPath... Sorry! ;)

    Keep experimenting! - Johannes Hansen

    Visual Basic csharp com tutorial question

  • About Shaped forms in vb.NET
    J Johannes Hansen

    This code will generate a rectangle(200x200) with rounded corners... Dim Path As New GraphicsPath Path.AddArc(0, 0, 40, 40, 180, 90) Path.AddArc(160, 0, 40, 40, -90, 90) Path.AddArc(160, 160, 40, 40, 0, 90) Path.AddArc(0, 160, 40, 40, 90, 90) Me.Region = New Region(regionPath)

    Keep experimenting! - Johannes Hansen

    Visual Basic csharp com tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups