Posts Tagged ‘Create’

How Can I Package Necessary Controls Within A Vb6 App? I Want To Create A Standalone Exe, Not An Installer.?

Friday, September 18th, 2009

I want to package a standalone EXE in VB6, but I have controls added to it. My computer has the controls (OCX/DLL) registered, but many do not, and it errors out. Is there any way to include these OCX/DLL files with the EXE itself, rather than creating an installer?
I’m aware of 3rd party solutions like Thinstall, but I’d prefer not to use them, as I’m designing freeware, and would rather not spend that much money.

What Do I Need To Download To Be Able To Create A Dll And Aplication?

Saturday, August 15th, 2009

Could Someone Give Me The Links And Tell Me What To Do?

How To Create A Dll File Without Using Visual Studio?

Sunday, August 9th, 2009

I dont have microsoft visual studio installed on my computer.

I Am Getting The Error “run-time Error ‘743′: Unble To Create..” When Trying To Call An Ocx Drwan Form From Vb

Monday, August 3rd, 2009

I am getting the error “Run-time error ‘743′: Unble to create or activate new instance of ” when trying to call an ocx drwan form from VB. I am using the application through CITRIX software. (that is the application is installed only in server and clients are accessing it nusing CITRIX software). But the error is coming occassionally. Can any body help me?

I Want To Create Ocx For My System In Delphi. So I Want To Know Advantages And Disadvantages Of Ocx?

Friday, July 24th, 2009

Short for OLE Control Extension, an independent program module that can be accessed by other programs in a Windows environment. OCX controls end with a .ocx extension. OCX controls represent Microsoft’s second generation of control architecture, the first being VBX controls written in Visual Basic.
Both VBX and OCX controls have now been superseded by ActiveX controls. However, ActiveX is backward compatible with OCX controls, which means that ActiveX containers, such as Microsoft’s Internet Explorer, can execute OCX components.
??http://en.wikipedia.org/wiki/Object_Link…
The first fruit born of this group is the ACOP OLE Control eXtension ACOP.OCX, which is designed to support the functionality needs of object-base/object-oriented control systems, and to be shareable in binary form on Win32 platforms. The most popular OCX containers are typically Visual Basic and Visual C++, although they can be called directly from ActiveX and Java Basic. We report here in some detail on the usage of ACOP.OCX and its use at CERN and DESY, together with the progress on a compatible JAVA applet.
??http://www.aps.anl.gov/News/Conferences/…

How Can I Create An Ssl Connection Between An Applet And A Dll?

Saturday, July 18th, 2009

I would like to have a signed applet that when it is downloaded as part of a web page it can create an SSL session with a DLL running on the client’s PC. I would create the DLL myself and have it listening on a unique port. The applet and DLL would each have certificates and keys so they can perform two way authentication when creating the SSL connection.

What You Do To Create The Proper Registry Entries To Resolve Any Potential Dll Conflicts?

Tuesday, July 14th, 2009

Provide a complete list of steps that you must complete to install two or more applications share a common DLL, but use different version of that code. Explain exactly what you do to create the proper Registry entries to resolve any potential DLL conflicts.