The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: thebofh on February 02, 2006, 07:30:31 PM

Title: Multiple Windows on Desktop Each Having Their Own Process
Post by: thebofh on February 02, 2006, 07:30:31 PM
Could someone shed some light on this for me.  I am relatively new to assembly programming.  I want to create 4 windows on the desktop that each have their own thread.  I am trying to create a utility for network monitoring.  I would like to use EasyCode to do this.  Any help on how to do this under EasyCode in the visual mode would really be appreciated.  Thanks.
Title: Re: Multiple Windows on Desktop Each Having Their Own Process
Post by: Ramon Sala on February 03, 2006, 08:26:09 AM
Hi thebofh,

Taking into account the Easy Code visual mode, the only thing I can think of is making a program with just one window and running four instances. You can pass a parameter to each window through the command line, if you want them to do different tasks.

Regards,

Ramon