Posts
WinCE Essentials Volume and File Control
- Get link
- X
- Other Apps
WinCE Essentials   1. How to Enable warning tones, key click and control Volume:  It is a general question for a WinCE starter here is the answer. There will be a following registry entry available in the platform.reg file entry.    [HKEY_CURRENT_USER\ControlPanel\Volume]  "Key"=dword:10000        ; Keyclicks: 1=soft, 0x10002=loud  "Screen"=dword:10002    ; ScreenTaps: 1=soft, 0x10002=loud  "Mute"=dword:2        ; 7=Enable all sounds (1=Notifications, 2=Apps, 4=Events.)  "Volume"=dword:FFFFFFFF    ; 0=off, 0xFFFFFFFF=maximum    a. "Key"=dword:10000        ; Keyclicks: 1=soft, 0x10002=loud  The Possible values of the key clicks sounds are,  10000 - Key click OFF  10001 - Key click Soft (click sound will be minimal)  10002 - Key click Loud (click sound will be maximum)    b. "Screen"=dword:10002    ; ScreenTaps: 1=soft, 0x10002=loud  The Possible values of the screen Taps sounds are,  10000 - Screen Taps OFF  10001 - Screen Taps...
Are you qualified to be a professional
- Get link
- X
- Other Apps
   Are you qualified to be a professional    The following quiz consists of four questions that tell you whether or not you are qualified to be a professional.   The questions are not that difficult. You just need to think like a professional.   Scroll down for the answers.     1. How do you put a giraffe into a refrigerator?   The correct answer is:  Open the refrigerator,  put in the giraffe  and close the door.   This question tests whether or not you are doing simple things in a complicated way.   ********************************************************   2. How do you put an elephant into a refrigerator?   Incorrect answer:  Open the refrigerator,  put in the elephant  and shut the refrigerator.   Correct answer:  Open the refrigerator,  take out the giraffe,  put in the elephant  and close the door.   This question tests your foresight.   ***********************************************   3. The Lion King is hosting an animal conference.  All the animals attend except one...
Java Swings
- Get link
- X
- Other Apps
 Java Swings        Java Interview Questions  site discussing core java IT technical interview questions in detail.  These are some of the java job interview questions me and my friends have faced regularly in  campus interviews and off campuses. I have consolidated all of them from different people and communities into a vast resource of core java interview questions all in one place. So I am giving  you a chance to prepare well by going through each of the java interview faqs organized by java  topics, before attending a technical interview on java.   Java Swing Interview Questions What is the difference between Swing and AWT components? AWT components are heavy-weight, whereas Swing components are lightweight. Hence Swing  works faster than AWT. Heavy weight components depend on the local windowing toolkit. For  example, java.awt.Button is a heavy weight component. Pluggable look and feel possible  using java Swing...
Decimal to Binary conversion using Stack in c
- Get link
- X
- Other Apps
 Decimal to Binary conversion using Stack in c # include < stdio.h >  # include < conio.h >  # include < process.h >  # define  MAX 10   typedef  struct  stack  {   int  data [ MAX ] ;   int  top ;  } stack ;  //---------------------  int  empty ( stack  * s )  {   if ( s - > top = = - 1 )        return ( 1 ) ;   return ( 0 ) ;  }  //----------------------  int  full ( stack  * s )  {   if ( s - > top = = MAX - 1 )       return ( 1 ) ;   return ( 0 ) ;  }  //-----------------------  void  push ( stack  * s , int  x )  {   s - > top = s - > top + 1 ;   s - > data [ s - > top ] = x ;  }  //-----------------------  int  pop ( stack  * s )  {   int  x ;   x = s - > data [ s - > top ] ;   s - > top = s - > top - 1 ;   return ( x ) ;  }  //------------------------  void  main ( )  {   stack  s ;   int  num ;    s . top = - 1 ;       printf ( " \n Enter decimal number: " ) ;       scanf ( " %d " , & num ) ;        while (...
X3 Albion Prelude Skidrow
- Get link
- X
- Other Apps
 
 X3 Albion Prelude Skidrow                   Short Description   For fans of simulation games X3, there is news that the expansion game  from Egosoft X3: Terran Conflict will be released next week. This standalone  expansion that is entitled X3: Albion Prelude, released for PC on December  15 via Steam. And for the Mac version is rumored to be released follow.   X3: Prelude Albion is a warming of the game X3: Rebirth will be released next  year. Told that there is a conflict between the Earth with some of the races in  the X  Universe  which resulted in a great battle.   System Requirements  OS: Windows XP/Vista  Processor: Intel Pentium 4 @ 2.0 GHz /  AMD Athlon XP  2000+  Memory: 1 Gb  Hard Drive: 10 Gb free  Video Memory: 256 Mb  Video Card: nVidia  GeForce 6600  /  ATI Radeon X1300  Sound Card: DirectX Compatible  DirectX: 9.0c  Keyboard  Mouse   Download Section  Total Size : 7.23 GB    Turbobit   Note :  Downloa...