405 Posted Topics
Re: If you use i + j In the first iteration of i i = 0 and j = 0 , 1 ,2 ,3 ,4 so k = i + j = 0, 1, 2, 3, 4 It is correct In the second Iteration of i i = 1 and j … | |
Re: May I Know why do we use Trim() function in the following line [B]Label2.Caption = Trim(Text1.SelLength) [/B] It is not needed i think so. | |
Re: Your Mistake is [COLOR="Red"][B]List2.AddItem (List1.ListIndex)[/B][/COLOR] replace the above with [B]List2.AddItem (List1.List(i))[/B] | |
Re: To add Media Player Component > Start VBProject > Click [B]Project -> Components [/B]Menu (a dialog box contains a list of activex components will appear) > Choose [B]Windows Media Player[/B](put tick mark it will be added to ur toolbox) > Double Click on the Windows media player icon in the … | |
Re: Hi andy999, I am not know about WLWriter, but why u give the 1. [B]Writer.CreateDirectory [/B]function inside a loop 2. To suppress errors u can use any error handling routine such as [B]on error goto Label[/B] [B]On error resume next[/B] It may help u think so |
The End.