waw.. I'm sorry X| X| X|
mohmeh83
Posts
-
i need it as a prototype -
Confirm message on successful validationif(MessegeBOx.Show("Are you sure?",...,MessageBoxBottunYesNo) == DialogResult.YES) update(); else return;
modified on Tuesday, May 5, 2009 3:28 AM
-
Confirm message on successful validationif the useer click no whit action must be stopped?
modified on Tuesday, May 5, 2009 3:29 AM
-
sql errorif 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.
-
i need it as a prototypeI 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.
-
Problem uninstalling win serviceI think if you use "service" control in cs you can solve your problem.
-
Display image on Hover on a button in a winformyou can use a imageList and insert your images into it and on mouse events change button imageIndexes for example: mybutton.ImageIndex = 0;