Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BKURUVALLI

    AES or DES encryption in VC++ 6.0

    Hi, I need to encrypt a user attribute as part of the application. I was planning to use AES. How do I do that in VC ++ 6.0 using MFCs. IN VC .NET I am aware of a class you can use to do it. Need help with VC++ 6.0 and encryption. Thanks Bharath
  2. BKURUVALLI

    system() call within C++ program

    The createprocess works fine. Eventhough it opens the command prompt , it does not wait on anything. The script runs and the command prompt window closes by itself. I was wondering if I need to do something after the createprocess call. close handle etc... Bharath.
  3. BKURUVALLI

    system() call within C++ program

    Hi, I am using VC++ 6.0 I am using the system method to run a wsh script. system("wscript run.js"); the run.js should open iexplorer and do stuff. It opens a command prompt and waits. The script gets executed once I close the command prompt. I tired to run the hello.js directly...
  4. BKURUVALLI

    !!!!!! URGENT Help!!!! activex loading errors on remote computer

    The issue has been resolved. I had to add code to mark the control safe for initialization and scripting. Thanks for your help...
  5. BKURUVALLI

    !!!!!! URGENT Help!!!! activex loading errors on remote computer

    Thanks for the reply. I was able to get the activex control to download. It was a runtime license issue that I corrected. The activex control is downloaded on to the client machine. I can see it in the "downloaded program files " in the internet options. I have also signed the cab...
  6. BKURUVALLI

    !!!!!! URGENT Help!!!! activex loading errors on remote computer

    HI, I have created an ActiveX control using MFC in Visual Studio .NET. I have also created a cab file with the required dlls (mfc70.dll,msvcrt.dll and olepro32.dll) and the inf file. The contents of the inf file are below. I have placed the cab file on iplanet server on unix and amm trying to...
  7. BKURUVALLI

    !!!!!! URGENT Help!!!! activex loading errors on remote computer

    HI, I have created an ActiveX control using MFC in Visual Studio .NET. I have also created a cab file with the required dlls (mfc70.dll,msvcrt.dll and olepro32.dll) and the inf file. The contents of the inf file are below. I have placed the cab file on iplanet server on unix and amm trying to...

Part and Inventory Search

Back
Top