No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
im currently working on listview and i think i need help :) all i need to do is when i click the button it select the items and so on up to the last item and set back to beginning bu im my code its just up to the first …
put your code inside of threading ex: ================ imports System.Threading ================== ------------------------ private sub sample ====YOUR CODE HERE===== end sub ------------------------ then call your thread by putting this code inside of the button -------------------------------------------------------------------- dim Sam as new System.Threading.Thread(Addressof sample): Sam.start -------------------------------------------------------------------- in form load add this -------------------------------------------- CheckForIllegalCrossThreadCalls = …
-------------------------------------HTML CODE----------------------------------------------- <div id="song_html" class="show1"> <div class="left"> <!-- info mp3 here --> 128 kbps<br /> 00:03:46<br />3.4 mb </div> <div id="right_song"> <div style="font-size:15px;"><b>THIS IS JUST A TEST</b></div> <div style="clear:both;"></div> <div style="float:left;"> <div style="float:left; height:27px; font-size:13px; padding-top:2px;"> -------------------------------------HTML CODE----------------------------------------------- How can I Pharse this html code to get only the content …
Ok i manage to autoselect items on listbox till reach the end of list, but i need it to automatically loop back to the fist selection of indexes when it reach the end list and so on .. i need help on this part newbie here :) if Me.Listboxs1.SelectedIndex + …
How about something like this how do you get the ID to be CLICK <span style="display: inline;" class="v2"><a href="javascript:void(0)" id="My-Link">CLICK ME</a> <span style="font-weight: bold;" class="blpz">2.5</span> ETC </span> Thanks :)
The End.
markjames2012