Recent content by shasha960

  1. S

    how to run continuous loop in windows application without affecting the running application

    finally i found a solution for me. to create running watch in application, i) add a timer, and label in windows form ii) in form load, timer1 =new timer addhandler timer1_tick, Addressof timer1_tick Timer1.start() iii) Then double click timer label1.text=timerofday. this runs...
  2. S

    how to run continuous loop in windows application without affecting the running application

    i am developing a application like ATM. I need a continuous loop that run behind the screen which require authentication. but it should not affect the shown screen. which is the best way to do this. please suggest solution for this. i am waiting... thanks in advance.....................
  3. S

    View another comuter(connected via lan) screen on my computer without their knowledge

    i want to view another computer screen (which is connected in lan) on my computer. i used teamviewer . but it is done with the user knowledge. please recommend any software which can perform this.
  4. S

    Scroll back in dot matrix using dos command

    i am currently working in a windows form application(vb.net) on billing process(petrol bunk). i'm using dot matrix printer(TVS dot matrix msp series) in this. here the printing section is worked well. but the problem is after printing the bill the paper has to be scrolled back. i want to know...