Microsoft having a strong source code backup,especially in system side. Also they have some good experience in mobile field. Then why they are not able to create a product like iPad? Still they are searching for a competing mobile app ?. From my point of view , the most addressable things behind the success of apple is their design. In detail simplicity(user friendly) and graphics(attractive) of applications. Why Microsoft cant do this ? or are they doing this ? :confused: :confused: :confused:
R jeev K R
Posts
-
Waiting for a Mocrosoft release ....... ? -
Left pane of this page..... !!!Left pane of this page is always reminding me, there is no end to learning ......
-
The only thing in the life of a programmer to remeber ?:)
-
The only thing in the life of a programmer to remeber ?int i=0; for( i = 0; i < count ; i++) { :confused: } :laugh:
-
remove unwanted resource VC6Just select that dialog (IID_DIALOG1)in Resource view and press the delete button. Thats it.... :thumbsup:
-
CMap Issue. -
How long would the "i" generation be?Now the iPad,iPhone and all the "i" generation devices and developments are in the top. But how long...? Will i have to go back to my Windows development ?. Anyway i like both Windows and Mac... ;P
-
Microsoft Vs AppleSome APIs in Objective C showing the status deprecated . I have used a lot of deprecated APIs in my application. I really afraid about its future. I have never faced these sort of experience in VC++....... :((
-
Microsoft Vs AppleMicrosoft still can keep there backward compatibility in VC++ APIs but why Apple in objective C... ? :confused:
-
Microsoft not recomenting managed developement. isn't it ?I don't know ... But the things are going on that way.... ;)
-
Microsoft not recomenting managed developement. isn't it ?But i think in a different way. If we have deep knowledge about a subject then whats the need of a mediator like CLR to execute. It should only cause some performance issues when we doing some system side programming like video related works. If we are using managed code for this purpose we must need to work under CLR. So i think Microsoft looking for performance rather than look and feel... :laugh: :laugh:
-
Microsoft not recomenting managed developement. isn't it ?I agree with that,but in their latest products like visual studio 2005 and above...? Also Microsoft already stated that they have no plans to release a managed DirectX support. :confused: :confused:
-
Microsoft not recomenting managed developement. isn't it ?Microsoft still using Win32, MFC and COM technologies in their latest products,In my knowledge almost all the products. I am really surprised about why they are not using managed code for their products ? :omg:
-
FFDShow in my project...Still i am not able to fix the problem. For the time being i am using the FFDShow registry settings for my purpose. But this is not A PERMANENT SOLUTION for me...
-
FFDShow in my project...Hi All.. I need to use FFDShow interfaces in my VC++ project. how can i proceed. I got ffdshow.ax file from the FFDShow instalation directory. But there is no tlb file to import. Can i use this .ax file for getting the interfaces...? Or any other methods there to proceed... Please help me...
-
Changing Edit box colour on button clickTry this... SendMessage(m_hWnd, EM_SETBKGNDCOLOR, 0, RGB(0, 255, 255) :thumbsup:
-
loading menu dynamicallyCheckout the following article.... ATL COM Based Addin / Plugin Framework With Dynamic Toolbars and Menus[^]
-
How to iterate vtable of COM coclass?Checkout the following articles... It may helpful for your needs.... Writing An Extensible COM Application[^] Pluggable Components using Component Categories Part I[^]
-
FourCCJust try with supporting CODEC. CODEC missing may be the problem if your conversion was in right way...
-
FourCCYou are right .Thats Why i suggested to install Window Media 9 series codec...