Search results for query: *

  1. Q

    date interval problems

    Good day.. How do i computer date intervals. For example, i want to get the year and month interval between between 05/08/2002 and todays date.. so i used datediff(dateinterval.year,d1,d2) and datediff(dateinterval.month,d1,d2). The year interval returned is correct, however the month...
  2. Q

    deloyment error in crystal reports in visual basic.net

    Good day. I have a program that has a report viewer and as the user clicks the button, the report will be viewed from there. The report is created in Crystal Reports.Net. After which i created a setup package using the built in setup and package wizard in visual studio.net 2003, of which is my...
  3. Q

    disable the CTRL ALT DELETE key in visual basic.net

    Good day. I'm creating a simple form that could capture keystrokes. How can i capture CTRL-ALT-DELETE key when pressed together so as not to go to the task manager, in short I want to disable any function when the three keys is pressed. I tried to use the keydown event , detecting the three...
Back
Top