I have implemented a COM server in C#, that has a vb6 client. When going to fire my events, the handlers are always null--it appears that the vb6 app never subscribes to my events.
Our V开发者_Python百科B6 application uses a 3rd party control (PowerTCP from Dart) for SSL3 connectivity. However, this doesn\'t seem to work on Windows 7 - and I have not found any useful information
As I had feared some of our old VB6 projects are not playing nice with Windows 7. Some of our customers have already upgraded and our one product is returning this error every time you run the executa
Using VB6 Code. CommonDialog1.DialogTitle = \"Open File\" CommonDi开发者_如何学JAVAalog1.Filter = \"*.*\"
So I have a registration free VB6 DLL referenced by my .NET 3.5 assembly library that\'s ultimately referenced by a .NET 3.5 WinForms application (not sure it\'s relevant, but included to paint a pict
VB.NET newbie here. I\'ve learned (through this site) how to negotiate a dataset via: For Each dRow In quanDS.Tables(0).Rows
I\'m trying to write a font viewer for TrueType / OpenType fonts with VB6 / VB5 code (under Windows).
I have the source code for taking a picture via webcam, but I need to know if there\'s a webcam connected to the PC. If there开发者_如何转开发\'s no webcam, the program won\'t call the function for ta
AppActivate seems to be what i need, I am fairly sure there must be an c++/mfc equivalent. Is ther开发者_Go百科e one?You can try these:
How can i avoid closing a form if by mistake cross is开发者_如何学Go clickedHandle this in the Form\'s QueryUnload event.There\'s an UnloadMode parameter and a Cancel Parameter: