Hello folks,
The transition from VB.Net 2005 to C# 2005 is not always a smooth proccess, even though the synthax is almost identical in some cases. The code below exemplifies a MS Access Database Backup routine Im trying to tranlsate to C# 2005:
---------------------------------------------------------------------------------------------------------
The transition from VB.Net 2005 to C# 2005 is not always a smooth proccess, even though the synthax is almost identical in some cases. The code below exemplifies a MS Access Database Backup routine Im trying to tranlsate to C# 2005:
---------------------------------------------------------------------------------------------------------
Code:
Private Sub BackupToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BackupToolStripMenuItem.Click
Dim Time As String = Format(Now, " dddd dd-MM-yyyy
Last edited by a moderator: