Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralArchive problem Pin
Atlence13-Dec-03 14:16
Atlence13-Dec-03 14:16 
GeneralRe: Archive problem Pin
JWood13-Dec-03 15:11
JWood13-Dec-03 15:11 
Questioncan any one tell me a way, how to send message from server to selected connected client. Pin
v_srinu_26_f13-Dec-03 13:11
v_srinu_26_f13-Dec-03 13:11 
GeneralRegistry Question OutLook Pin
BaldwinMartin13-Dec-03 11:32
BaldwinMartin13-Dec-03 11:32 
GeneralRe: Registry Question OutLook Pin
David Crow15-Dec-03 7:15
David Crow15-Dec-03 7:15 
Generalremove other user preferences Pin
osyris9713-Dec-03 11:07
osyris9713-Dec-03 11:07 
GeneralRe: remove other user preferences Pin
valikac13-Dec-03 13:08
valikac13-Dec-03 13:08 
GeneralRe: remove other user preferences Pin
Mike Dimmick14-Dec-03 5:22
Mike Dimmick14-Dec-03 5:22 
I'm sure you're trying to be really tidy, but I don't think there's any easy way to do this. You'd probably need to CreateProcessAsUser to run a separate process under their credentials. That process would have to LoadUserProfile in order to ensure that the right user's registry hive was loaded.

I can't find any APIs that will allow you to find the set of user profiles on the local computer. You won't want to modify roaming profiles in case your application is installed elsewhere on the network (probably!)
GeneralDatabase Drivers Pin
Roger Wright13-Dec-03 10:33
professionalRoger Wright13-Dec-03 10:33 
GeneralRe: Database Drivers Pin
Roger Stewart13-Dec-03 13:46
professionalRoger Stewart13-Dec-03 13:46 
GeneralRe: Database Drivers Pin
Roger Wright13-Dec-03 14:02
professionalRoger Wright13-Dec-03 14:02 
GeneralRe: Database Drivers Pin
Roger Stewart13-Dec-03 14:12
professionalRoger Stewart13-Dec-03 14:12 
GeneralRe: Database Drivers Pin
Roger Wright13-Dec-03 15:13
professionalRoger Wright13-Dec-03 15:13 
Generalsimply standard Pin
forjer13-Dec-03 11:03
forjer13-Dec-03 11:03 
QuestionHow to make an auto-scroll ListBox Pin
UWO13-Dec-03 10:24
UWO13-Dec-03 10:24 
AnswerHere's the answer Pin
v_srinu_26_f13-Dec-03 13:32
v_srinu_26_f13-Dec-03 13:32 
GeneralRe: Here's the answer Pin
UWO13-Dec-03 19:20
UWO13-Dec-03 19:20 
AnswerRe: How to make an auto-scroll ListBox Pin
Roger Stewart13-Dec-03 14:07
professionalRoger Stewart13-Dec-03 14:07 
GeneralRe: How to make an auto-scroll ListBox Pin
UWO13-Dec-03 19:23
UWO13-Dec-03 19:23 
AnswerRe: How to make an auto-scroll ListBox Pin
JWood13-Dec-03 15:14
JWood13-Dec-03 15:14 
GeneralRe: How to make an auto-scroll ListBox Pin
UWO13-Dec-03 19:25
UWO13-Dec-03 19:25 
GeneralRe: (?) about STL Pin
Ian Darling13-Dec-03 10:28
Ian Darling13-Dec-03 10:28 
GeneralRe: (?) about STL Pin
Ian Darling13-Dec-03 11:12
Ian Darling13-Dec-03 11:12 
QuestionHow to find item or string in ListCtrl Pin
vss11113-Dec-03 10:10
vss11113-Dec-03 10:10 
AnswerRe: How to find item or string in ListCtrl Pin
Ravi Bhavnani13-Dec-03 10:48
professionalRavi Bhavnani13-Dec-03 10: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.