<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by ultra5219</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 24 Jun 2026 05:53:31 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Reinstall windows 8.1</title>
            <link>http://forum.lowyat.net/topic/5191248</link>
            <description>Hi guys&lt;br /&gt;I got problem, my laptop from originally freeDos Asus laptop. I bought the Windows 8.1 Pro OEM version before at IT lowyat store long time ago, first time install ok can activate too. Then few years later i upgraded windows 10 pro for free seems okay but due to certain programs i do for my work cannot run windows 10, then i format reinstall back to Windows 8.1. The problem is when i go activation, the product key got blocked. I install on same laptop never change mother board... anyone have this issue before? Does OEM license only can activate 1 time for 1 machine only?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks</description>
            <author>ultra5219</author>
            <category>Software</category>
            <pubDate>Sun, 05 Sep 2021 19:28:28 +0800</pubDate>
        </item>
        <item>
            <title>Whats the market price now?</title>
            <link>http://forum.lowyat.net/topic/2481392</link>
            <description>Hi guys..&lt;br /&gt;Anyone knows whats the currently market price for bold 9900 white??&lt;br /&gt;Looking in miri area...wana buy phone Asap.. &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Others OS General Discussion</category>
            <pubDate>Fri, 24 Aug 2012 15:46:59 +0800</pubDate>
        </item>
        <item>
            <title>using array calculate total item</title>
            <link>http://forum.lowyat.net/topic/2354765</link>
            <description>hi..&lt;br /&gt;help me how to use array in C, when im try to input 3 items.&lt;br /&gt;lets say item 1: 100, item 2: 30, item 3: 10.. so it will display each row total item which is:  140.&lt;br /&gt;&lt;br /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;#include&amp;lt;conio.h&amp;gt;&lt;br /&gt;int main (void)&lt;br /&gt;{&lt;br /&gt;int n,i;&lt;br /&gt;printf(&amp;quot;Enter no of person &amp;#092;n&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;n);&lt;br /&gt; while (n&amp;gt;50 || n&amp;lt;=0)&lt;br /&gt;    {&lt;br /&gt;        printf(&amp;quot;Error&amp;#33; enter correct no of salesman (1-50).&amp;#092;n&amp;quot;);&lt;br /&gt;        printf(&amp;quot;Please enter the number again.&amp;#092;n&amp;quot;);&lt;br /&gt;        scanf(&amp;quot;%d&amp;quot;,&amp;amp;n);&lt;br /&gt;    }&lt;br /&gt;&lt;span style='color:red'&gt;&lt;br /&gt;&lt;br /&gt;     printf(&amp;quot;enter item 1 quantity:&amp;quot;);&lt;br /&gt;     scanf(&amp;quot;%d&amp;quot;,&amp;amp;a);&lt;br /&gt;      printf(&amp;quot;enter item 2 quantity:&amp;quot;);&lt;br /&gt;     scanf(&amp;quot;%d&amp;quot;,&amp;amp;b);&lt;br /&gt; printf(&amp;quot;enter item 3 quantity:&amp;quot;);&lt;br /&gt;     scanf(&amp;quot;%d&amp;quot;,&amp;amp;c);&lt;br /&gt;&lt;br /&gt;total:= a+b+c;&lt;br /&gt;printf(&amp;quot;total item for person no 1 is: %d&amp;quot;,total);&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;any ideas??</description>
            <author>ultra5219</author>
            <category>Codemasters</category>
            <pubDate>Mon, 21 May 2012 09:04:31 +0800</pubDate>
        </item>
        <item>
            <title>function with return value</title>
            <link>http://forum.lowyat.net/topic/2318674</link>
            <description>hi guys..&lt;br /&gt;ermm i got question, how to put functions argument with return value in C language.&lt;br /&gt;here is my sample code for C language. i got stuck about this functions.&lt;br /&gt;Thanks...  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;#include&amp;lt;conio.h&amp;gt;&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;  int quantity;&lt;br /&gt;  float price;&lt;br /&gt;  char name;&lt;br /&gt;&lt;br /&gt;     printf(&amp;quot;enter item name:&amp;#092;n&amp;quot;);&lt;br /&gt;     scanf(&amp;quot;%s&amp;quot;,&amp;amp;name);&lt;br /&gt;     &lt;br /&gt;      printf(&amp;quot;enter item quantity:&amp;#092;n);&lt;br /&gt;      scanf(&amp;quot;%d&amp;quot;,&amp;amp;quantity);&lt;br /&gt;&lt;br /&gt;      printf(&amp;quot;enter item price:&amp;#092;n&amp;quot;);&lt;br /&gt;      scanf(&amp;quot;%f&amp;quot;,&amp;amp;price);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;     formula= quantity * price;&lt;br /&gt;&lt;br /&gt;     printf(&amp;quot;&amp;#092;n item name:&amp;quot;,name);&lt;br /&gt;     printf(&amp;quot; &amp;#092;n quantity:&amp;quot;,quantity);&lt;br /&gt;     printf(&amp;quot;&amp;#092;n Total price is:&amp;quot;,formula);&lt;br /&gt;}</description>
            <author>ultra5219</author>
            <category>Codemasters</category>
            <pubDate>Mon, 23 Apr 2012 20:27:21 +0800</pubDate>
        </item>
        <item>
            <title>Official Wallpaper for Blackberry Playbook</title>
            <link>http://forum.lowyat.net/topic/2253375</link>
            <description>hi guys..&lt;br /&gt;has anyone can share with me the official wallpaper for blackberry playbook..&lt;br /&gt;mine is missing after security wipe.. &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;the big problem i forgot to backup..haiyaaaa&lt;br /&gt;&lt;br /&gt;thanks alot</description>
            <author>ultra5219</author>
            <category>Others OS General Discussion</category>
            <pubDate>Mon, 05 Mar 2012 18:22:52 +0800</pubDate>
        </item>
        <item>
            <title>calulate marks and show grades</title>
            <link>http://forum.lowyat.net/topic/2244070</link>
            <description>hi guys..&lt;br /&gt;i got problem with my C language Excercise.&lt;br /&gt;my instructor ask me to calculate the 3 assigment marks then overall marks shows pass or fail.&lt;br /&gt;but the problem is, not allowed using any loops example IF Then Else, While do..Repeat until ETC...&lt;br /&gt;&lt;br /&gt;is it possible to solve that problem??&lt;br /&gt;thanks &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Codemasters</category>
            <pubDate>Mon, 27 Feb 2012 20:26:02 +0800</pubDate>
        </item>
        <item>
            <title>HP Backlit keyboard</title>
            <link>http://forum.lowyat.net/topic/2199168</link>
            <description>Hi guys..&lt;br /&gt;im looking for HP Backlit keyboard for HP dv3-2111tx (espresso)&lt;br /&gt;anyone know where i can buy this spare part ya?&lt;br /&gt;&lt;br /&gt;Or any ideas where i can find this backlit keyboard in malaysia?&lt;br /&gt;&lt;br /&gt;thanks.. &lt;!--emo&amp;:drool:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/drool.gif' border='0' style='vertical-align:middle' alt='drool.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Sun, 22 Jan 2012 17:41:41 +0800</pubDate>
        </item>
        <item>
            <title>HP dv3</title>
            <link>http://forum.lowyat.net/topic/2095505</link>
            <description>hi everyone..&lt;br /&gt;has anyone still using HP pavilion dv3-2111tx??? i wana ask you something ohhh...&lt;br /&gt;i dono why when i press power button, the power button only light up few secounds...(6 sec) then after that, all light up appear, then see HP bios screen and finally can boot windows.. normally before this issue occur, when i press power button, everything is ok..very fast boot.. and now delay already.&lt;br /&gt;how to fix this problem? thanks..&lt;br /&gt;&lt;br /&gt;View video link: &lt;a href='http://www.youtube.com/watch?v=KGXysVD8DDA' target='_blank'&gt;http://www.youtube.com/watch?v=KGXysVD8DDA&lt;/a&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Fri, 04 Nov 2011 06:01:28 +0800</pubDate>
        </item>
        <item>
            <title>HP dv3-2111tx users</title>
            <link>http://forum.lowyat.net/topic/2077237</link>
            <description>hi guys&lt;br /&gt;any user owner still using hp dv3-2111tx?&lt;br /&gt;well just wana ask arrr... did u clean your CPU fan?&lt;br /&gt;replace the OLD HP thermal pad???&lt;br /&gt;&lt;br /&gt;is it ok arrr...when i clean the CPU fan, then Replace the OLD HP thermal Pad with Coolmaster thermal paste?? &lt;br /&gt;i just hoping that the lappy not really hot laaa...&lt;br /&gt;thanks..</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Thu, 20 Oct 2011 12:48:51 +0800</pubDate>
        </item>
        <item>
            <title>HP mini 210 Beats audio</title>
            <link>http://forum.lowyat.net/topic/2071956</link>
            <description>hi guys.. &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;any news about this netbook?? i really interested and waiting when this netbook available sale in malaysia?&lt;br /&gt;nice design..love the beats audio and love the colours   &lt;!--emo&amp;:drool:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/drool.gif' border='0' style='vertical-align:middle' alt='drool.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thanks &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;review link: &lt;a href='http://laptopreviewshop.com/hp-mini-210-gets-the-beats-treatment.html' target='_blank'&gt;http://laptopreviewshop.com/hp-mini-210-ge...-treatment.html&lt;/a&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Sun, 16 Oct 2011 01:21:41 +0800</pubDate>
        </item>
        <item>
            <title>help me</title>
            <link>http://forum.lowyat.net/topic/2051089</link>
            <description>hi guys&lt;br /&gt;i just wondering why when i press power button, the boot delay few sec ohh??&lt;br /&gt;i dono, i press power button, light power button on but other quick lunch button not yet light up...which is delay 3 sec then all light on..boot normal..then HP bios screen appear...&lt;br /&gt;&lt;br /&gt;is there any solutions solve?&lt;br /&gt;i see my friend dv3-2111tx same model as mine, when i press his lappy power button, wahh so fast...boot normal..no delay...&lt;br /&gt;&lt;br /&gt;thanks &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Thu, 29 Sep 2011 06:12:07 +0800</pubDate>
        </item>
        <item>
            <title>where i can find Vista ultimate SP1 iso?</title>
            <link>http://forum.lowyat.net/topic/2009308</link>
            <description>hi guys..&lt;br /&gt;anyone knows where i can find or download original Vista ultimate SP1 iso???&lt;br /&gt;not serial key ok..i just need the iso file..not modified...&lt;br /&gt;&lt;br /&gt;i try to upgrade from my old hp laptop...preinstall vista home premium SP1 to ultimate..upgrade was been disabled dono y&lt;br /&gt;or maybe because my ultimate DVD not include SP1...&lt;br /&gt;&lt;br /&gt;help me..&lt;br /&gt;thanks &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Software</category>
            <pubDate>Tue, 23 Aug 2011 21:58:53 +0800</pubDate>
        </item>
        <item>
            <title>HP mini 210 with beats Audio</title>
            <link>http://forum.lowyat.net/topic/1960134</link>
            <description>hi guys&lt;br /&gt;anyone knows when this netbook released in malaysia ahhh??&lt;br /&gt;so nice this netbook..i like the design..and more sexy..&lt;br /&gt;&lt;br /&gt;Thanks  &lt;!--emo&amp;:drool:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/drool.gif' border='0' style='vertical-align:middle' alt='drool.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;YOUTUBE: &lt;a href='http://www.youtube.com/watch?v=zBiyyHM_OCY' target='_blank'&gt;http://www.youtube.com/watch?v=zBiyyHM_OCY&lt;/a&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Sat, 16 Jul 2011 19:28:26 +0800</pubDate>
        </item>
        <item>
            <title>HP Battery</title>
            <link>http://forum.lowyat.net/topic/1860765</link>
            <description>hi..&lt;br /&gt;anyone know how much the HP pavilion DV3-2111tx spare part battery price?&lt;br /&gt;mine is 6 cell batery.&lt;br /&gt;&lt;br /&gt;the hp and windows pop up on screen says consider to replace your new battery...&lt;br /&gt;&lt;br /&gt;Thanks..</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Mon, 02 May 2011 18:12:01 +0800</pubDate>
        </item>
        <item>
            <title>HP User account Picture in windows 7</title>
            <link>http://forum.lowyat.net/topic/1511759</link>
            <description>hi all&lt;br /&gt;&lt;br /&gt;ermm anyone got HP user account picture on your Pavilion notebook?&lt;br /&gt;&lt;br /&gt;if u got one, can u upload for me, i wana set my user account pic as HP Logo lo..&lt;br /&gt;&lt;br /&gt;Thanks..  &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Mon, 02 Aug 2010 20:39:15 +0800</pubDate>
        </item>
        <item>
            <title>Nokia N80 Problem</title>
            <link>http://forum.lowyat.net/topic/1474026</link>
            <description>Hi guys&lt;br /&gt;&lt;br /&gt;i just wondering what happen to my nokia N80 arr??&lt;br /&gt;&lt;br /&gt;i need to turn on sleep mode so that my battery energy save la...&lt;br /&gt;&lt;br /&gt;cant go sleep mode already...the blue light wont turn on anymore since the screen keep flasing every 1 sec.&lt;br /&gt; i do set and turn On sleep mode... light time out set 30 sec.. but nothing happen at all.&lt;br /&gt;&lt;br /&gt;The LCD will turn off 30 sec as i set up and suposed to be when the LCD turn off by it self..the blue flash mode occur already right (sleep mode) but then no Sleep mode occur and the blue light wont turn on at all.&lt;br /&gt;&lt;br /&gt;was it the ribbon problem or what ahh??&lt;br /&gt;&lt;br /&gt;thanks  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Tue, 29 Jun 2010 18:16:39 +0800</pubDate>
        </item>
        <item>
            <title>Nokia E72</title>
            <link>http://forum.lowyat.net/topic/1398381</link>
            <description>Hi everyone  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;  well i just few question regarding my E72. hmm well firstly my mobile just drop acidently by me around 15th floor i think.&lt;br /&gt;my mobile now spoiled especially LCD and the board. do u think if i send to mobile shop do they repair and replace new parts?&lt;br /&gt;&lt;br /&gt;help me ah.. just need advise first. then if i agree will send to mobile shop soon for repair&lt;br /&gt;&lt;br /&gt;thanks  &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Wed, 21 Apr 2010 20:24:56 +0800</pubDate>
        </item>
        <item>
            <title>How to repair this notebook.</title>
            <link>http://forum.lowyat.net/topic/1354427</link>
            <description>Hi guys..&lt;br /&gt;&lt;br /&gt;i owned my hp tablet tx1209au...1 year plus used already but then motherboard fail again.. no bios load up screen, fan running..and screen totally blank. this problem due Defective Nvidia chipset.&lt;br /&gt;is it any place where i can send and repair my motherboard? well currently im in miri right now... any repair motherboard ah in miri?&lt;br /&gt;thanks...  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ultra5219</author>
            <category>Technical Support</category>
            <pubDate>Sat, 13 Mar 2010 11:19:47 +0800</pubDate>
        </item>
        <item>
            <title>Where i Can Find this notebook?</title>
            <link>http://forum.lowyat.net/topic/1331860</link>
            <description>hi guys..&lt;br /&gt;&lt;br /&gt;im just wondering where i can find HP pavilion DV3500 ya? its bronze colour. i know its an old model. i cant find any stores any computer shop lo.&lt;br /&gt;anyone knows where i can find and buy it, text me..&lt;br /&gt;&lt;br /&gt;Thanks  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href='http://img19.imageshack.us/i/hpdv3500pavilion3.jpg/' target='_blank'&gt;&lt;img src='http://img19.imageshack.us/img19/3779/hpdv3500pavilion3.th.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href='http://img69.imageshack.us/i/8753frontrightdv3500.jpg/' target='_blank'&gt;&lt;img src='http://img69.imageshack.us/img69/787/8753frontrightdv3500.th.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>ultra5219</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Sat, 20 Feb 2010 17:02:35 +0800</pubDate>
        </item>
        <item>
            <title>aiyo...</title>
            <link>http://forum.lowyat.net/topic/1279498</link>
            <description>halo again.. &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt; i dono la..what happen to my tx1000 nvidia video card (Geforce Go 6150) cant enabled Aero Theme , cant watch video properly And And View Photo properly??&lt;br /&gt;&lt;br /&gt;i dono since i changed new thermal paste, the Video card seems wont run on Premium visual theme. running Windows 7 basic Theme runs OK but selecting Aero glass theme wont work very well. &lt;br /&gt;I DO RESET DEFAULT settings on Nvidia, Re-install Nvidia Geforce Go6150 drivers or Format My PC, StiLL NO LUCK..&lt;br /&gt;anyone know how to fixed it?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS: Im running Windows 7 Ultimate And download all drivers from windows 7 and Hp as well too..&lt;br /&gt;&lt;br /&gt;ThX&lt;br /&gt;&lt;br /&gt;&lt;a href='http://img268.imageshack.us/i/aeroglasswontdisplayver.jpg/' target='_blank'&gt;&lt;img src='http://img268.imageshack.us/img268/2875/aeroglasswontdisplayver.th.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://img99.imageshack.us/i/photoviewerwontdisplayv.jpg/' target='_blank'&gt;&lt;img src='http://img99.imageshack.us/img99/1706/photoviewerwontdisplayv.th.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;</description>
            <author>ultra5219</author>
            <category>Mobile Computing</category>
            <pubDate>Sat, 02 Jan 2010 08:40:42 +0800</pubDate>
        </item>
    </channel>
</rss>
