User forums > Using Code::Blocks
Resource Editor
darklordsatan:
Have you tried this one? (Although, Its commercial)
Tjaalie:
--- Quote ---There is one called ResEd, but its hard to track down.
http://www.radasm.com/ <--- go here, click on projects. It's a very good program.
--- End quote ---
How do i add ActiveX controls to it???
Anybody know how???
Tjaalie,
Vampyre_Dark:
--- Quote from: darklordsatan on August 03, 2005, 09:15:04 pm ---Have you tried this one? (Although, Its commercial)
--- End quote ---
http://resourceeditor.sicomponents.com/ (a better link so you can see what it is first)
http://www.sicomponents.com/img/resbldr/scr1.png <--- oddly enough, a nice 'codeblocks' icon.
Tjaalie, can you not use the resed to make your dialog, and then manually create an active x control on the dialog during the WM_INITDIALOG message?
kagerato:
--- Quote from: Tjaalie on August 03, 2005, 09:19:00 pm ---How do i add ActiveX controls to it???
Anybody know how???
--- End quote ---
You don't. ActiveX is COM (Component Object Model) technology, and has nothing to do with resource dialogs.
Microsoft's development environments simply abstract the process of linking to a registered component. ActiveX components are not actually anything like native windows widgets and can't be "dropped" onto forms/windows.
By the way, COM is gradually falling out of favor at Microsoft and elsewhere. Despite attempts to revitalize or save it (including DCOM and COM+), the component object model has proved too limited. It has no cross-platform capability, can only be effectively developed for with C++*, and has an organizational structure that can scare small children**.
.NET, one must admit grudgingly, is far more intelligently designed.
* There are always some work-arounds, but it's more difficult and time consuming to write modules in C (and close to impossible in many other languages). This is somewhat ironic, because virtually all of Win32 (the API) is C, and COM was initially introduced around the same time.
** I wish most COM programmers had taken a good look at HKEY_LOCAL_MACHINE\SOFTWARE\Classes before they became developers. That would have scared them away pretty nicely.
Tjaalie:
Owke but how do i add an ActiveX control at runtime???
Does anybody know a tutorials about this???
I used google to find something but i didn't
find anything usefull.
Tjaalie,
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version