VB6
Access to the clipboard when copying content from a WebControl with a Silverlight-component in VB6
Little old school :) In VB6, I got a UserControl containing a SHDocVwCtl.WebBrowser. The page I am displaying contain开发者_如何学Pythons a Silverlight-component, and I want to be able to copy conten[详细]
2023-04-08 12:08 分类:问答How do I stop Py_Initialise crashing the application?
From VBA and VB6 I\'m calling a dll the creates a Python 开发者_运维知识库interpreter. If I set the PATH environment variable to point to \"C:\\python27\" and PYTHONPATH to \"c:\\python27\\lib\" all i[详细]
2023-04-08 11:07 分类:问答Download Pictures from web using webBrowser control
First excuse for my English i\'m from spain. I am a little worried because i cannot been able to finish my project in the school, I am trying to develop an application in visual basic 6 to discharge[详细]
2023-04-08 09:32 分类:问答Related Documents in VS 2010?
Back in Visual Studio 6 I was able to add a \"Related Document\" to a project to quickly and easily open Word files I used for version history notes, etc. How开发者_运维问答 do I do this in Visual Stu[详细]
2023-04-07 12:37 分类:问答VB6's Boolean data type equivalent in MIDL
Which MIDL d开发者_如何转开发ata type is equal to the VB6\'s Boolean type?According to MSDN Boolean is available in MIDL.Finally I tried Boolean (as @Sohnee suggested), VARIANT_BOOL (thanks to @Alex K[详细]
2023-04-07 03:07 分类:问答Passing unsigned integers from C++ COM object to VB6
I am trying to access (from a VB6 application) an unsigned 32 bit integer data type returned by the method of a C++ COM object. The part of an interface is declared like:[详细]
2023-04-06 16:10 分类:问答VB6 to COM-callable wrapped .NET - problems finding .NET libraries
Premise: Wrote a COM-callable wrapper (CCW) written in C# to be called by VB6 code. The C# code has开发者_运维知识库 .NET libraries (third party) that it must utilize.[详细]
2023-04-06 15:14 分类:问答How to unmerge the excel fields while exporting from crystal reports 9.2
I am exporting crystal report to excel file using vb6.0. When i tried to export the crystal report file to excel the columns are merged.I need to unmerge all the fields so that i can manipulate da开发[详细]
2023-04-06 08:11 分类:问答Using select enum variable, will it cause an error that the compiler will detect? VB6
In this scenario, What would happen? Would the compiler see an error or would it go undetected? Or would it even cause an error?What should I expect the behavior to be using a select like this?[详细]
2023-04-06 07:08 分类:问答Image flickering when moving and animaring in VB6
I am using VB6 make a game. You move with the arrow keys, and also when you move there is a animat开发者_运维百科ion. I have cached the character that move\'s sprites into a stdPicture array, but stil[详细]
2023-04-06 05:03 分类:问答