Does anyone know where I can find a tutorial or book for Adobe Premiere SDK? I looked at the documentation by Adobe and it seems a little bit on the high-level. Specifically, I want to know how to make plug-ins. -- Frank
frank
Posts
-
Adobe Premiere SDK Tutorial -
Modeless DialogsWhy whenever I create a modeless dialog, and show it using ShowWindow(SW_SHOW), do none of my dialog controls show up? I have a very simple dialog with a static text label on it. I showwindow to show it. Sleep for a few seconds, and then showwindow to hide it. However, my static control never appears on the dialog. Any ideas? Thanks, Frank
-
MFC Console AppsI have 2 questions about console apps. I have an MFC console app that opens a listen socket. It does this right out of Main(). 1st. How do I keep main from returning, thus allowing the socket to keep listening? 2nd. How do I prevent the console window from opening up when run, like an NT service. I'm looking for similar results in Win 9x. Thanks.
-
GUI ToolkitHi, where I can find a GUI toolkit to build graphical GUI like Winamp (non-rectangular dialog, bitmap) Thanks