Click here to Skip to main content
15,911,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Window flickering in Taskbar Pin
Ricky_TheBard10-Dec-02 6:26
Ricky_TheBard10-Dec-02 6:26 
GeneralCListCtrl Column width Pin
Paolo Vernazza10-Dec-02 1:13
Paolo Vernazza10-Dec-02 1:13 
GeneralRe: CListCtrl Column width Pin
Dominik Reichl10-Dec-02 2:47
Dominik Reichl10-Dec-02 2:47 
GeneralRe: CListCtrl Column width Pin
Paolo Vernazza10-Dec-02 4:33
Paolo Vernazza10-Dec-02 4:33 
GeneralRe: CListCtrl Column width Pin
Rage10-Dec-02 5:15
professionalRage10-Dec-02 5:15 
GeneralRe: CListCtrl Column width Pin
Paolo Vernazza10-Dec-02 5:39
Paolo Vernazza10-Dec-02 5:39 
GeneralI'm going crazy here ( trying to hook into session object ) Pin
Christian Graus10-Dec-02 0:43
protectorChristian Graus10-Dec-02 0:43 
GeneralRe: I'm going crazy here ( trying to hook into session object ) Pin
Alvaro Mendez10-Dec-02 5:11
Alvaro Mendez10-Dec-02 5:11 
So which lines are not working as you'd expect? Are you getting the value for "Juju" back in this line: cxt.Session()->get_Value( L"Juju", &v);?

I don't think you're gonna get Juju's value out of the bottom for loop. There you're looping through the SERVER variables -- the ones from the HTTP header, which look like this: AUTH_TYPE, CONTENT_LENGTH, REMOTE_ADDR, SERVER_PORT.

Also, I'd recommend creating variables like request and response at the top of the code. Something like this:

IRequest request = cxt.Request();<br />
IResponse response = cxt.Response();


Then you can just do response.Write(...), which seems more efficient and easier to read.

Regards,
Alvaro


Well done is better than well said. -- Benjamin Franklin
(I actually prefer medium-well.)
GeneralRe: I'm going crazy here ( trying to hook into session object ) Pin
Christian Graus10-Dec-02 15:14
protectorChristian Graus10-Dec-02 15:14 
Generalget__NewEnum problem. Pin
Christian Graus10-Dec-02 0:28
protectorChristian Graus10-Dec-02 0:28 
GeneralRe: get__NewEnum problem. Pin
Michael P Butler10-Dec-02 1:03
Michael P Butler10-Dec-02 1:03 
GeneralLarge ToolbarButtons Pin
Mr Bose Dayala10-Dec-02 0:13
Mr Bose Dayala10-Dec-02 0:13 
GeneralLarge ToolbarButtons Pin
Mr Bose Dayala10-Dec-02 0:12
Mr Bose Dayala10-Dec-02 0:12 
GeneralRe: Large ToolbarButtons Pin
KaЯl10-Dec-02 3:03
KaЯl10-Dec-02 3:03 
GeneralPlease take a look if this is ok! Pin
Daniel Strigl9-Dec-02 23:12
Daniel Strigl9-Dec-02 23:12 
GeneralRe: Please take a look if this is ok! Pin
Iain Clarke, Warrior Programmer9-Dec-02 23:48
Iain Clarke, Warrior Programmer9-Dec-02 23:48 
GeneralRe: Please take a look if this is ok! Pin
Daniel Strigl10-Dec-02 1:02
Daniel Strigl10-Dec-02 1:02 
QuestionDoes this work? Pin
Daniel Strigl9-Dec-02 23:01
Daniel Strigl9-Dec-02 23:01 
GeneralQe. regarding NM_RETURN in CTreeView Pin
alex_the_guy9-Dec-02 22:18
alex_the_guy9-Dec-02 22:18 
GeneralBitmaps Pin
SatyaDY9-Dec-02 21:58
SatyaDY9-Dec-02 21:58 
GeneralRe: Bitmaps Pin
Christian Graus9-Dec-02 22:01
protectorChristian Graus9-Dec-02 22:01 
GeneralRe: Bitmaps Pin
Kannan Kalyanaraman9-Dec-02 23:29
Kannan Kalyanaraman9-Dec-02 23:29 
GeneralRe: Bitmaps Pin
Scott H. Settlemier10-Dec-02 7:08
Scott H. Settlemier10-Dec-02 7:08 
GeneralDr Watson problems with vc++ Pin
Aviv Halperin9-Dec-02 21:40
Aviv Halperin9-Dec-02 21:40 
GeneralBringing a window to the top Pin
Rage9-Dec-02 21:25
professionalRage9-Dec-02 21:25 

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.