Code:
lstMisc.Items.Add(MiscForm.intMisc1)
Code:
ElseIf intMisc1 = intGripTape And intMisc2 = intBearings Then
lstMisc.Items.Add(MiscForm.intMisc1)
ElseIf intMisc1 = intGripTape And intMisc2 = intBearings Then
e.SuppressKeyPess = true;
Meeting_Notes.SelectionStart = Meeting_Notes.Text.Length + 1
Criteria = "[WordNo] = '" & WordNo & "' AND [LanguageID] = '" & LanguageID & "'"
SELECT A.v_date FROM ( SELECT Convert(varchar(2),DATEPART(MONTH, regi_datetimein)) + '/' + Convert(varchar(2),DATEPART(DAY, regi_datetimein)) + '/' + Convert(varchar(4),DATEPART(year, regi_datetimein)) as v_date FROM [DB04_Visitors].[dbo].[T040200_REGISTRATION]
public static string DoubleString(string aString, int limit) { limit = aString.Length * limit; do { aString += aString; } while (aString.Length < limit);
DateTime birthDate = DateTime.Now.AddDays(-1095);
private void button1_Click(object sender, EventArgs e) { MessageBox.Show(DateTime.DaysInMonth(DateTime.Today.Year, DateTime.Today.Month).ToString()); }
For Each rButton In Controls.OfType(Of RadioButton)() If rButton.Checked = True Then MsgBox(rButton.Name & " is checked") End If Next
select top 100 * from
select top 100 sourceSystem_c,ShipViaCode from
Private Sub TextBox1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown If e.KeyCode = Keys.Enter Then MsgBox("Enter Key Pressed!") End If End Sub
Private Sub Form_Open(Cancel As Integer) Dim countLoginTries As Integer = 0 Dim totalLoginTries As Integer = 3 Do Dim password As String password = InputBox("Please enter the correct password."
Dim x As String = lstEbooks.Text.SubString(0, lstEbooks.Text.IndexOf(" "))
for (row = 0; row >= 10; row++)
Dim dataRow() As DataRow = AMSDataSet.tblITEquipment.Select("AssetTag like '%" & searchString & "%' and Active = 1", &
Leave a comment: