Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: General Pointer to Variables Pin
sweep12326-Aug-04 5:35
sweep12326-Aug-04 5:35 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
David Crow25-Aug-04 5:47
David Crow25-Aug-04 5:47 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
raed25-Aug-04 5:55
raed25-Aug-04 5:55 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
jmkhael25-Aug-04 5:59
jmkhael25-Aug-04 5:59 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
raed25-Aug-04 20:38
raed25-Aug-04 20:38 
Questionhow to move the event handler from main view Pin
hyling25-Aug-04 5:43
hyling25-Aug-04 5:43 
GeneralINI Files Pin
si_6925-Aug-04 5:30
si_6925-Aug-04 5:30 
GeneralRe: INI Files Pin
David Crow25-Aug-04 5:45
David Crow25-Aug-04 5:45 
si_69 wrote:
a lot of people who use my application do not
have admin rights..so cant write back to to the ini file


In what folder does the .ini file reside?

si_69 wrote:
I cant use HKEY CURRENT USER as there may be many users using my app
all who share the same settings,


That's what that hive is for. If three people use the same machine, they each need their own settings saved to the HKCU hive. If there are settings that need to be in effect regardless of who is using the machine, then those go in the HKLM hive.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: INI Files Pin
si_6925-Aug-04 22:40
si_6925-Aug-04 22:40 
GeneralRe: INI Files Pin
David Crow26-Aug-04 3:01
David Crow26-Aug-04 3:01 
GeneralWinSock2 Pin
Micie25-Aug-04 5:20
Micie25-Aug-04 5:20 
GeneralRe: WinSock2 Pin
Tom Wright25-Aug-04 5:33
Tom Wright25-Aug-04 5:33 
GeneralRe: WinSock2 Pin
Micie25-Aug-04 5:36
Micie25-Aug-04 5:36 
GeneralRe: WinSock2 Pin
Tom Wright25-Aug-04 5:46
Tom Wright25-Aug-04 5:46 
GeneralRe: WinSock2 Pin
palbano25-Aug-04 19:32
palbano25-Aug-04 19:32 
GeneralAT command? ===> read sms method Pin
Adrian Soon25-Aug-04 5:11
Adrian Soon25-Aug-04 5:11 
GeneralRe: AT command? ===> read sms method Pin
jmkhael25-Aug-04 5:24
jmkhael25-Aug-04 5:24 
GeneralRe: AT command? ===> read sms method Pin
Adrian Soon26-Aug-04 0:55
Adrian Soon26-Aug-04 0:55 
GeneralRe: AT command? ===> read sms method Pin
jmkhael26-Aug-04 1:00
jmkhael26-Aug-04 1:00 
GeneralRe: AT command? ===> read sms method Pin
Adrian Soon26-Aug-04 2:06
Adrian Soon26-Aug-04 2:06 
GeneralRe: AT command? ===> read sms method Pin
Adrian Soon28-Aug-04 5:18
Adrian Soon28-Aug-04 5:18 
Generalintrinsic _InterlockedIncrement Pin
peterchen25-Aug-04 5:10
peterchen25-Aug-04 5:10 
GeneralRe: intrinsic _InterlockedIncrement Pin
jmkhael25-Aug-04 5:21
jmkhael25-Aug-04 5:21 
GeneralRe: intrinsic _InterlockedIncrement Pin
peterchen25-Aug-04 6:43
peterchen25-Aug-04 6:43 
GeneralRe: intrinsic _InterlockedIncrement Pin
jmkhael25-Aug-04 6:59
jmkhael25-Aug-04 6:59 

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.