VB6
Sending data to HTTP server using socket
I\'m writing a program in vb 6. I want to send data to my server and get returned data but I faced a problem: when I send data( without any error) there is no answer from my server.[详细]
2023-04-03 16:01 分类:问答Winsock error 40009 vb6
Winsock1.Connect \"mail.website.com\", 110 Do Until received: DoEvents: Loop If sckEr开发者_运维技巧ror Then MsgBox \"An error occured trying to connect to server\": Exit Sub[详细]
2023-04-03 11:07 分类:问答how to speed up with csv and access
There are over 210,000 records in a txt file. One record has three columns with space split. To import this file into ms access, system replace spaces into comma. And then using insert into, system im[详细]
2023-04-03 10:58 分类:问答Get current request path from ActiveX control in VB6
is there a way to get the current request path from an ActiveX control in VB6? I am wondering if VB6 has something similar to Request.Path in VB.NET.[详细]
2023-04-03 10:43 分类:问答Building VB6 Projects in TFS 2010 - correct approach?
I\'ve been fiddling with setting up automated builds for our old VB6 COM components. I have successfully installed the MSSCCI pr开发者_如何学Pythonovider for TFS 2010 and can successfully check in a[详细]
2023-04-03 06:02 分类:问答Returning empty UDT From a function
I have written a function that returns a User Defined Type. How can i return a empty UDT in case of any error from the function?[详细]
2023-04-03 05:27 分类:问答Can DAO access schemas in current Sql Server versions?
We have an app we maintain which is written in VB6 and uses the prehistoric DAO technology to do its database access. The database is in Sql Server 2008.[详细]
2023-04-03 02:03 分类:问答Asterisks in variable declarations in VB6
What\'s the meaning of the asterisk (*) and the number, after the variable declaration? As seen in WpName As String * 6[详细]
2023-04-02 20:26 分类:问答Is it possible to hava an alternately colored listbox in Visual Basic 6
I am trying to code the listbox in such a way that all list items are alternately 开发者_如何学Pythoncoloured. But I realised that there is no property for this. Please help me in this. Thanks in adva[详细]
2023-04-02 19:45 分类:问答Print a particular area (component)
Have an VB application created using VB6. A p开发者_高级运维art of the application shows flash inside.[详细]
2023-04-02 12:56 分类:问答