![]() |
| ||
| marquee in vb6 hi, can you plz tell me how to use marquee in vb6 |
| ||
| Re: marquee in vb6 Hi, u cannot directly use the available Marquee control, instead i will give the option to Create using StatusBar Control. Place a Timer Control on the form and set its interval=500 Regards Veena |
| ||
| Re: marquee in vb6 thanq vena.. can u tell me how to find a part of string using an sql.. Dim inp As String inp = InputBox("Enter the Search Term") exec ("select * from solution_database where search_term like '" + inp+ "' ") i want to get the records whose search_trem contains the string "inp" which is a part of search_trem(a column in my table) i'm not able to use inp* can u plz tell me |
| ||
| Re: marquee in vb6 hI, if Access then: exec ("select * from solution_database where search_term like '*" & inp & "*' ") Regards Veena |
| ||
| Re: marquee in vb6 what is "Status.Panels(1).text " in the marquee reply |
| ||
| Re: marquee in vb6 what is Status.Panels(1). |
| ||
| Re: marquee in vb6 hI, I TOLD U TO ADD A Status Bar to the form.. and Rename that to Status Regards Veena |
| All times are GMT -4. The time now is 6:18 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC