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
G

geossl

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

Posts

Recent Best Controversial

  • In MySQL, get back the autogen primary key using adapter after insert (adapter update)?
    G geossl

    When inserting record in MySQL using dataadpater, the primary key is not availabe after adpater.update. The key is autogen key How to get the back the primary key? OnRowupdateEvent?

    C# mysql tutorial question announcement

  • Digital signature in browser using asp.net (IE)
    G geossl

    Dear All, I can send the hash of a pdf file to the browser in asp.net using hidden field. However, how can I sign this digest data in the browser? Using Capicom or .NET framework? or ActiveX?

    ASP.NET cryptography question csharp asp-net dotnet

  • TryEnter always return true in Timer Event
    G geossl

    Dear All, That's strange that when I use TryEnter in Timer event which triggers every 1 sec, the TryEnter() always returns true. Why there is such an error? public partial class Form1 : Form { private object BlockingObj = new object(); private void timer1_Tick(object sender, EventArgs e) { bool ret = System.Threading.Monitor.TryEnter(BlockingObj, 1); if (ret){ try { DialogResult result = MessageBox.Show("test", "", MessageBoxButtons.OKCancel, MessageBoxIcon.Question); } finally { System.Threading.Monitor.Exit(BlockingObj); } } } }

    C# question help
  • Login

  • Don't have an account? Register

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