Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davidck88
  • Content: Threads
  • Order by date
  1. davidck88

    Problem getting hwnd of external listview

    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...
  2. davidck88

    How to detect string pattern inside textbox ?

    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...
  3. davidck88

    Problem selecting external checkbox (LVIF_STATE not defined error)

    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...
  4. davidck88

    problem sending click to external button

    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...
  5. davidck88

    How to populate listview with data from text file ?

    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...
  6. davidck88

    How to fix run time error 9 subscript out of range ?

    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...
  7. davidck88

    How to send HTTPS-Post request to servlet using vb6 application?

    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...
  8. davidck88

    How to prevent duplication on insert to mysql db?

    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`...
  9. davidck88

    Problem closing my application on version check

    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...
  10. davidck88

    How to error check Inet1.OpenURL?

    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...
  11. davidck88

    Help converting vb2008 code to vb6

    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...

Part and Inventory Search

Back
Top