Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Friday December 13, 2024, 9:04 pm
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
Other Software
»
Developer's Corner
»
Using ActiveX controls and DLLs directly from memory buffer (C#)
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Using ActiveX controls and DLLs directly from memory buffer (C#) (Read 5722 times)
Abrolen
Participant
Joined in 2009
Posts:
4
Using ActiveX controls and DLLs directly from memory buffer (C#)
«
on:
May 24, 2009, 10:53 PM »
Hi!
Is it possible to use ActiveX controls and dynamic libraries without installing an application, by simply running EXE file? It’s means there is no temporary files, all ActiveX controls and DLLs are used from memory buffer.
thx
MilesAhead
Supporting Member
Joined in 2009
Posts:
7,736
Re: Using ActiveX controls and DLLs directly from memory buffer (C#)
«
Reply #1 on:
May 25, 2009, 11:37 AM »
You could try searching on the
AutoIt3 Forum
Seems to me I remember something about .NET without having to do DllRegisterServer but I don't recall the details or which post. Use the search engine there.
Abrolen
Participant
Joined in 2009
Posts:
4
Re: Using ActiveX controls and DLLs directly from memory buffer (C#)
«
Reply #2 on:
July 06, 2009, 12:23 PM »
Thanks anyway. But I've already found solution: BoxedApp Packer.
http://boxedapp.com/
PPLandry
Supporting Member
Joined in 2007
Posts:
702
Re: Using ActiveX controls and DLLs directly from memory buffer (C#)
«
Reply #3 on:
July 06, 2009, 02:54 PM »
Best way I've found is using a manifest file
Many references but you can try this one:
http://msdn.microsof...zzbcs3x5(VS.80).aspx
My app works (portable mode) on the most secure and locked down PC (and I use a large number of ActiveX and DLLs)
Real generosity toward the future lies in giving all to the present -- Albert Camus --
www.InfoQube.biz
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
Other Software
»
Developer's Corner
»
Using ActiveX controls and DLLs directly from memory buffer (C#)