Agar ap banana chaho to its not 'that' hard, i can make MTA script to translate but main abhi fetchRemote main expert nahi hoon.
C++ aur JS se bhi ban sakta hai, send the text to translate.google.com and get result using JS or smth like that.
Yeah as i stated above, its possible but usually dB tables have quite large number of values which we sometimes need to list into gridlists..
Anyways, good day.
Hey guys..I know there are other ways to list some tables' values into a gui gridlist but i am suggesting it mainly because of dB tables which usually contain 1000s of values.
So this might be easier way:
bool listTableIntoGridList( table theTable, element theGrid)
isn't that better?
Hey guys.. I have made a database to save some accounts and then those accounts are listed inside a table.. And at end, that table is listed in a guiGridList..Everything is perfect till here but i wanna know following:
1. How can i outputChatBox to all the accounts listed there?
2. How can i check if one account is in that database/table or no?