Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPls help. How to get the application icon of any application? Pin
Chau Nguyen23-Oct-03 17:47
Chau Nguyen23-Oct-03 17:47 
AnswerRe: Pls help. How to get the application icon of any application? Pin
Iain Clarke, Warrior Programmer24-Oct-03 4:46
Iain Clarke, Warrior Programmer24-Oct-03 4:46 
GeneralRe: Pls help. How to get the application icon of any application? Pin
Chau Nguyen29-Oct-03 19:18
Chau Nguyen29-Oct-03 19:18 
AnswerRe: Pls help. How to get the application icon of any application? Pin
Gary R. Wheeler25-Oct-03 4:46
Gary R. Wheeler25-Oct-03 4:46 
GeneralRe: Pls help. How to get the application icon of any application? Pin
Chau Nguyen29-Oct-03 19:15
Chau Nguyen29-Oct-03 19:15 
QuestionMFC custom control - custom message offset? Pin
mindows23-Oct-03 17:06
mindows23-Oct-03 17:06 
AnswerRe: MFC custom control - custom message offset? Pin
Michael Dunn23-Oct-03 19:06
sitebuilderMichael Dunn23-Oct-03 19:06 
Generalsimple registry questions :) Pin
joshfl23-Oct-03 16:44
joshfl23-Oct-03 16:44 
ok, so im trying to add / delete some registry data on the fly in my application... my add code is working perfectly.
however, my remove code compiles 0 errors, 0 warnings, but just doesnt delete the subkey / value i want it too.
i can see it there, i gave it the right name, it executes the code, and just doesnt delete the data.
um , please help ... Smile | :)

HKEY hKey;
LONG lnRes = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", 0L,
KEY_ALL_ACCESS,
&hKey
);

LPCTSTR keyname = "xlaunch";
RegDeleteKey(hKey, keyname);
RegCloseKey(hKey);


thanks Smile | :)

todo....
:: insert inspirational text here ::
GeneralRe: simple registry questions :) Pin
David Crow23-Oct-03 16:51
David Crow23-Oct-03 16:51 
GeneralRe: simple registry questions :) Pin
joshfl24-Oct-03 3:14
joshfl24-Oct-03 3:14 
GeneralRe: simple registry questions :) Pin
John M. Drescher23-Oct-03 17:55
John M. Drescher23-Oct-03 17:55 
GeneralRe: simple registry questions :) Pin
joshfl24-Oct-03 3:18
joshfl24-Oct-03 3:18 
GeneralRe: simple registry questions :) Pin
John M. Drescher24-Oct-03 4:09
John M. Drescher24-Oct-03 4:09 
GeneralRe: simple registry questions :) Pin
joshfl24-Oct-03 6:19
joshfl24-Oct-03 6:19 
GeneralRe: simple registry questions :) Pin
John M. Drescher24-Oct-03 9:12
John M. Drescher24-Oct-03 9:12 
Questionfind start and end of string? Pin
alex.barylski23-Oct-03 16:29
alex.barylski23-Oct-03 16:29 
AnswerRe: find start and end of string? Pin
David Crow23-Oct-03 16:47
David Crow23-Oct-03 16:47 
GeneralRe: find start and end of string? Pin
alex.barylski23-Oct-03 17:04
alex.barylski23-Oct-03 17:04 
GeneralRe: find start and end of string? Pin
Johnny ²23-Oct-03 23:20
Johnny ²23-Oct-03 23:20 
GeneralRe: find start and end of string? Pin
David Crow24-Oct-03 3:32
David Crow24-Oct-03 3:32 
Generalhelp:about regex.hpp Pin
xiaoxsql23-Oct-03 15:17
xiaoxsql23-Oct-03 15:17 
GeneralRe: help:about regex.hpp Pin
Andrew Walker23-Oct-03 21:42
Andrew Walker23-Oct-03 21:42 
GeneralRe: help:about regex.hpp Pin
xiaoxsql26-Oct-03 15:18
xiaoxsql26-Oct-03 15:18 
GeneralRelease woes Pin
Jim Crafton23-Oct-03 15:09
Jim Crafton23-Oct-03 15:09 
GeneralRe: Release woes Pin
Iain Clarke, Warrior Programmer24-Oct-03 4:23
Iain Clarke, Warrior Programmer24-Oct-03 4:23 

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.