Search results for query: *

  • Users: the_wayman
  • Content: Threads
  • Order by date
  1. T

    Question LINQ data reading error

    On the Line :Next: it gives Unable to cast object of type 'System.Int32' to type 'System.String' I am new to linq lvTask is a list view component lvTaskDate,lvTaskName r columns Dim tasks = From tk In DB.xTasks _ Where tk.DF = False And tk.EmployeeKey = CurrentUser.EmployeeKey...
  2. T

    Question Form Loading problem!!!!

    This a code to load a form as a child form in a mdiparent form every thing works fine. but when i try load a already loaded form it gives an error Cannot access a disposed object. Object name: '<Form Name>'. Here is the code.... Private Sub LoadPage(ByVal formToLoad As Form, ByVal Icon As...
Back
Top