GUI = Graphical User Interface
the stuff you see in a typical window program like forms, buttons, labels, editboxes and so on.
IDE = Integrated Development Environment
usually a text editor that allows you to run and debug the programming code you have written. A good IDE has context sensitive help and code highlighting built in, and also highlights the line an error occured on.
|