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
O

OR0N

@OR0N
About
Posts
10
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [Solution] .NET Clipboard object always acts like clipboard is empty when it isn't
    O OR0N

    ThreadPool threads don't have a message loop. Intended behavior.

    Clever Code help csharp security question

  • What's an easy way to add Keys programatically?
    O OR0N

    You want to use the Enum.Parse static method public static object Parse( Type enumType, string value, bool ignoreCase ); Applying this method to your example goes like this: key = (Keys)Enum.Parse(typeof(Keys), input, true); Don't forget to sanitize the input value.

    C# help tutorial question

  • File.GetCreationTime
    O OR0N

    There's not much you can do. Even totally stupid noob can change their system time, so your best chance is storing a file on a clients machine with some kind of time-mark. Some sorta hidden system file stored somewhere deeeeep containing time-mark acquired from the internets is the best way I can think off right now.

    C# c++ architecture help question announcement

  • Finding Memory Leaks
    O OR0N

    Try .Net Profiler. http://www.microsoft.com/downloads/details.aspx?FamilyID=a362781c-3870-43be-8926-862b40aa0cd0

    C# csharp performance question

  • File.GetCreationTime
    O OR0N

    They may have caught a virus joggling with their system time. .Net BCL wraps the standard Win32 routines for I/O so this error shouldn't really be .Net specific.

    C# c++ architecture help question announcement

  • Lazy initialization of a singleton
    O OR0N

    And 'sealed' means that the class cannot be inherted/destroys the 'virtuality' of a member variable/method, it has nothing to do with ctor accessibility.

    Clever Code csharp html asp-net com sysadmin

  • CIL - parsing the call instruction
    O OR0N

    try (returns MethodBase) someModule.ResolveMethod( descriptor );

    .NET (Core and Framework) json tutorial

  • Horror from an article in CP
    O OR0N

    No. Elaborate.

    The Weird and The Wonderful question

  • Classic
    O OR0N

    A rumour has it that it always can be worse :)

    The Weird and The Wonderful csharp

  • Classic
    O OR0N

    Testing if the number is even with modulus is the real horror .. :P

    The Weird and The Wonderful csharp
  • Login

  • Don't have an account? Register

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