Thanks Michael. I made it now with namespace extensions, well its a good sollution but cause i have some time atm. (student :) i want try it with a device driver. Anyone have some ideas or links about device driver?
K
k Andreas Hoheisel
@k Andreas Hoheisel
Posts
-
Adding own things to the explorer browser -
Adding own things to the explorer browserI worte a litte command line programm where i can access ReiserFS Partitions. Now i want add this capability to the explorer. So anyone knows if its possible to add for eg. a new drive in the explorer window... Thanks
-
Error when firing SetTimer in a Modeless DlgTry inline void CAdd1Dlg::OnTimer(UINT nIDEvent)
-
How to convert integer to string ??? Please help !!!char string[1024]; sprintf(string, "%04d", 1); printf("%s", string); // 0001
-
Window Title.Use the api SetWindowText(..)
-
Change mouse cursorTo change the cursor take a look at the API LoadCursor(..) and SetCursor(..) i think i done it with them few times ago, And to the other yust use the WM_RBUTTONDOWN Message...
-
Change mouse cursorTo change the cursor take a look at the API LoadCursor(..) and SetCursor(..) i think i done it with them few times ago, And to the other yust use the WM_RBUTTONDOWN Message...
-
Portsyust trace netstat -a :-O