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
M

mvdcorput

@mvdcorput
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Determining if given DateTime is older than a Hour
    M mvdcorput

    You can also subtract dates:

    If (RetrievedDate.Subtract(Now).TotalHours >= 1) Then
    End If

    Visual Basic question

  • VB.Net syntax.
    M mvdcorput

    This is a nice online code conversion tool voor VB.NET/C# : http://www.developerfusion.com/tools/convert/csharp-to-vb/

    Visual Basic csharp question

  • How to match between two images?
    M mvdcorput

    You could also use the checksum of the images and compare those. Here's an article on how to get the checksum of a file: http://vbdotnetforum.com/index.php?/topic/407-get-md5-of-file/

    M. van der Corput

    Visual Basic regex 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