<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-26488002</id><updated>2012-04-16T03:50:09.547+02:00</updated><category term='India Tax'/><category term='IT calculator'/><category term='Indian Tax'/><category term='Income tax calculator'/><title type='text'>Tech Helper</title><subtitle type='html'>This is your own tech helper. Here you can find some seeminly common tasks which actually is very difficult to find by searching.
The topics are General Computer configuration, .NET, C++, C#, VB ... Anything technical which I don't want to forget will go here.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-26488002.post-7298146275873050825</id><published>2009-01-06T11:55:00.003+01:00</published><updated>2009-01-06T12:16:37.102+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Income tax calculator'/><category scheme='http://www.blogger.com/atom/ns#' term='Indian Tax'/><category scheme='http://www.blogger.com/atom/ns#' term='IT calculator'/><category scheme='http://www.blogger.com/atom/ns#' term='India Tax'/><title type='text'>Income tax (India) calculator</title><content type='html'>&lt;span style="color: rgb(255, 153, 0);font-family:arial;" &gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;It is the income tax returns filing time in India.  Are you looking for a tax calculator?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;Here is the link.&lt;/span&gt;&lt;br /&gt;&lt;a style="font-style: italic;" href="http://mydocumentsbox.googlepages.com/TaxCalculator.xls"&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;Tax Calculator&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;span style="color: rgb(204, 102, 0);"&gt;&lt;br /&gt;Do add bugs and suggestions as comments. Check this blog for the latest version.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2009. Bipin C Nair.  All rights        reserved.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-7298146275873050825?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/7298146275873050825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=7298146275873050825' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/7298146275873050825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/7298146275873050825'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2009/01/income-tax-india-calculator.html' title='Income tax (India) calculator'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-5917936061097237752</id><published>2007-01-16T12:24:00.000+01:00</published><updated>2007-01-16T14:36:16.989+01:00</updated><title type='text'>How to debug a VB6 ActiveX control used in a VB6 application from .NET IDE?</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;How to debug a VB6 ActiveX control used in a VB6 application from .NET IDE?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 51, 51);"&gt;Solution: Build the Activex control and the exe with the debug info (pdb).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;1. Open the VB6 Activex control's project.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;2. Go to project properties -&gt; Compile&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;3. Check "Create Symbolic Debug Info" -&gt; OK&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;4. File -&gt; Make ocx.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;5. Open the VB6 Application.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;6. Do steps 2 and 3.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;7. File -&gt; Make exe.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;8. Run the exe.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;9. Open the .NET IDE.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;10. Tools-&gt;Debug Processes-&gt;Select the exe -&gt;Attach-&gt;Close&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;11. Open the .ctl file you want to debug and put breakpoints.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;12. Note that the debugging will be in VC style.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-5917936061097237752?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/5917936061097237752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=5917936061097237752' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/5917936061097237752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/5917936061097237752'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2007/01/how-to-debug-vb6-activex-control-used.html' title='How to debug a VB6 ActiveX control used in a VB6 application from .NET IDE?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-115400796539897389</id><published>2006-07-27T15:40:00.000+02:00</published><updated>2006-08-02T20:24:18.040+02:00</updated><title type='text'>Argument not optional (Error 449)</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-family:arial;" &gt;Problem : &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:arial;" &gt;Argument not optional (Error 449) pops up in VB&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:arial;" &gt;Applies to: VB6 applications using VC6 Activex controls.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);font-family:arial;" &gt;Solution:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 153);font-family:arial;" &gt;The usual reasons for this error is documented in&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 153);font-family:arial;" &gt;http://msdn2.microsoft.com/en-us/library/102s19ky.aspx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 153);font-family:arial;" &gt;Another reason this could occur suddenly is when you change the function definition in the ocx.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;&lt;span style="color: rgb(51, 0, 153);"&gt;For eg. you had a function called&lt;/span&gt; &lt;span style="font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;BOOL MyFunc(String)&lt;/span&gt; &lt;span style="color: rgb(51, 51, 153);"&gt;and you decided to change it to&lt;/span&gt; &lt;span style="font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;BOOL MyFunc()&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 153);font-family:arial;" &gt;But in your VB code when you remove the argument you get the above error and if you don't remove you get an argument mismatch error.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold;font-family:arial;" &gt;Solution: Make sure that you have changed the follwing three.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;1) The header file afx_msg BOOL MyFunc();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;2) The cpp file BOOL CMyCtrl::MyFunc()&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;3) The odl file [id(2)] boolean MyFunc();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;4) The DISPATCH MAP&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(204, 102, 204);font-family:courier new;" &gt;    DISP_FUNCTION(CMyCtrl, "MyFunc", MyFunc, VT_BOOL, VTS_NONE)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 153, 0);font-family:arial;" &gt;Even if you don't change 4 the intellisense of VB shows the correct form of the function and there won't be any compilation error but it will fail while running.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt; &lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-115400796539897389?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/115400796539897389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=115400796539897389' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/115400796539897389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/115400796539897389'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/07/argument-not-optional-error-449.html' title='Argument not optional (Error 449)'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-115322694450225865</id><published>2006-07-18T14:44:00.000+02:00</published><updated>2006-08-02T20:23:51.710+02:00</updated><title type='text'>Read and Write Indic languages on WinXP</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Setup to read Indic (Indian) Languages.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:georgia;" &gt;1. Go to control Panel -&gt; Regional and Language Options.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:georgia;" &gt;2. In the Languages Tab check "Install files for complex script and right-to-left languages." Say OK.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:georgia;" &gt;3. Restart your comp.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Setup to write Indic Languages.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;1. Make sure you have down the above steps.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;2. Go to http://bhashaindia.com/downloadsV2/Category.aspx?ID=1&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;3. Download the required IME. (E.g. for Malayalam it is Malayalam Indic IME 1 Version 5.0)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;4. Install the IME.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;5. Go to control Panel -&gt; Regional and Language Options -&gt; Languages -&gt;Details&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;6. In the "Text Services and Input Languages" click "Add..."&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;7. Select your desired language. (e.g. Malayalam(India))&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;8. Select Keyboard layout as "Malayalam Indic IME 1[V 5.0]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;9. Say OK and restart your Comp.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;10. Search for a better font if you are not happy with the default font. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;(For Malayalam use Thoolika from http://www.supersoftweb.com/Unicode.htm)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 102, 51);font-size:85%;" &gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(204, 102, 0);"&gt;Supported indic languages:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Hindi  Tamil  Kannada  Gujarati  Marathi  Telugu  Bengali  Malayalam  Punjabi  Konkani  Oriya  Sanskrit  Nepali&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-115322694450225865?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/115322694450225865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=115322694450225865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/115322694450225865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/115322694450225865'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/07/read-and-write-indic-languages-on.html' title='Read and Write Indic languages on WinXP'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114770456098582520</id><published>2006-05-15T16:44:00.000+02:00</published><updated>2006-08-02T20:23:14.913+02:00</updated><title type='text'>How to avoid sidebar of blogs dropping down in IE</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Problem:&lt;/span&gt;&lt;br /&gt;The sidebar of the blog is appearing down instead of right in the blogspot blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 102, 0);"&gt;Solution:&lt;br /&gt;&lt;/span&gt;Edit the template and adjust the following till you succeed.&lt;br /&gt;Use percentage rather than pixels for the main content. Use pixels for the sidebar.&lt;br /&gt;&lt;br /&gt;@media all {&lt;br /&gt; #content {&lt;br /&gt;   /*width:660px;*/&lt;br /&gt;   width:90%;&lt;br /&gt;   margin:0 auto;&lt;br /&gt;   padding:0;&lt;br /&gt;   text-align:left;&lt;br /&gt;   }&lt;br /&gt; #main {&lt;br /&gt;   /*width:500px;*/&lt;br /&gt;   width:70%;&lt;br /&gt;   float:left;&lt;br /&gt;   }&lt;br /&gt; #sidebar {&lt;br /&gt;   width:220px;&lt;br /&gt;   /*width:30%;*/&lt;br /&gt;   float:right;&lt;br /&gt;   }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(102, 51, 102);"&gt;Workaround:&lt;/span&gt;&lt;br /&gt;Use firefox, a better choice.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114770456098582520?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114770456098582520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114770456098582520' title='14 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114770456098582520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114770456098582520'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/05/how-to-avoid-sidebar-of-blogs-dropping.html' title='How to avoid sidebar of blogs dropping down in IE'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>14</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114724899266980101</id><published>2006-05-10T10:08:00.000+02:00</published><updated>2006-08-02T20:22:39.880+02:00</updated><title type='text'>How to upgrade the firmware of a Linksys WRT54G v5 without using the webclient?</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Problem:&lt;/span&gt;&lt;br /&gt;I have a Linksys WRT54G v5. When I go to the web page via &lt;a href="http://192.168.1.1/" target="_blank"&gt;http://192.168.1.1&lt;/a&gt; to configure it I'm seeing a sick web page with improper display.  I can't navigate to the Advanced tab to upgrade the firmware either.&lt;br /&gt;How can the firmware be upgraded without using the webclient.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;Solution:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Another way of updating firware is to use TFTP.&lt;br /&gt;But TFTP doesn't work on the v5. (or least for me it didn't)&lt;br /&gt;There is a mode called Management Mode which allows to upgrade firmware.&lt;br /&gt;The following info is from the linksys site.&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt;1. Unplug the power cord from the back of the router.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; 2. Hold down the Reset button.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; 3. While holding down the Reset button, plug back in the power cord to the router.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; 4. Continue to hold the Reset button for five (5) seconds.  After five (5) seconds, release the button.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; 5. Wait for about one (1) minute. Then, on a computer connected to the router, launch a web browser (for example, Internet Explorer or Mozilla Firefox).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; 6. Type in the router's IP address of &lt;/span&gt;&lt;a style="font-style: italic; color: rgb(153, 51, 0);" href="http://192.168.1.1/" target="_blank"&gt;http://192.168.1.1&lt;/a&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; into the Address field and press the [Enter] key.&lt;/span&gt;&lt;br /&gt;&lt;!-- / message --&gt;&lt;!-- controls --&gt;&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt; 7. The Management Mode - Firmware Upgrade interface should appear.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114724899266980101?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114724899266980101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114724899266980101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114724899266980101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114724899266980101'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/05/how-to-upgrade-firmware-of-linksys.html' title='How to upgrade the firmware of a Linksys WRT54G v5 without using the webclient?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114604052238030235</id><published>2006-04-26T10:26:00.000+02:00</published><updated>2006-08-02T20:21:59.956+02:00</updated><title type='text'>How to strip extra lines in a file?</title><content type='html'>&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Problem :&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Need a script to remove all the blank lines from a file.&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;Solution:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;Save the following as strip.pl and use perl to run the script.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;#############################################################&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;###################### Bipin C Nair #########################&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;##################### &lt;a href="http://www.bipin.co.nr"&gt;http://www.bipin.co.nr&lt;/a&gt; ################&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;#################### Written on 2003-12-23 ##################&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;$linecount = 1;&lt;br /&gt;if ( $ARGV[0] ) &lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;{&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;$filename = $ARGV[0];&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;} &lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;else&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;{&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;print "Specify file to strip of extra lines"; exit;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;}&lt;br /&gt;open(INFILE,"&lt;$filename") die "can't write to your output file";&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;@mapfile = &lt;infile&gt;;&lt;/infile&gt;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;close ( INFILE);&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;open(OUTFILE,"&gt;$filename") die "can't write to your output file";&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;f&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;oreach $line (@mapfile)&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;{&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;if ( $line =~ m/^\n/)&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;{&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;$line =~ s/^\n//;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;}&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;print OUTFILE "$line";&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;$line = "";&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;$linecount = $linecount + 1;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;}&lt;br /&gt;print "Converted $linecount lines";&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(153, 51, 0);font-family:courier new;font-size:85%;"  &gt;close(OUTFILE);&lt;br /&gt;print "The file is stripped of extra line breaks, enjoy!!\n";exit;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114604052238030235?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114604052238030235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114604052238030235' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114604052238030235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114604052238030235'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/how-to-strip-extra-lines-in-file.html' title='How to strip extra lines in a file?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114595338027951426</id><published>2006-04-25T10:20:00.000+02:00</published><updated>2006-08-02T20:27:05.630+02:00</updated><title type='text'>How to insert a .NET control in VB?</title><content type='html'>&lt;strong&gt;&lt;span style="color: rgb(0, 51, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Problem:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="color: rgb(102, 102, 0);"&gt;You are working for a legacy product in VB. You are asked to build a new component as a control. Since .NET is a great way to develop controls you build the control in .NET. But now how to add the new control in the VB form?&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;strong&gt;Solution:&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;1. Create ur control in .NET.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;2. Make sure in your Config properties "Register for COM Interop" is set to true.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;3. After the buils is successful register the library using&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;regasm YourDll.dll /tlb:YourDll.tlb&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;4. Add the tlb as reference in VB.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;5.  Create a custom User Control in VB.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;6.  Use CreateObject to load the control.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Note:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;If CreateObject loads but does not display your control use a shim control provided by Microsoft to load the control.&lt;br /&gt;More at &lt;a title="Automation Samples" href="http://msdn.microsoft.com/vstudio/downloads/samples/automation.aspx"&gt;http://msdn.microsoft.com/vstudio/downloads/samples/automation.aspx&lt;/a&gt;&lt;br /&gt;This control was developed for Automation, but currently this is the only way to use a .NET control as an ActiveX.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;Warning:&lt;br /&gt;Microsoft doesn't support this kind of deployment. Infact this support was removed in .NET&lt;br /&gt;&lt;/span&gt;&lt;a href="http://discuss.develop.com/archives/wa.exe?A2=ind0107b&amp;L=dotnet&amp;amp;F=&amp;S=&amp;amp;P=16992"&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;http://discuss.develop.com/archives/wa.exe?A2=ind0107b&amp;L=dotnet&amp;amp;F=&amp;S=&amp;amp;P=16992&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;&lt;br /&gt;The above solution is a wok around that you can use.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114595338027951426?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114595338027951426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114595338027951426' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114595338027951426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114595338027951426'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/how-to-insert-net-control-in-vb.html' title='How to insert a .NET control in VB?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114586671369439638</id><published>2006-04-24T10:17:00.000+02:00</published><updated>2006-04-24T23:53:47.443+02:00</updated><title type='text'>How to assign a drive letter to any folder.</title><content type='html'>&lt;span style="font-style: italic; color: rgb(204, 51, 204);"&gt;Problem:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(204, 51, 204);"&gt;I need to assign a drive letter for my app to work properly. How can I do that?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;Use something like..&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;subst S: C:\Documents&lt;/span&gt;&lt;br /&gt;where S is the drive that the app looks for. Good to fool apps which looks for Floppy&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;subst A: C:\SomeFolder&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114586671369439638?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114586671369439638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114586671369439638' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114586671369439638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114586671369439638'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/how-to-assign-drive-letter-to-any.html' title='How to assign a drive letter to any folder.'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114562153652789414</id><published>2006-04-21T14:10:00.000+02:00</published><updated>2006-08-02T20:26:21.533+02:00</updated><title type='text'>How to enable name (mail id) suggestions in Microsoft Outlook?</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem:&lt;/span&gt;&lt;br /&gt;On a Monday morning suddenly you might find that your outlook is not auto completing the names when you type the initial few alphabets.&lt;br /&gt;This might be because of your corporate policy, which might enforce this in order to avoid the mails being sent to unintended recipients unintentionally.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(204, 0, 0);"&gt;1. Open regedit. (If you don't know how, back up ur comp gonna explode...)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(204, 0, 0);"&gt;2. Go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\Preferences&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(204, 0, 0);"&gt;3. Change ShowAutoSug = 1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And don't forget to look carefully to see whom you are sending the mail.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114562153652789414?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114562153652789414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114562153652789414' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114562153652789414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114562153652789414'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/how-to-enable-name-mail-id-suggestions.html' title='How to enable name (mail id) suggestions in Microsoft Outlook?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114553238909926241</id><published>2006-04-20T13:23:00.000+02:00</published><updated>2006-08-02T20:25:33.106+02:00</updated><title type='text'>How to find a control in .NET given the control name.</title><content type='html'>Situation:&lt;br /&gt;I've a lot of buttons in a Panel whose names are Button1 Button2 ...&lt;br /&gt;I want to programatically change the Caption and the click event.&lt;br /&gt;&lt;br /&gt;Problem:&lt;br /&gt;How do I get the control from the control name.&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;private Control FindControl(String ctrlName)&lt;br /&gt; {&lt;br /&gt;  foreach(Control ctr in this.panelGeneral.Controls)&lt;br /&gt;   if (ctr.Name == ctrlName)&lt;br /&gt;    return ctr;&lt;br /&gt;  return null;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt; &lt;em&gt;&lt;/em&gt;© Copyright 2006. Bipin C Nair.  All rights        reserved.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114553238909926241?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114553238909926241/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114553238909926241' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114553238909926241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114553238909926241'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/how-to-find-control-in-net-given.html' title='How to find a control in .NET given the control name.'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114545373455281692</id><published>2006-04-19T15:32:00.000+02:00</published><updated>2006-04-19T16:11:32.226+02:00</updated><title type='text'>How to save the gif/jpg images embedded in a mail in Microsoft Outlook?</title><content type='html'>1.  Make sure you've opened up the mail.&lt;br /&gt;2.  Bring up a command shell&lt;br /&gt;3.  type cd "%temp%\..\temporary internet files"&lt;br /&gt;4.  Look at the folders.  Do a cd into the directory with the closest date/time stamp as your time&lt;br /&gt;5.  See if there is a gif file in there.&lt;br /&gt;6.  copy it away from there using "cd c:\image.gif" (for example)&lt;br /&gt;&lt;br /&gt;Thx to NetRyder and Cider at http://channel9.msdn.com/ShowPost.aspx?PostID=29147&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114545373455281692?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114545373455281692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114545373455281692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114545373455281692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114545373455281692'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/how-to-save-gifjpg-images-embedded-in.html' title='How to save the gif/jpg images embedded in a mail in Microsoft Outlook?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26488002.post-114545353691826581</id><published>2006-04-19T15:28:00.000+02:00</published><updated>2006-05-09T18:22:06.593+02:00</updated><title type='text'>What you can find here?</title><content type='html'>Everytime I'm in need of some kind of tech help I search the whole web to find how to  do it.&lt;br /&gt;Most of the time  it takes  ages before I find what I searched for.  The height is that I usually forget  how I did that and starts searching again when I'm in need of the same thing again. Now the website where I found would have moved or is missing from shortcuts!!!&lt;br /&gt;&lt;br /&gt;Here you can find some seeminly common tasks which actually is very difficult.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.bipin.co.nr"&gt;My Home&lt;/a&gt;&lt;br /&gt;&lt;a href="http://aaranmula.blogspot.com/"&gt;ആറന്മുള വിശേഷങ്ങള് &lt;/a&gt;&lt;br /&gt;&lt;a href="http://bhoolokasanchaari.blogspot.com/"&gt;Globe Trotter&lt;/a&gt;&lt;br /&gt;&lt;a href="http://techhelper.blogspot.com/"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://aranmulakkannadi.blogspot.com/"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://googlelinker.blogspot.com/"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26488002-114545353691826581?l=techhelper.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techhelper.blogspot.com/feeds/114545353691826581/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26488002&amp;postID=114545353691826581' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114545353691826581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26488002/posts/default/114545353691826581'/><link rel='alternate' type='text/html' href='http://techhelper.blogspot.com/2006/04/what-you-can-find-here.html' title='What you can find here?'/><author><name>Bipin C Nair</name><uri>http://www.blogger.com/profile/14425583356226621709</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://img103.imageshack.us/img103/4519/image0019mi.gif'/></author><thr:total>0</thr:total></entry></feed>
