Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
Questionanalog clock Pin
Jassim Rahma16-Jun-10 5:05
Jassim Rahma16-Jun-10 5:05 
AnswerRe: analog clock Pin
Johnny J.16-Jun-10 5:10
professionalJohnny J.16-Jun-10 5:10 
GeneralRe: analog clock Pin
Jassim Rahma16-Jun-10 5:53
Jassim Rahma16-Jun-10 5:53 
GeneralRe: analog clock Pin
Johnny J.16-Jun-10 6:06
professionalJohnny J.16-Jun-10 6:06 
QuestionURGENT HELP PLZ: many erros!!! Pin
Jassim Rahma16-Jun-10 4:06
Jassim Rahma16-Jun-10 4:06 
AnswerRe: URGENT HELP PLZ: many erros!!! Pin
harold aptroot16-Jun-10 4:13
harold aptroot16-Jun-10 4:13 
AnswerRe: URGENT HELP PLZ: many erros!!! Pin
Luc Pattyn16-Jun-10 4:16
sitebuilderLuc Pattyn16-Jun-10 4:16 
AnswerRe: URGENT HELP PLZ: many erros!!! Pin
Abhinav S16-Jun-10 4:20
Abhinav S16-Jun-10 4:20 
Other than comments, looks like you have removed some code from the following section -

catch (Exception exp)
 {
     MessageBox.Show("Error updating smartcard data!!" + Environment.NewLine + exp.Message + Environment.NewLine + "Please try again or enter data manually", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
     public_var.create_event("System", "Error updating smartcard data!!", exp, EventLogEntryType.Error, 1000, true);
     return;
 }
 finally
 {
     if (sql_reader != null) sql_reader.Close();
     if (sql_connection != null)
     {
         if (sql_connection.State == ConnectionState.Open)
             sql_connection.Close();
     }
 }


 lblReadSmartCard.Visible = false;
 lblReadSmartCard.Refresh();

 progressReadSmartCard.Visible = false;
 progressReadSmartCard.Refresh();

My signature "sucks" today

QuestionDirectshow problem Pin
TimSWatson16-Jun-10 3:32
TimSWatson16-Jun-10 3:32 
AnswerRe: Directshow problem Pin
TheyCallMeMrJames16-Jun-10 4:37
TheyCallMeMrJames16-Jun-10 4:37 
GeneralRe: Directshow problem Pin
Eduard Keilholz16-Jun-10 4:51
Eduard Keilholz16-Jun-10 4:51 
QuestionOwnerDrawn TabControl behaving differently in Design Mode [modified] [solved] Pin
TheFoZ16-Jun-10 3:11
TheFoZ16-Jun-10 3:11 
AnswerRe: OwnerDrawn TabControl behaving differently in Design Mode Pin
Johnny J.16-Jun-10 3:49
professionalJohnny J.16-Jun-10 3:49 
GeneralRe: OwnerDrawn TabControl behaving differently in Design Mode Pin
TheFoZ16-Jun-10 4:32
TheFoZ16-Jun-10 4:32 
AnswerRe: OwnerDrawn TabControl behaving differently in Design Mode - solution Pin
TheFoZ16-Jun-10 5:51
TheFoZ16-Jun-10 5:51 
Questioncombobox inside datagridview Pin
Rajee Maharjan16-Jun-10 1:40
Rajee Maharjan16-Jun-10 1:40 
QuestionSerializing a Collection - Inheritance problem Pin
lukeer16-Jun-10 1:39
lukeer16-Jun-10 1:39 
AnswerRe: Serializing a Collection - Inheritance problem Pin
riced16-Jun-10 3:05
riced16-Jun-10 3:05 
AnswerRe: Serializing a Collection - Inheritance problem Pin
Pete O'Hanlon16-Jun-10 3:07
mvePete O'Hanlon16-Jun-10 3:07 
GeneralRe: Serializing a Collection - Inheritance problem Pin
lukeer16-Jun-10 4:09
lukeer16-Jun-10 4:09 
AnswerRe: Serializing a Collection - Inheritance problem Pin
Rob Graham19-Jun-10 3:21
Rob Graham19-Jun-10 3:21 
QuestionPrinting Quality Image Vs Text Pin
Anubhava Dimri16-Jun-10 0:05
Anubhava Dimri16-Jun-10 0:05 
AnswerRe: Printing Quality Image Vs Text Pin
Nuri Ismail16-Jun-10 0:26
Nuri Ismail16-Jun-10 0:26 
GeneralRe: Printing Quality Image Vs Text Pin
Anubhava Dimri17-Jun-10 20:09
Anubhava Dimri17-Jun-10 20:09 
AnswerRe: Printing Quality Image Vs Text Pin
Luc Pattyn16-Jun-10 2:25
sitebuilderLuc Pattyn16-Jun-10 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.