Click here to Skip to main content
16,004,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Silly ZIP question Pin
JensB19-May-03 23:30
JensB19-May-03 23:30 
GeneralRe: Silly ZIP question Pin
doctorpi19-May-03 23:33
doctorpi19-May-03 23:33 
GeneralRe: Silly ZIP question Pin
Dominik Reichl20-May-03 0:50
Dominik Reichl20-May-03 0:50 
GeneralFastest Pin
Tomas Wilhelmsson19-May-03 22:39
Tomas Wilhelmsson19-May-03 22:39 
GeneralRe: Fastest Pin
jhwurmbach19-May-03 23:51
jhwurmbach19-May-03 23:51 
GeneralRegistry functions Pin
Rage19-May-03 22:18
professionalRage19-May-03 22:18 
GeneralRe: Registry functions Pin
Dominik Reichl19-May-03 22:24
Dominik Reichl19-May-03 22:24 
GeneralRe: Registry functions Pin
Rage19-May-03 22:39
professionalRage19-May-03 22:39 
OK !! Now I get it... In fact, I´used the function in a very stupid way. Blush | :O

That's how it works now (for the forum readers Roll eyes | :rolleyes: ):

BYTE buff[1024];
DWORD length=1024;
DWORD dummy;
HKEY hKey;
	
yop=RegOpenKeyEx(HKEY_CURRENT_USER,"Environment",0,KEY_ALL_ACCESS,&hKey);
yop=RegQueryValueEx(hKey,"TSLastName",0,&dummy,buff,&length);


Thanks a lot, Dominik, a Beer | [beer] for you Wink | ;)

~RaGE();
GeneralMoving GUI from EXE to COM-dll Pin
D.D. de Kerf19-May-03 22:15
D.D. de Kerf19-May-03 22:15 
GeneralWriting my own stream class Pin
Patje19-May-03 22:12
Patje19-May-03 22:12 
GeneralRe: Writing my own stream class Pin
Niklas L20-May-03 2:30
Niklas L20-May-03 2:30 
GeneralGetting a dragged rectangle to stay displayed Pin
Franz Klein19-May-03 22:11
Franz Klein19-May-03 22:11 
GeneralRe: Getting a dragged rectangle to stay displayed Pin
Neville Franks20-May-03 0:48
Neville Franks20-May-03 0:48 
Generalcomputing time Pin
Anonymous19-May-03 21:39
Anonymous19-May-03 21:39 
GeneralRe: computing time Pin
Rage19-May-03 22:24
professionalRage19-May-03 22:24 
GeneralRe: computing time Pin
Anonymous20-May-03 5:06
Anonymous20-May-03 5:06 
GeneralRe: computing time Pin
Maxwell Chen20-May-03 2:17
Maxwell Chen20-May-03 2:17 
Generalmfc - stlport Pin
Anonymous19-May-03 20:59
Anonymous19-May-03 20:59 
GeneralRe: mfc - stlport Pin
Rage19-May-03 21:01
professionalRage19-May-03 21:01 
GeneralRe: mfc - stlport Pin
Anonymous20-May-03 4:07
Anonymous20-May-03 4:07 
QuestionSize of paper in MFC print preview? Pin
Daniel Strigl19-May-03 20:28
Daniel Strigl19-May-03 20:28 
AnswerRe: Size of paper in MFC print preview? Pin
csc19-May-03 22:03
csc19-May-03 22:03 
GeneralRe: Size of paper in MFC print preview? Pin
Daniel Strigl20-May-03 0:29
Daniel Strigl20-May-03 0:29 
GeneralRe: Size of paper in MFC print preview? Pin
basementman20-May-03 4:14
basementman20-May-03 4:14 
AnswerRe: Size of paper in MFC print preview? Pin
Roger Allen20-May-03 5:38
Roger Allen20-May-03 5:38 

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.