Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Copy constructor Pin
João Paulo Figueira24-Feb-03 5:02
professionalJoão Paulo Figueira24-Feb-03 5:02 
GeneralRe: Copy constructor Pin
Jerome Conus24-Feb-03 5:06
Jerome Conus24-Feb-03 5:06 
GeneralRe: Copy constructor Pin
Alvaro Mendez24-Feb-03 4:49
Alvaro Mendez24-Feb-03 4:49 
GeneralRe: Copy constructor Pin
Jerome Conus24-Feb-03 4:52
Jerome Conus24-Feb-03 4:52 
GeneralScrollbar HTMLView Pin
jeremysay24-Feb-03 4:15
jeremysay24-Feb-03 4:15 
GeneralRe: Scrollbar HTMLView Pin
HENDRIK R24-Feb-03 4:35
HENDRIK R24-Feb-03 4:35 
GeneralRe: Scrollbar HTMLView Pin
jeremysay24-Feb-03 5:02
jeremysay24-Feb-03 5:02 
GeneralRe: Scrollbar HTMLView Pin
HENDRIK R24-Feb-03 5:10
HENDRIK R24-Feb-03 5:10 
Ok, the problem is that your while loop consumes all the computation time, thus blocking your whole application. One solution could be to place a Sleep(500) call inside your loop, choosing an appropriate sleeping time. This gives your application the possibility to go on in processing during your sleep time.

You could also place your call to RemoveSlider inside a worker thread, passing a pointer to your htmlview as parameter. And then you could work with an event, which could be set when your page is loaded, and your thread waits for this event by WaitForSingleObject.



We are men. We are different. We have only one word for soap. We do not own candles. We have never seen anything of any value in a craft shop. We do not own magazines full of photographs of celebrities with their clothes on. - Steve
GeneralRe: Scrollbar HTMLView Pin
jeremysay24-Feb-03 5:24
jeremysay24-Feb-03 5:24 
Generaldialog Pin
dudic24-Feb-03 3:58
dudic24-Feb-03 3:58 
GeneralRe: dialog Pin
valikac24-Feb-03 9:25
valikac24-Feb-03 9:25 
GeneralA simple problem: cannot change project complie mode Pin
chen24-Feb-03 3:52
chen24-Feb-03 3:52 
GeneralRe: A simple problem: cannot change project complie mode Pin
TigerNinja_24-Feb-03 7:25
TigerNinja_24-Feb-03 7:25 
GeneralRe: A simple problem: cannot change project complie mode Pin
Anonymous24-Feb-03 13:45
Anonymous24-Feb-03 13:45 
GeneralDll importing question Pin
will138324-Feb-03 3:36
will138324-Feb-03 3:36 
GeneralRe: Dll importing question Pin
AlexO24-Feb-03 3:40
AlexO24-Feb-03 3:40 
GeneralRe: Dll importing question Pin
João Paulo Figueira24-Feb-03 3:41
professionalJoão Paulo Figueira24-Feb-03 3:41 
GeneralRe: Dll importing question Pin
will138324-Feb-03 3:52
will138324-Feb-03 3:52 
GeneralRe: Dll importing question Pin
João Paulo Figueira24-Feb-03 4:02
professionalJoão Paulo Figueira24-Feb-03 4:02 
GeneralRe: Dll importing question Pin
will138324-Feb-03 4:08
will138324-Feb-03 4:08 
GeneralRe: Dll importing question Pin
João Paulo Figueira24-Feb-03 4:29
professionalJoão Paulo Figueira24-Feb-03 4:29 
GeneralRe: Dll importing question Pin
will138324-Feb-03 4:47
will138324-Feb-03 4:47 
GeneralRe: Dll importing question Pin
João Paulo Figueira24-Feb-03 6:32
professionalJoão Paulo Figueira24-Feb-03 6:32 
GeneralRe: Dll importing question Pin
Big Art24-Feb-03 5:32
Big Art24-Feb-03 5:32 
GeneralRe: Dll importing question Pin
will138324-Feb-03 9:16
will138324-Feb-03 9:16 

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.