The right tool for editing the driver program of the windows2003 DDk

I want to use windows 2003 DDK to do a network driver program, but when I see the sample program of passthruex , I see the following file in the driver folder: miniport.c, passthru.c and .h, I want to know in which tool I should edit the source code?

For example, in vc we can open a workplace for the entire project and can see all the files in the workspace and write program and modifiy and debug in vc, how should I do for me to write a driver program like passthruex, the import thing is how can I see the whole drive program in a tool?

I appreciate your help.

[584 byte] By [Jakein2006] at [2008-2-4]
# 1
Many tools allow you to open all source files at once (source insight, Visual studio)...its not clear to me what exactly you are asking?
MikeFlasko at 2007-9-4 > top of Msdn Tech,Windows Networking Development,Winsock Kernel (WSK)...