ctype

  1. B

    Question Listbox, Objects, Inheritance and Polymorphism

    I wasn't quite sure how to label this but that should cover it all. I am using Linq to Sql classes to query a SQL Server table. That part is working fine. I'd like to add the records to a listbox and not just text. I can do this and it works. To get it to display something meaningful in the...
  2. S

    Question Convert string to syntax ?!?

    Hi every body I wonder if there is a Type that converts a string to a VB syntax to be read by the compiler. for example: Dim command1, command2, command3 As what??! Dim drv as DataSet.Datarow drv = CType(BindingSource.Current, DataRowView).Row drv.K01=...
Back
Top