Search results for query: *

  • Users: DennisH
  • Content: Threads
  • Order by date
  1. D

    Import Excel UserForm

    I have some Excel UserForms that I developed for an application in Excel. Now I want to port the application to a VB.Net program but do not want to have to re-design all of the forms. How can I import a Userform that I designed with Active X controls into a VB.Net application?
  2. D

    Event Handler Exists?

    I add an event handler in my code for a user control depending on the specific operation that is requested: AddHandler myEvent, Addressof Handle_MyEvent When the control is disposed of, I want to remove the event handler only if it was added in the first place using: If "the handler exists"...
  3. D

    Question DataTable Column of Type DateTime

    I have created a DataTable "dTable" and am trying to add a column of type DataTime then add a row with the DateTime column set to Jan 1, 2012. I have added several other columns of various types then added a row with the columns filled in. However, whenever I try to add a row with the DateTime...
Back
Top