I NEED HELP SETTING UP THIS TWITTER HTML CODE, IN VISUAL BASIC
so im tryna make a tweet box in visual basic, but cant seems to figure out how to get around this form. if there is some kinda way, please help.
also i have a great knowledge of visual basic/HTML/JAVASCRIPT so you dont have to send tutorials and stuff. PLEASE JUST EXPLAIN HOW TO BREAK THIS DOWN SO I CAN LEARN THIS
<div class='tweetbox'>
<form action="http://mobile.twitter.com/" class="new_tweet" id="new_tweet" method="post"><div style="margin:0;padding:0;display:inline"><input name="authenticity_token" type="hidden" value="a1c5e466ded085d94a1a" /></div>
<div class='tweetbox-head'>What's happening?</div>
<div class='tweetbox-counter' id='tweetbox_counter'>140</div>
<textarea class="tweet_input" cols="44" id="tweet_text" name="tweet[text]" rows="2"></textarea>
<button class="tweet-btns" id="tweet_submit" type="submit">Tweet</button>
<br />
<input id="tweet_in_reply_to_status_id" name="tweet[in_reply_to_status_id]" type="hidden" />
<input id="tweet_lat" name="tweet[lat]" type="hidden" />
<input id="tweet_long" name="tweet[long]" type="hidden" />
<input id="tweet_place_id" name="tweet[place_id]" type="hidden" />
<input id="tweet_display_coordinates" name="tweet[display_coordinates]" type="hidden" />
<div class='tweetbox-status'>
<div id='geo-status'></div>
*
<div class='strong' id='geo-promo'></div>
</div>
</form>
</div>
I WANT TO MAKE A TWEET BOX, FROM A TEXTBOX AND A BUTTON IN VISUAL BASIC. i have been developing programs in visual basic i try to keep it simple, but exciting with my programs
so im tryna make a tweet box in visual basic, but cant seems to figure out how to get around this form. if there is some kinda way, please help.
also i have a great knowledge of visual basic/HTML/JAVASCRIPT so you dont have to send tutorials and stuff. PLEASE JUST EXPLAIN HOW TO BREAK THIS DOWN SO I CAN LEARN THIS
<div class='tweetbox'>
<form action="http://mobile.twitter.com/" class="new_tweet" id="new_tweet" method="post"><div style="margin:0;padding:0;display:inline"><input name="authenticity_token" type="hidden" value="a1c5e466ded085d94a1a" /></div>
<div class='tweetbox-head'>What's happening?</div>
<div class='tweetbox-counter' id='tweetbox_counter'>140</div>
<textarea class="tweet_input" cols="44" id="tweet_text" name="tweet[text]" rows="2"></textarea>
<button class="tweet-btns" id="tweet_submit" type="submit">Tweet</button>
<br />
<input id="tweet_in_reply_to_status_id" name="tweet[in_reply_to_status_id]" type="hidden" />
<input id="tweet_lat" name="tweet[lat]" type="hidden" />
<input id="tweet_long" name="tweet[long]" type="hidden" />
<input id="tweet_place_id" name="tweet[place_id]" type="hidden" />
<input id="tweet_display_coordinates" name="tweet[display_coordinates]" type="hidden" />
<div class='tweetbox-status'>
<div id='geo-status'></div>
*
<div class='strong' id='geo-promo'></div>
</div>
</form>
</div>
I WANT TO MAKE A TWEET BOX, FROM A TEXTBOX AND A BUTTON IN VISUAL BASIC. i have been developing programs in visual basic i try to keep it simple, but exciting with my programs