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 strongm 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: Edward07
  • Order by date
  1. Edward07

    How to check if an xml rss has data set?

    bob this questin belongs to diffrent project that i work.I am using data avilibitly as flag to trigger diffrent events within my vb6 applicaiton. So i need to know how to check data avilibitly some how.
  2. Edward07

    How to update listview ONLY when new data is avilable?

    Bob thanks for your reply.But my problem is making such compare of content. I tried like 4 method all of them failed. could you show me how to make such compar and where in my code i should do the compare?Thanks
  3. Edward07

    How to compare 2 listviews and copy listview content to another listvi

    Thank you for your reply. I am trying to reduce the number of listview reloading. I want to reload listview ONLY when i see its data is diffrent then the data that has just arrived. Could you help me with this probelm?
  4. Edward07

    How to add clock timer to listview column ?

    could any one show me how i can add clock timer that shows hour:min:seconds to a perticuler listview column ? I want to add running time as a listview -item. I have seen applications that they added timer to listview item and ability to freez it or reset it when diffrent events happens. There...
  5. Edward07

    How to compare 2 listviews and copy listview content to another listvi

    Hi all. I am filling a listview with xml data as shown in code beleow. I am calling this part using timer.What i want at the end of this code to compare listview1 with listview2. If they are diffrent or if listview2 is empty then i copy content of listview1 to listview 2.Otherwise do nothing...
  6. Edward07

    How to update listview ONLY when new data is avilable?

    Many thanks for your explantion. Actually the xml that i deal with look as follows.The xml is generated from dynamic mysql data that changes.Could you show me how i can compare xml with data in listview and if they are diffrent then i update listview whith new data.Is this the method you...
  7. Edward07

    How to update listview ONLY when new data is avilable?

    Hi all. I have seen many applications that listview ONLY updates when new data is avilable or when current data changes. I am making an application that deals with similer case. But i don't know how these applications achive this task. I tried to use timer to refresh my listview every few...
  8. Edward07

    How to check if an xml rss has data set?

    In my project i added a timer that frequently checks a remote xml. What i want this new timer some how check if the rss feed is giving any result out. If it gives data out i for example reload webbrowser controle.If it doesn't give any data out i do nothing. (I don't need to output xml...
  9. Edward07

    problem displaying mysql data in specified html format

    Thanks for your suggestion. Itshim i tried your solution now when i check the source code of the page i see all part of the code but unfortunetly it doesn't display my data!! I think the problem is that all code inside doc.write("....");are not in one big line. That is why no data is shown on...
  10. Edward07

    problem displaying mysql data in specified html format

    Hi all. I have the following php script that supposed to output mysql data in specified html format. The data is chat trascript but unfortuently it never outputs data and it gives me no error. could any one look at this and let me know what i am doing wrong.Thanks The script supposed to create...
  11. Edward07

    How to add menu by right clicking listview row item?

    Thanks. I fixed that problem. Now i don't know how to link my menu items to diffrent forms!!
  12. Edward07

    How to link popup menu items to diffrent forms and pass them data?

    I created a popup menu and it has few items on it. The popup menu get displaied when i right click listview row.Now i want to diffrent forms open when i select diffrent items from the menu. could and one show me how i can link forms to menu items? Furthermore, i want some how pass listview item...
  13. Edward07

    How to add menu by right clicking listview row item?

    Thanks for you reply. I created menu using menu editor as shown in pic but i don't know how to make it visible when i right click listview item so i be able to select items.Now the menue is in the top of form!!Could u tell me what i am doing wrong? I keep right clicking and nothing...
  14. Edward07

    How to send data to php via post method from vb6

    Could any one show me how send 3 variables(textbox data,listview 4th coloumn item and another constant varible to a php script via post method from within vb6 by clicking send button. My goal is to send these 3 varibles to php script so it writes them to mysql.Thanks
  15. Edward07

    how to get data from mysql without connecting to mysql directly

    Nimroduk could you tell me how to make post request to php script from within vb6. I want to pass textbox value to this php script.
  16. Edward07

    How to add menu by right clicking listview row item?

    Hi all. could any one show me how i can add menu by right clicking listview item and be select an item and it opens new winow. I be happy if some one show me how this can be done.Thanks
  17. Edward07

    How to populate listview with remote xml data

    Hi all. i have the following remote rss xml in rss.php I want to populate the xml data to vb6 listview. could any one show me how this can be done.Thanks Note:The number of items in xml is dynamic not fixed rss.php <playlist> <song> <artist>artistname1</artist>...
  18. Edward07

    IE7 - File Not Found ieframe.dll\1

    Thank you for your reply. could you tell me how to run auto update manually?
  19. Edward07

    IE7 - File Not Found ieframe.dll\1

    Hi all. I am running vb6 on xp pro. I have many programs that uses webbrowser controle.Recently i upgraded my browser from IE6 to IE7.Now when i try to run those old programs i get this strange error: IE7 - File Not Found ieframe.dll\1 Could any one show me a quick fix so i don't have to...
  20. Edward07

    problem using if statment(one of my else if statement get ignored!)

    sleipnir214 thanks. you are right switch is beter method. It didn't came to my mind !!

Part and Inventory Search

Back
Top