Click here to Skip to main content
15,909,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to configure Baudrate 76800 Pin
Roger Allen13-Apr-05 5:40
Roger Allen13-Apr-05 5:40 
GeneralRe: How to configure Baudrate 76800 Pin
Adi Narayana Vemuru13-Apr-05 18:13
Adi Narayana Vemuru13-Apr-05 18:13 
GeneralRe: How to configure Baudrate 76800 Pin
Trollslayer13-Apr-05 23:40
mentorTrollslayer13-Apr-05 23:40 
GeneralRe: How to configure Baudrate 76800 Pin
Adi Narayana Vemuru13-Apr-05 23:56
Adi Narayana Vemuru13-Apr-05 23:56 
GeneralBlock Files or Give permiss to files Pin
densitet13-Apr-05 0:45
densitet13-Apr-05 0:45 
GeneralRe: Block Files or Give permiss to files Pin
Cedric Moonen13-Apr-05 1:16
Cedric Moonen13-Apr-05 1:16 
GeneralRe: Block Files or Give permiss to files Pin
densitet13-Apr-05 3:57
densitet13-Apr-05 3:57 
GeneralRe: Block Files or Give permiss to files Pin
Cedric Moonen13-Apr-05 4:16
Cedric Moonen13-Apr-05 4:16 
Ok, this is a little bit clearer. But it's not really my field but I will try to help you. But at least, this is also clearer for the other people here Wink | ;) .

In fact, you just want to know how you will store the permissions ? Why don't you store that in simple ini files (text). Something like that:

[Densitet]<br />
Allowed=doc,txt,pdf<br />
<br />
[...].br />
Allowed=txt<br />
<br />
... and so on


Then to read the file you can use this[^] if you use the MFC.

I don't know if that answer your question ? And also, I don't know if it's the good solution....
GeneralRe: Block Files or Give permiss to files Pin
densitet14-Apr-05 1:40
densitet14-Apr-05 1:40 
GeneralRe: Block Files or Give permiss to files Pin
Cedric Moonen14-Apr-05 1:46
Cedric Moonen14-Apr-05 1:46 
GeneralRe: Block Files or Give permiss to files Pin
densitet14-Apr-05 3:01
densitet14-Apr-05 3:01 
Generalaccess denied problem Pin
montu337713-Apr-05 0:04
montu337713-Apr-05 0:04 
GeneralRe: access denied problem Pin
Cedric Moonen13-Apr-05 0:10
Cedric Moonen13-Apr-05 0:10 
GeneralRe: access denied problem Pin
montu337713-Apr-05 3:31
montu337713-Apr-05 3:31 
GeneralRe: access denied problem Pin
Cedric Moonen13-Apr-05 3:49
Cedric Moonen13-Apr-05 3:49 
GeneralRegEnumKeyEx and Windows XP Pin
VadRoz13-Apr-05 0:02
VadRoz13-Apr-05 0:02 
GeneralRe: RegEnumKeyEx and Windows XP Pin
22491713-Apr-05 0:21
22491713-Apr-05 0:21 
GeneralRe: RegEnumKeyEx and Windows XP Pin
VadRoz13-Apr-05 1:46
VadRoz13-Apr-05 1:46 
GeneralRe: RegEnumKeyEx and Windows XP Pin
22491713-Apr-05 1:54
22491713-Apr-05 1:54 
GeneralDifferent results using MT and MTd Pin
Pablo Fraile12-Apr-05 23:41
Pablo Fraile12-Apr-05 23:41 
GeneralRe: Different results using MT and MTd Pin
Member 796598513-Apr-05 1:14
Member 796598513-Apr-05 1:14 
GeneralRe: Different results using MT and MTd Pin
Pablo Fraile13-Apr-05 1:23
Pablo Fraile13-Apr-05 1:23 
Generaloverloading [ ] [ ] operator Pin
swati2412-Apr-05 23:34
swati2412-Apr-05 23:34 
GeneralRe: overloading [ ] [ ] operator Pin
toxcct13-Apr-05 0:46
toxcct13-Apr-05 0:46 
GeneralRe: overloading [ ] [ ] operator Pin
Cedric Moonen13-Apr-05 1:09
Cedric Moonen13-Apr-05 1:09 

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.