OCX Для работы с API Вконтакте
Предназначен для пользователей Visual Basic 6)
Подключить vkApi.ocx.
Добавляем на форму:
1 TextBox
1 CommandButton
1 Listbox
1 vkApi
Пример вызова api:
Private Sub Command1_Click()
List1.Clear
vkApi1.VKSend "audio.search", "count=50&q=" & Text1.Text
End Sub
Пример приема данных api:
Private Sub vkApi1_VKGETData(sData As String, sMethod As String)
List1.AddItem vkApi1.GetVal(sData, "artist") & " - " & vkApi1.GetVal(sData, "title")
End Sub
Скачать Visual Basic 6 можно по ссылке ниже:
https://cloud.mail.ru/public/4d49f40001c2%2Fvb6.exe
Пишите Ваши предложения мне на мейл:
hvsoft.ru@gmail.com
Или ВКонтакте:
https://vk.com/hvsoft
С уважением:
Hovo
Follow HV VB6 VK API
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of HV VB6 VK API!