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.

