Hi all. There is an external application that has a listview in one of its window. My intention is to highlight and send double click to one of its row .
So i tried to get the listview's hWnd value first but I don't know what class name it has. Most of other listviews got systemlistview32 name...
Hi all i am checking the content of textbox against a listbox items as shown in the following code. But i want to improve this code so not only it detects the exact matches but also if any part of words from listbox is found in textbox then command6 is triggred as well .
For example i got word...
Hi all.I want check a checkbox in external window using the following method but i get compile error that LVIF_STATE variable is not defined could an expert show me how LVIF_STATE,LVIS_CHECKED ,LVITEM, LVIS_STATEIMAGEMASK should be defined so they get used by our local LV_ITEM to change the...
Hi all . I am trying to send a click to external button. The following code works if i use
instead of
However the value WinCap comes from combobox but needs to modifed before it used . The messagebox shows that replace function changed the data corectly but for some reason when i test it the...
Hi all i am using the following code to load text to two listbox. However, i want to change it so it loads data into listview. Could any one show me how this can be done?
I tried to use:
ListView1.ListItems.Add strBuffArr(0)
but i got run time error 13 data mismatch !!
The data stored in...
Hi all . I try to use the following code to load playlist text file into listboxes . But unfortuenlty i get this error (but the listboxes get loaded with mp3 path and title):
pointing at the following line:
'Check for unwanted vbCrLf (which would yeild a "")
If Len(strArr(intLB)) <> 0 Then...
Hi all. I am trying to access a servlet using HTTPS Post protocol and get its response in textbox but i don't know how. All i want to send the servlet one varible which is name and get the server response in textbox.Right now when i type a name in the textbox and click submit i get directed to...
Hi all . i am using the folowing code to insert listview rows to mysql database. The table in my datbase has the following structure:
CREATE TABLE `test` (
`ID` int(11) NOT NULL auto_increment,
`proxy` varchar(93) NOT NULL default '0',
`port` varchar(93) NOT NULL default '0',
`proxyport`...
Hi all.I am using the following code to check for version of my program and if the current version is old i tell the user to update and close the applicaton completly. The current code does tell the user that application is old but that massage keeps coming over and over ... Like i am in...
I'm using the MS Internet Transfer Control to connect to a remote web server and download a small amount of text( a few lines of text.) and use it as content of one of my massagebox and its cpation text. Since this server will be serving multiple clients some time inet might fail to get the data...
Hi all i got a CreateR1 function that takes name and hard drive serial number and supposed to return R1 value. The function was actually written on vb2008 but i want some help converting it to vb6. When i post the code on vb6 visual studio some parts of the code shows on red( as i pointed in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.