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
B

Bil l

@Bil l
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Auto reconnect to MySql when connection is lost after period of inactivity
    B Bil l

    Hi, I have a c# application that uses a MySql database, the problem that after a period of inactivity (8 hours) or when connection to the server where database is host is lost, the connection to the database is closed and database queries cannot be executed. how can i enable the auto reconnect to the database. Best regards.

    Keep it simple, stupid!

    Database csharp database mysql sysadmin help

  • In which cases SetForegroundWindow return false
    B Bil l

    Hi, I need to know when SetForegroundWindow return false because i try to set a form to the front using this code :

       form.TopMost = true;
            form.BringToFront(); 
            bool focused = SetForegroundWindow(form.Handle);
            if (!focused)
                SwitchToThisWindow(form.Handle, true);
            form.TopMost = false;
    

    the form is showen but without having the focus. best regards.

    Keep it simple, stupid!

    C#

  • ERP for small business? [modified]
    B Bil l

    Try Compiere, but it's based on java

    Keep it simple, stupid!

    The Lounge csharp com business 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