Xref: utzoo comp.windows.ms.programmer:1427 comp.windows.ms:10501 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!chaph.usc.edu!aludra.usc.edu!syau From: syau@aludra.usc.edu (Shu-Jye Syau) Newsgroups: comp.windows.ms.programmer,comp.windows.ms Subject: Interrupt & Multitask in Win3 Message-ID: <15937@chaph.usc.edu> Date: 19 Mar 91 07:33:10 GMT Sender: news@chaph.usc.edu Followup-To: comp.windows.ms.programmer Organization: University of Southern California, Los Angeles, CA Lines: 17 Nntp-Posting-Host: aludra.usc.edu Originator: syau@aludra.usc.edu Hi : I am doing a project using Win3 , need help in interrupt and multitasking . I have a voice card (I designed it) , when digital data comes in port addr 278h , it interrupt window to accept the data and store in file . What should I do in Window ? When I playing digital data to DAC , Maybe I want "stop" , is this a multitasking events ? How should I do in Windows ? I mean , if I click a button "play" , while playing , will it stop playing if I click a "stop" button ? Any help will be appreciated . scott .