Search results for query: *

  • Users: madgoose
  • Content: Threads
  • Order by date
  1. M

    Question Datagridview with masked edit box

    I am completely unable to make work the datagridview using maskededit. dgv1.Columns("BudgetDate").DefaultCellStyle.Format = "$#.00" In above example I am getting error - "Object reference not set to an instance of an object." Suggested by error to use new keyword. I've tried several...
  2. M

    Question databinding question - standards

    I've read this thread which led to some confusion. http://www.vbdotnetforums.com/database-general-discussion/35888-textbox-databinding-better.html I have a series of text boxes, and a datagridview. The user will click on the item they choose to view which will populate the text boxes...
  3. M

    Resolved xml element string attribute

    Need to create this in xml. <username name="first.last"> <email>first.last@mailserver.com</email> </username> My question is how to write this line of the xml. <username name="first.last"> Sample output <username d2p1:name="" xmlns:d2p1="james.ceklosky"> <email>james.ceklosky@siemens.com...
Back
Top