Jump to content
Xtreme .Net Talk

miwaypro

Avatar/Signature
  • Posts

    36
  • Joined

  • Last visited

Everything posted by miwaypro

  1. can someone tell me what is the correct syntax for the following statement? Dim Parm3 As SqlParameter = .SelectCommand.Parameters.Add("@movedate", SqlDbType.DateTime.DateTime.Format("dd/mm/yyyy"))
  2. I'm no able to connect to the db what's wrong with the following connection string? myConnectionString = "server=GTT-PC-LIHUANG;Database=master;user id=sa;password=;"
  3. Can u pls use the VB Quote to make me able to solve ur problem easily
  4. Is any web sites provide VB.Net sample code?
  5. can someone tell me how to load picture from the hard disk to the VB .NET?
  6. ok thanks
  7. Can u pls tell me how?
  8. Imports System.windows.forms 'namespace ccontaining msgBox Module Module1 Sub Main() End Sub End Module Error still occur :confused: what shold i do :confused:
  9. Imports System.Windows.Forms 'namespace ccontaining msgBox Can someone tell me that y the code above is invalid?:confused:
  10. y my output is just display for 1 second only and then disappear? what should i do to make the screen appear on my screen and only disappear when i click at one of the key from the keyboard?
  11. VB: -------------------------------------------------------------------------------- Module modFirst Sub main() Console.WriteLine("Welcome to .NET") End Sub End Module -------------------------------------------------------------------------------- Error message Quote: -------------------------------------------------------------------------------- 'Sub Main' was not found in 'ConsoleApplication2.Module1'. -------------------------------------------------------------------------------- Can someone tell me what's wrong with my code?
×
×
  • Create New...