<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by hellstudio</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 01 Jul 2026 14:32:20 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTA] UNIFI blocks vpn?</title>
            <link>http://forum.lowyat.net/topic/3256333</link>
            <description>Hi all&lt;br /&gt;&lt;br /&gt;I cant connect to vpn using UNIFI. I&amp;#39;m using Private Tunnel. I tried to ping and all were timed out. However I can connect to vpn using mobile network.&lt;br /&gt;&lt;br /&gt;I called helpdesk and they cant resolve it. Waiting for other team to fix this problem. &lt;br /&gt;&lt;br /&gt;Is it possible they block vpn? I dont see any reason....&lt;br /&gt;&lt;br /&gt;Is there anyone using vpn/private tunnel with UNIFI? Any idea how to solve it?&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;</description>
            <author>hellstudio</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 13 Jun 2014 00:00:20 +0800</pubDate>
        </item>
        <item>
            <title>Short sms scam in broadband plan</title>
            <link>http://forum.lowyat.net/topic/2448923</link>
            <description>Hi.&lt;br /&gt;I have unintentionally clicked &amp;#39;Download Now &amp;#39; link which redirect me to a page saying: This is subscription service. And the charging details were stated there too. There was no other button to let me decide to agree or not for that service. Does it mean I have subscribed to that service, automatically?&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using maxis broadband, with my ipad. Will it charges to my bill? Anyone can enlighten me? The short code is 33226, stated on the directed page......&lt;br /&gt;&lt;br /&gt;** I&amp;#39;m sorry if it is in wrong section, but I think this a part of bill enquiry.. Have a nice day</description>
            <author>hellstudio</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Mon, 30 Jul 2012 12:56:10 +0800</pubDate>
        </item>
        <item>
            <title>(WTAsk) 5800xm battery or hardware prob?</title>
            <link>http://forum.lowyat.net/topic/1988740</link>
            <description>hi guys&lt;br /&gt;&lt;br /&gt;i got a problem with my 5800xm. it&amp;#39;s already near 2 years and i&amp;#39;m using firmware 52.0.007. the prob is that the phone will shut itself whenever i receive call or when i&amp;#39;m calling someone. the &amp;#39;battery empty&amp;#39; message occur before it shut down and when i on the phone back the battery bar is full. sometime it loses 1 or 2 bar but by time it increases again. i&amp;#39;m not sure if the battery or the phone had gone haywire. so if there anyone had  ever encounter this prob?&lt;br /&gt;&lt;br /&gt;thanx for helping~</description>
            <author>hellstudio</author>
            <category>Others OS General Discussion</category>
            <pubDate>Sun, 07 Aug 2011 21:27:02 +0800</pubDate>
        </item>
        <item>
            <title>alcatel 3g modem support</title>
            <link>http://forum.lowyat.net/topic/1331626</link>
            <description>hi&lt;br /&gt;i got prob with my alcatel x070s 3g modem.  i tried it using ubuntu 9.04 but nothing detected. then i tried using linux mint, still.. not solve. any otai know ho to fix this? oh i&amp;#39;m using celcom bb. who knows it helps~&lt;br /&gt;&lt;br /&gt;thnxs~</description>
            <author>hellstudio</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 20 Feb 2010 11:35:30 +0800</pubDate>
        </item>
        <item>
            <title>c# OnKeyPress?</title>
            <link>http://forum.lowyat.net/topic/1060829</link>
            <description>hi,&lt;br /&gt;&lt;br /&gt;could someone help me in solving my problem. i am using iron speed in upgrading my project. as default, when i type 2 character in search text box automatically all related data will appear like we search data that already have in their database in google.&lt;br /&gt;my problem is when i select the data by clicking the enter key the data appear on that text box but not begin searching. and i need to press again the enter key and now the search is begin. could someone please help me... i have been stuck into this about several weeks.&lt;br /&gt;&lt;br /&gt;i think it use OnKeyPress but where to put it. tq.&lt;br /&gt;&lt;br /&gt;here is the .aspx search area code snippet:&lt;br /&gt;&lt;br /&gt;[bad html removed] Search &amp;amp; Filter Area --&amp;#62;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td class=&amp;quot;fila&amp;quot;&amp;gt;Search&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;%= SystemUtils.GenerateEnterKeyCaptureBeginTag(FindControl(&amp;quot;TableControl&amp;#036;HSearchButton&amp;quot;)) %&amp;gt;&lt;br /&gt;&amp;lt;asp:TextBox runat=&amp;quot;server&amp;quot; id=&amp;quot;SearchArea&amp;quot; CaseSensitive=&amp;quot;false&amp;quot; Columns=&amp;quot;50&amp;quot; CssClass=&amp;quot;Search_Input&amp;quot; Fields=&amp;quot;name,email&amp;quot; &amp;gt;&lt;br /&gt;&amp;lt;asp:AutoCompleteExtender id=&amp;quot;SearchAreaAutoCompleteExtender&amp;quot; runat=&amp;quot;server&amp;quot; TargetControlID=&amp;quot;SearchArea&amp;quot; ServiceMethod=&amp;quot;GetAutoCompletionList_SearchArea&amp;quot; MinimumPrefixLength=&amp;quot;2&amp;quot; CompletionInterval=&amp;quot;700&amp;quot; CompletionSetCount=&amp;quot;10&amp;quot; CompletionListCssClass=&amp;quot;autotypeahead_completionListElement&amp;quot; CompletionListItemCssClass=&amp;quot;autotypeahead_listItem &amp;quot; CompletionListHighlightedItemCssClass=&amp;quot;autotypeahead_highlightedListItem&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/asp:AutoCompleteExtender&amp;gt;&lt;br /&gt;&amp;lt;%= SystemUtils.GenerateEnterKeyCaptureEndTag(FindControl(&amp;quot;TableControl&amp;#036;SearchButton&amp;quot;)) %&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td class=&amp;quot;filbc&amp;quot;&amp;gt;&amp;lt;PhoneBookLatest:ThemeButton runat=&amp;quot;server&amp;quot; id=&amp;quot;SearchButton&amp;quot; Button-CausesValidation=&amp;quot;False&amp;quot; Button-CommandName=&amp;quot;Search&amp;quot; Button-Text=&amp;quot;&amp;lt;%# GetResourceValue(&amp;quot;Btn:SearchGoButtonText&amp;quot;, &amp;quot;PhoneBookLatest&amp;quot;) %&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/PhoneBookLatest:ThemeButton&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;*I think the most simple thing about what the prog should do is when I type the words in the search box, the possible results will automatically appear. and after that I can choose from the appeared results the one that I searched for. i&amp;#39;ve great headache trying to solve this. help please...</description>
            <author>hellstudio</author>
            <category>Codemasters</category>
            <pubDate>Fri, 12 Jun 2009 14:28:43 +0800</pubDate>
        </item>
    </channel>
</rss>
