VB6
Ms access query for dont show blank filed
I have a query that has a couple of text fields where in the filter criteria I put <> \"Power\". When I put this criteria in, it also does not show me records where the field is blank. If I leav[详细]
2023-04-11 16:58 分类:问答To select optionbutton from the frames in VB
I\'ve used 4 optionbuttons in each frame on the from. Like wise i\'ve taken 10 frames on the form.. now i just want to store the value 开发者_Python百科of those optionbuttons from each frame in the MS[详细]
2023-04-11 06:43 分类:问答Is using COM right for me?
My work has an application written in VB6. I am tasked with writing another, different, application in C# .NET. I am not allowed to change the VB6 code, but I need to call a function (from my .NET app[详细]
2023-04-10 02:05 分类:问答Listview Backcolor
I am using vb 6.0 and i want to change the 开发者_如何学Goback color of the selected item. in Default by windows,the back color is blue, how can I customize the color.[详细]
2023-04-09 19:33 分类:问答VB.NET DOEVENTS
I have a VB6 app, which does a lot of processing in the form_load.A call t开发者_运维知识库o DoEvents ensures that the form loads before the processing is complete.However,this does not appear to work[详细]
2023-04-09 17:11 分类:问答My vb.net code can not Call my VB6 DLL when deployed
I have some code that creates a reference to a vb6 dll and Uses that refe开发者_如何学编程rence to call the object.I am having a problem because in Debug and on my machine it works great.But when i de[详细]
2023-04-09 09:52 分类:问答.Net DLL referencing another DLL
I have one .Net 4.0 dll project that references third party PDF converter DLL. I have exposed this dll for COM. Now when I am trying to add my .tlb file to VB6 project it comes up with runtime error.[详细]
2023-04-09 08:14 分类:问答VB6 software consuming WCF web services. Endpoints in App.config. Err VB6 has no App.config
We have an EPOS system that is built in VB6. A client is using Microsoft Dynamics AX as a CRM system. A 3rd party has created the AX implementation for our client and they\'ve exposed a set of WCF web[详细]
2023-04-09 07:17 分类:问答VB6 Converting Long to Integer throwing overflow
I am trying to convert a long to an integer. I believe the value of the long is low enough to fit in the range on an integer.[详细]
2023-04-08 21:07 分类:问答VB6 Winsock Error Invalid Argument 10014
Private Sub Form_Load() Winsock1.RemotePort = 22222 Winsock1.Protocol = sckUDPProtocol End Sub Private Sub Command1_Click()[详细]
2023-04-08 20:49 分类:问答