Recent content by tony007

  1. T

    How to referene perticuler xml data in php?

    How to referene perticuler xml data in php? Hi all. i have an xml file as shown below and i want to reference specific data out it.(The data shown in bold)Could any one show me how to reference those data so i can use them later as variables.I not only want to output them all at once.I also...
  2. T

    problem displaying records in order of time and date in php

    Hi all.I use $Timestamp=date("g:i A l, F j Y."); to collect time and date the visitors entered my site . It inserts the data in to mysql database in this format : 3:02 AM Monday, July 24 2006 mysql_query("INSERT INTO logdisplay...
  3. T

    Help using LVM_REDRAWITEMS

    could any one show me how i can send an external listview a refresh using LVM_REDRAWITEMS .Thanks I want to send refresh after setting the color visual basic code lItemPos = 0& ' first item SendMessage hwnd, LVM_SETITEMSTATE, lItemPos, ByVal lxprocLVITEM...
  4. T

    Problem writing multiple values to registery

    Hi all i am usiing this code to write mulitiple values to registery but it only write one value. could any one help me make this code so that it write multiple values to registery. Currently it only writes nickname but not pwd value!! I tried this but gave me error : 'Save the value to the...
  5. T

    Problem deleting registery key encluding subkey values

    I am trying to delete registery key encluding all its subkeys . I want to delete the bold part HKEY_CURRENT_USER, "Software\xyz\foldername\" using an api that i found on the net but i keep geting error!! could any one tell me how to delete entire key with its subkeys ? I changed : Private...
  6. T

    Help extracting dyanamic data from html code

    Hi all: I got a html code that i used inet.openURL to put it in textbox. Now i want to extract Artistname , albumname,songname,artistpic from it. The code already extracts song ids but i want to output songname and other informatin with it. I be happy if an expert show me an easy way to...
  7. T

    problem getting out of infinite loop and incremting url id value

    Hi all. I got this application that once go button clicked it takes single url value and goes trough some process as shown in pic and at the end writes the content of text4 to a text file. Now i want automate this process for range of range of URL i tried to do the following but i get into...
  8. T

    How to extract certain data patterns from vb6 textbox input?

    Hi all .i got the following inside a textbox inside my vb6 form. I am looking for a way to ripp the song path and title from it and use them and insert them to mysql datbase. But i do not know how to ripp those part i be happy that an expert tell me how i can do it using vb6. The number of song...
  9. T

    How to upload small text file from within my vb6 form application?

    Thank u for this nice cool article.
  10. T

    How to populate drop down box with values from registery in vb6?

    Hi all i have vb 6 form and it has form with drop down box and text box . I want to populate the drop down box with values from registery but i do not know how .I also want to be able write to registery key when user types in dropdow box. Furthermore, how to write to registery when user types...
  11. T

    How to write to text file instead of viewing data in listview?

    Hi all . I have a search result that is outputed to listview in my vb6 form and i wonder how i can write the output data in to text file which is readable instead of showing it listview. I be happy if an expert show me how .Thanks Here is my code that displays data in lisview . I want the data...
  12. T

    How to upload small text file from within my vb6 form application?

    hi all .I am making an application that it has to upload .text file.(c:\myprog\test.txt) to a remote server via ftp but i do not know how to do it.The text file is in the same folder as my vb6 application. I do not want much fetures just it transfer the file to remote server and prompts the user...
  13. T

    how to output registery folder names and key inside it in to listbox?

    Hi all . I have a problem retrieve the usernames and Id stored in HKEY_CURRENT_USER\Software\xyz\123\ usernames are not not stored as string, the usernames are stored as the folders name inside of the 123 directory. For example, the program has 3 usernames stored in the registry; cat, panda...
  14. T

    how to put result of shell function into variable in vb 6?

    Hi all .I have difficulty outputing the value of shell function into massagebox by using regoutput variable. Currently the shell function writes the output to .reg file but i want i want to output it to massage box but it never works!! The output value is list of registery information which are...
  15. T

    how to grab and store executed value of url using php

    Hi all i got a url(http://map.geoup.com/geoup?template=CountryName) that if i paste it in browser address bar it will return for me a value like this: document.write('usa'); Note: the url is external url I want to grab only countryname value using php and store it in variable and later insert...
Top Bottom