405 Posted Topics

Member Avatar for RanmaSaotome

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 …

Member Avatar for selvaganapathy
0
132
Member Avatar for sonia sardana

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.

Member Avatar for choudhuryshouvi
0
210
Member Avatar for mansi sharma

Your Mistake is [COLOR="Red"][B]List2.AddItem (List1.ListIndex)[/B][/COLOR] replace the above with [B]List2.AddItem (List1.List(i))[/B]

Member Avatar for choudhuryshouvi
0
2K
Member Avatar for 2thestart

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 …

Member Avatar for selvaganapathy
0
1K
Member Avatar for andy999

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

Member Avatar for andy999
0
165

The End.