Hello,
Akama wrote:
 - Common Controls v5/6
In PureBasic the Controls are called Gadgets, for a list take a look at: 
http://www.purearea.net/pb/english/manu ... index.html
Akama wrote:
 - Popupmenu that supports Icons and 32bit icons.
PureBasic supports Poupmenus with Images 
http://www.purearea.net/pb/english/manual/menu/
Akama wrote:
 - Winsock Component that does not cause errors or need any extra files!
Network Commands are built in: 
http://www.purearea.net/pb/english/manual/network/
Akama wrote:
 - can Create services
You need some API commands or Libraries for this, but you can do what ever the API of Windows allows you.
Akama wrote:
 - can Create Drivers
VB6 and PureBasic can not create Drivers, you need a special Compiler for this.
Akama wrote:
 - Can create dll's
PureBasic can create normal DLLs with Stdcall and Cdecl calling Convention or with a bit more work active dlls like in VB6.
Akama wrote:
 - Can create Ocx files
PureBasic does not have built in support for OCX files, but they are just some special type of dll, so you can create them with a bit of work.
DarkPlayer