Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, July 2004
Windows Starting Paint application


Message 1 in thread

I want to add to my application a icon editor function.  I would very 
much like to use an existing application on KDE and Windows. 

How do I go about doing this on Windows, I looked at list of ActiveX 
controls and did not see a pain or icon editor, at least it was not obvious.

I am really ignorant when it comes to Windows development, so any help 
on how to get started here would very much be appreciated.


Thank you

-David

-- 
 [ signature omitted ] 

Message 2 in thread

On July 14, 2004 01:31 pm, David Boosalis wrote:
> I want to add to my application a icon editor function.  I would very
> much like to use an existing application on KDE and Windows.
>
> How do I go about doing this on Windows, I looked at list of ActiveX
> controls and did not see a pain or icon editor, at least it was not
> obvious.
>
> I am really ignorant when it comes to Windows development, so any help
> on how to get started here would very much be appreciated.

If Paint is associated with the file extension, you can open the file using 
the open-browser code (unmodified) that I've posted a couple of times.  
Otherwise, I don't think there'd be a way of doing it without spawning 
paint.exe yourself.

-- 
 [ signature omitted ]