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...
Andrzejek thanks for your reply .your code only covers when the content of text is ONLY tony as the one in listbox!! SO your code is same as my orginal code. What i want to detect are the following cases from textbox content :
Listbox words to look for:tony,TONY,Tony,t-o-n-y,T-O-N-Y,tony_...
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...
patrickIRL thanks for your reply. I made some changes but now now i don't get any error but when i click the button the external application that holds checkboxes freeze and crushes!! could you tell me what i am doing wrong here ? the window that holds the checkbox lists has SysListView32 class...
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...
Thanks all i got it working now . I had some textboxes/richtextbox missing in my form !! so i changed the last part of code to this and now working well :
........
'RichTextBox3.TextRTF = Replace(RichTextBox1.TextRTF, "%song", Text3)
'If Option2.Value = True Then
'Else...
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...
Strongm thanks for your reply. i know the problem is some where in this block of code but don't know how to fix it ;
'Check for unwanted vbCrLf (which would yeild a "")
If Len(strArr(intLB)) <> 0 Then
'Split the Line of data
strBuffArr =...
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...
Andrzejek Many Many thanks it worked prefectly. But now i want to do the same thing without using database for example using listbox as an ip storage.Could you show me how i can check if an ip exist in listbox before adding it? If it exist already in the listbox then don't add it and tell that...
Thanks you guys for helping me. Andrzejek i tried your solution and i tested it does allow duplicat values !! :-( could you help me fix it ? gmmastros at this moment i use mysql so i hope you guys find me a mysql solution. Looking forward for replies.Thanks
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`...
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.