Click here to Skip to main content
15,923,376 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to add "script" tag to the html page? Pin
benben23-Feb-04 3:20
benben23-Feb-04 3:20 
AnswerRe: how to add "script" tag to the html page? Pin
David Crow23-Feb-04 4:05
David Crow23-Feb-04 4:05 
GeneralRe: how to add "script" tag to the html page? Pin
benben23-Feb-04 16:47
benben23-Feb-04 16:47 
General&255 Pin
styve23-Feb-04 3:12
styve23-Feb-04 3:12 
GeneralRe: &255 Pin
David Crow23-Feb-04 4:04
David Crow23-Feb-04 4:04 
GeneralUsing InvalidateRect to force screen update Pin
mortishroom23-Feb-04 2:14
mortishroom23-Feb-04 2:14 
GeneralRe: Using InvalidateRect to force screen update Pin
David Crow23-Feb-04 2:57
David Crow23-Feb-04 2:57 
GeneralRe: Using InvalidateRect to force screen update Pin
Prakash Nadar23-Feb-04 3:12
Prakash Nadar23-Feb-04 3:12 
Are you using MFC or win32, The api that you are calling is of win32.

For win32 api you need to have a valid window handle to send the notification to.

if you are using MFC then first parameter is not required.

In win32 you can use IsWindow(HWND) api to check wheather the hWnd is valid or not.

Since you say you are biggener, You should check in ur code wheather you are creating any window, if so are you storing the pointer somewhere else.

In Windows, The ui are targeted for certain function or api using the windows handle.

Simple speaking you need a valide windows handle to call the above api.
Hope i clear ur problem.


"Fear not of those who can kill the body and not the soul, rather fear Him who can kill both body and soul" - Bible
Prakash,
India.
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom23-Feb-04 4:34
mortishroom23-Feb-04 4:34 
GeneralRe: Using InvalidateRect to force screen update Pin
Prakash Nadar23-Feb-04 5:24
Prakash Nadar23-Feb-04 5:24 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom23-Feb-04 7:53
mortishroom23-Feb-04 7:53 
GeneralRe: Using InvalidateRect to force screen update Pin
Robert A. T. Káldy23-Feb-04 11:24
Robert A. T. Káldy23-Feb-04 11:24 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom23-Feb-04 13:46
mortishroom23-Feb-04 13:46 
GeneralRe: Using InvalidateRect to force screen update Pin
Terry O'Nolley23-Feb-04 12:40
Terry O'Nolley23-Feb-04 12:40 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom24-Feb-04 13:34
mortishroom24-Feb-04 13:34 
GeneralImage For a SliderControl Pin
Anonymous23-Feb-04 0:22
Anonymous23-Feb-04 0:22 
GeneralRe: Image For a SliderControl Pin
Selvam R23-Feb-04 0:33
professionalSelvam R23-Feb-04 0:33 
GeneralRe: Image For a SliderControl Pin
Prakash Nadar23-Feb-04 0:37
Prakash Nadar23-Feb-04 0:37 
GeneralServices Advanced Pin
JensB23-Feb-04 0:08
JensB23-Feb-04 0:08 
GeneralCrash without assert- and access-violation-message Pin
Gero Gerber23-Feb-04 0:01
Gero Gerber23-Feb-04 0:01 
GeneralRe: Crash without assert- and access-violation-message Pin
Prakash Nadar23-Feb-04 0:06
Prakash Nadar23-Feb-04 0:06 
GeneralRe: Crash without assert- and access-violation-message Pin
Gero Gerber23-Feb-04 0:09
Gero Gerber23-Feb-04 0:09 
GeneralRe: Crash without assert- and access-violation-message Pin
Prakash Nadar23-Feb-04 0:39
Prakash Nadar23-Feb-04 0:39 
GeneralRe: Crash without assert- and access-violation-message Pin
Gero Gerber23-Feb-04 1:28
Gero Gerber23-Feb-04 1:28 
GeneralRe: Crash without assert- and access-violation-message Pin
Prakash Nadar23-Feb-04 1:42
Prakash Nadar23-Feb-04 1:42 

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.