Search results for query: *

  • Users: rebelme23
  • Content: Threads
  • Order by date
  1. R

    Question declare BindingSource component at run time with sql database

    I had made a simple app before in which there were two text fields and the BindingSource component was used to fill those fields with data on form load from ms sql server and eventually bind those fields with sql database. but now what i want is that the user tells the sql file name on run...
  2. R

    Question prob while trying to use MD5 for password

    Iam getting 3 :frown::frown::frown:errors while trying the below code for storing the password of registered user as md5 hash and performing hash check at time of login... please help me out.... thanks in advance !!! Option Strict On Imports System.IO Public Class LoginForm1 #Region...
Back
Top