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

mohmeh83

@mohmeh83
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • i need it as a prototype
    M mohmeh83

    waw.. I'm sorry X| X| X|

    C# help

  • Confirm message on successful validation
    M mohmeh83

    if(MessegeBOx.Show("Are you sure?",...,MessageBoxBottunYesNo) == DialogResult.YES) update(); else return;

    modified on Tuesday, May 5, 2009 3:28 AM

    C# csharp asp-net database help announcement

  • Confirm message on successful validation
    M mohmeh83

    if the useer click no whit action must be stopped?

    modified on Tuesday, May 5, 2009 3:29 AM

    C# csharp asp-net database help announcement

  • sql error
    M mohmeh83

    if what you say in currect you can use @"" string style: SqlCommand mySqlComm = new SqlCommand(); mySqlComm.CommandText = @" type your string here "; but I think your sql statement is incorrect. Copy your SqlCommandText and paste in in sql Query analyzer and test it. if it has not that error what you said it correct.

    C# database help question

  • i need it as a prototype
    M mohmeh83

    I think if you make a windows service and set's atatus to AUTOSTART, it's solve your problem. if your means from System start is "boot", you can make you exe file and write it's address into autoexec.bat file to run it when your system boot.

    C# help

  • Problem uninstalling win service
    M mohmeh83

    I think if you use "service" control in cs you can solve your problem.

    C# csharp visual-studio sysadmin testing debugging

  • Display image on Hover on a button in a winform
    M mohmeh83

    you can use a imageList and insert your images into it and on mouse events change button imageIndexes for example: mybutton.ImageIndex = 0;

    C# question learning
  • Login

  • Don't have an account? Register

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