Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSending E-Mail Pin
DougW4814-Jul-03 19:05
DougW4814-Jul-03 19:05 
GeneralRe: Sending E-Mail Pin
El'Cachubrey14-Jul-03 19:41
El'Cachubrey14-Jul-03 19:41 
QuestionWhy SetLayeredWindowAttributes() makes a window's Z-order higher? Pin
isavegod14-Jul-03 18:16
isavegod14-Jul-03 18:16 
Generalfile system api hook/file system driver Pin
anshumanshinde14-Jul-03 18:02
anshumanshinde14-Jul-03 18:02 
GeneralRe: file system api hook/file system driver Pin
Mike Nordell14-Jul-03 20:45
Mike Nordell14-Jul-03 20:45 
GeneralRe: file system api hook/file system driver Pin
anshumanshinde14-Jul-03 21:04
anshumanshinde14-Jul-03 21:04 
GeneralRe: file system api hook/file system driver Pin
Anthony_Yio15-Jul-03 0:49
Anthony_Yio15-Jul-03 0:49 
GeneralRe: file system api hook/file system driver Pin
Mike Nordell15-Jul-03 5:22
Mike Nordell15-Jul-03 5:22 
anshumanshinde wrote:
we have to write a vxd for win9x/me and filesystem driver for ntbased systems(emphasis added)

OK, that concludes it. You *are* stuck between a rock and a hard place. You will have to learn Win9x VxD programming. You will have to learn NT kernel mode programming. You will have to learn filesystem filter drivers, the subtle but often crashing (BSOD-style) difference in the driver model between e.g. NT4 and NT5, the addition of IRP_Xxxx "messages", the addition of ... if you are unlucky even the added power management in NT5+. Just to mention a few of the problems you are facing.

I wish you luck. This is an effort I'd myself feel as a refreshing challenge to undertake! Smile | :)

If I knew less than I do, I'd really recommend the (AFAIK) only commercial entity that *do* know these things and can provide both help and education: OSR. Please note I know close to nothing about that company and have no interests in it - it just happens to be the only entity I know about that actually *can* provide help in these areas.

Again: ++luck;

/Mike
Generalrect on top of the Text Pin
spicy_kid200014-Jul-03 17:35
spicy_kid200014-Jul-03 17:35 
GeneralRe: rect on top of the Text Pin
Dave Bryant14-Jul-03 17:46
Dave Bryant14-Jul-03 17:46 
Generalnot working Pin
spicy_kid200014-Jul-03 17:54
spicy_kid200014-Jul-03 17:54 
GeneralRe: not working Pin
Dave Bryant14-Jul-03 18:02
Dave Bryant14-Jul-03 18:02 
GeneralRe: rect on top of the Text Pin
PJ Arends14-Jul-03 18:01
professionalPJ Arends14-Jul-03 18:01 
GeneralRe: rect on top of the Text Pin
PJ Arends14-Jul-03 18:09
professionalPJ Arends14-Jul-03 18:09 
GeneralRe: rect on top of the Text Pin
spicy_kid200014-Jul-03 18:18
spicy_kid200014-Jul-03 18:18 
GeneralRe: rect on top of the Text Pin
PJ Arends14-Jul-03 18:30
professionalPJ Arends14-Jul-03 18:30 
QuestionInline Assembler Macros? Pin
Aidman14-Jul-03 16:37
Aidman14-Jul-03 16:37 
AnswerRe: Inline Assembler Macros? Pin
PJ Arends14-Jul-03 17:39
professionalPJ Arends14-Jul-03 17:39 
GeneralRe: Inline Assembler Macros? Pin
Aidman14-Jul-03 22:36
Aidman14-Jul-03 22:36 
AnswerRe: Inline Assembler Macros? Pin
Toni7814-Jul-03 19:22
Toni7814-Jul-03 19:22 
GeneralRe: Inline Assembler Macros? Pin
Aidman14-Jul-03 22:56
Aidman14-Jul-03 22:56 
GeneralRe: Inline Assembler Macros? Pin
Toni7814-Jul-03 23:39
Toni7814-Jul-03 23:39 
GeneralRe: Inline Assembler Macros? Pin
Ryan Binns14-Jul-03 23:18
Ryan Binns14-Jul-03 23:18 
GeneralRe: Inline Assembler Macros? Pin
Toni7814-Jul-03 23:36
Toni7814-Jul-03 23:36 
GeneralRe: Inline Assembler Macros? Pin
Ryan Binns15-Jul-03 0:48
Ryan Binns15-Jul-03 0:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.