I would like to monitor a process every second until it displays an expected \"error\" message. how can i monitor something.exe and get notification via \"screen scraping\" the error message from so开
I\'m writing a C# application that has to consume a C++ api provided by my customer. The library works fine when it\'s referenced by a vb6 application, but when I reference it in my c# application and
I\'m having an issue referencing public procedures of User Controls that I\'ve created within a VB6 project.
I am converting an InstallShield project to a WiX based Installer. I have a number of VB6 projects whose binaries need to be r开发者_开发百科egistered.
I am currently exploring the option of porting some older VB6 application to WPF with C#. The plan, in phase one, is to port several key forms and not all the application. The theoretical goal is to o
When setting a point 10 font size in VB6: Me.FontName = \"Verdana\" Me.FontSize = 10 Debug.Print Me.FontSize
We do industrial automation application and we need to use VC++ application. As part of that we need windows controls which shall be developed in Visual Basic 6.0.
What vb6 UI automated testing 开发者_开发百科tools are available? Additionally, would you rate the tools listed from 1-10, where ten means that its the most amazing tool ever and one means that its a
I just had a very long tech support call because a customer didn\'t have a Mic on their laptop. (Stupid me: they said they\'d used the mic earlier and I have never heard of a laptop not having a Mic).
using vb6 is it possible to click buttons and for开发者_高级运维ms on another running process programmatically ?Look at the SendMessage() API call. This is what Windows itself uses to notify a button