News:

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

plugin question

Started by ragdog, June 15, 2008, 03:51:07 PM

Previous topic - Next topic

ragdog

hi

i have a question i write a plugin for anything app
with resource in plugin can i use anything resid´s ?
   
or do I watch these res id's are yet to be issued by the program?


thanks ragdog

hutch--

Resource DLLs have been around for a long time and are reasonably straight forward in how they work. It depends if you need the resource in the short term or you need it for the duration of the app. If you need the latter you would generally copy the resource from the DLL to your own app then unload the DLL.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ragdog

thanks for you post

i have a another question

works a dll not with a xp-manifest.xml (xp-sytle)??

if my programm run and loaded the dll is this dialog from the dll not  in xp-sytle why?

i have add the:

xp-manifest.xml in resource
and in my code InitCommonControls


greets
ragdog


[attachment deleted by admin]

hutch--

I would be inclines to use InitCommonControlsEx() over InitCommonControls as it loads a bigger range of controls.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ragdog

thanks

work´s a xp-manifest (xp-style) in a dll with dialog?

greets