News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

change the cursor in a dialog box

Started by JHER VON ARBANEL, September 01, 2005, 09:10:50 PM

Previous topic - Next topic

JHER VON ARBANEL

     hi, me again, i can't change my cursor in a dialog box, and if its posible to change the cursor in child windows?
  For example in a editbox
   thx  :bdg

lamer

What about SetCursor?
Just keep in mind that cursor is shared resource, so do not forget to set it back to original value when you finish to use it.

JHER VON ARBANEL

  i have tried with witn setcursor and giving the handle of the dialog box but i couldn't changeit ... the i tried to chenge it in the structure. but i couldn't too plz help  :bdg  :bdg