vb net

  1. manny cash

    Question datetimepick gets the date format and places it in a textbox

    This little code does not transfer the date to my text box, something is missing, or any declaration, or something wrong like that? Please, I need a hand. I need to format the date. Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) txtAppoDate.Text =...
  2. K

    Creating Windows Applications in VB Net

    Hullo, Re-installed Visual Basic Net. Tried to create a VB Windows Forms application using the default Net 3.1. It required a Main() Sub, contrary to what the Microsoft documentation says. I have never had to do this, so I tried to create a new application using Net 5.0. The Form1 displayed...
  3. zero_sequence

    Mysql, crystal reports XI

    Hi to all, i am trying to set the logon data for crystal reports that i have created. in crystal report builder i manage to connect to mysql by the jdbc driver downloaded from the official site of mysql. but i want to change the ip of the mysql database ex instead of 127.0.0.1 a want to...
Back
Top