|
-
Sep 18th, 2005, 09:22 PM
#1
Thread Starter
New Member
Fundamental Programming Advice - "Parallel Tasks"
I have always been able to program simple "linear" code (ie. Step 1, Step 2, Step 3...) but have never been able to program anything that requires "parallel" tasks (ie. video games where one player moves up while another simultaneously moves down.) This type of programming was never really taught in my schooling.
I find "starting" an app in VB.NET doesn't help me because the initial "form" that you would create is essentially "static" unless you click something...but what if you wanted something to "run" in the background continuously while the form waiting for input?
Scenario: I have a form that inputs two fields into an array. The first field asks for a date/time and the second field asks for a message to display at that time. Now obviously I need another process in the background that will continuously "scan" the records in the array's first field list so that it can display the text when any of the date/times come up.
I have tried "starting" with a Module (VB.NET) as opposed to a blank Form and it will indeed "run" a process without a form needed...but now my problem is reversed...how do I call a form up while this is running so that the user can input information?
Any advice is appreciated. Thanks in advance...
ENV
mailto:[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|