Search results for query: *

  1. D

    Question How to create database backup?

    Hi Guys, can you help me out on creating a MySQL database backup through VB.NET coding? I want it to have a button for backup and restore for the convenience of the user. thanks in advance:):tears_of_joy:
  2. D

    Question Datetimepicker Time value comparison

    thanks for the reply. i think i've already resolved the problem. i have tried to rewrite everything, and it already worked.:biggrin:
  3. D

    Question Datetimepicker Time value comparison

    Hi, im trying to compare time value of to two datetimepickers, i tried to use dt_Start.Value.TimeOfDay > dt_End.Value.TimeOfDay but it doesn't work. btw, i trying to make a scheduler. here are some of my codes: Dim strUpdate As String If dt_Start.Value.Date > dt_End.Value.Date Then...
Back
Top