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...
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...
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...
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...
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...
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...
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
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
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>...
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...
I want to get some data from mysql but unfortnetly my hosting company dosn't allow vb6 to connect to mysql. Could any one tell me what other ways i have to get data from mysql using php and use it in vb6 application.Thanks
Hi all. i am making 2 diffrent calles to a php script and inside that php script i use if statment to do diffrent things. Unfortently the way i coded the if statment the second else if statment never get executed. It always get ignore and first else if get excuted instead!!
I want for each...
Hi all. I would like to know which portable hard drive is good.
I want to decide between Packard bell 500 gb and Lacie 500 gb.
Could any one tell me which one is better?Looking forward for some
feedback.Thanks
Hi all. I have around 1200 music url records. I wanted to change all the url path from:
http://music.somesite.com/IlIlIlIIIll11lIlI44/cindy/life/power of life.mp3
to
http://music.somesite.com/songs/cindy/life/power of life.mp3
I had in mind to use this query:
UPDATE musicurls
SET filename=...
I am getting in to this error each time i try to load the following javascript page. But if i do a refresh the error goes away. could any one tell me how to avoid such error at first place?Thanks
Can't execute code from a freed script
pointing at bold part:
function WindowLoad(func)
{
var...
i wonder if i can declare a new session every time part my php code runs. For example i have one decleration of session at start of php and i want to declare a new session with else if statment and pass its key.
Right now when i call :
./script.php?cmd=file&file=visitorWantsToChat
the first...
I am passing a javascript function values from checkbox and textbox.
The problem is that when click the button instead of opening script.php in a popup window
it redirects to script.php page.Also i don't know how to pass value of + url to script.php
popup page so it can use it. could any one...
I am trying to display records from last one min onward using the following query:
res = mysql_query('SELECT * FROM album where date > "$timeout"') or die('<error>'.mysql_error().'</error>');
But unfortunetly it doesn't display those data within one min. It displays all the data!!
The date...
I am trying to display records from last one min onward but i keep getting the following error when running the script:
<error>Unknown column '$timeout' in 'where clause'</error>
The records in my db has date and time stamp using Now() function
date and time stamp format:2007-04-16 20:30:52...
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.