Or boot usplash loading screen or splash screen or boot image or boot splash progress is a splash screen that displays a progress / loading before entering the login screen / gdm.
I'll share my knowledge to customize the usplash in ubuntu. This stems from our project when going to launch our campus ubuntu distro. We studied it for about 2 months to process usplash. Finally all that time, we find special tricks to customize the usplash in ubuntu, and then we customize ubuntu to 9.04. And these distributions we named ubuntUMM which is a Ubuntu distro...
Saturday, April 23, 2011
Installing and Setting OpenGL In Microsoft Visual C + + 6.0
OpenGL (Open Graphics Library) is a standard graphics library used for graphics programming purposes. Standard specification which is owned by this library defines a cross-language, cross-platform API for writing computer applications in the form of 2D and 3D graphics. OpenGL is the open source nature, can be used on many platforms (Windows or Linux) and can be used in various types of compilers programming languages like C + +, Delphi, Java or VB.
Microsoft Visual C + + 6.0 supports the existence of OpenGL. How do I install Ms. Visual C + +...
Wednesday, April 20, 2011
Disable Mouse and Keyboard
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
function BlockInput(fBlockInput: Boolean): DWORD; stdcall; external 'user32.DLL';
function FunctionDetect(LibName, FuncName: string; var LibPointer: Pointer): Boolean;
var
LibHandle: THandle;
begin
Result := False;
LibPointer...
Draw on the title bar
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
procedure WMNCPaint(var Msg: TWMNCPaint); message WM_NCPAINT;
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.WMNCPaint(var Msg: TWMNCPaint);
var
ACanvas : TCanvas;
begin
inherited;
ACanvas := TCanvas.Create;
try
ACanvas.Handle := GetWindowDC(Form1.Handle);
with ACanvas do begin
...
disable the close menu
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.FormCreate(Sender: TObject);
var
hMenuHandle : HMENU;
begin
hMenuHandle := GetSystemMenu(Form1.Handle, FALSE);
if (hMenuHandle <> 0) then DeleteMenu(hMenuHandle,...
Tuesday, April 19, 2011
C.-based learning algorithms
Make goals / challenges in learning a programming language, so you will encouraged to solve a problem. Create a program that interests you, eg how to make a music player, making the game Tetris / snake.
You can also try Ceebot, namely software to learn programming with audio visual aid. C.-based syntax http://www.ceebot.com/ceebot/index-e....
Saturday, April 16, 2011
Disable Autorun Windows 7
How to I:
Turn Off Autoplay through the Control Panel
- Open the Control Panel -> Click Hardware and Sound -> Click the Autoplay (to open the Autoplay window settings);
- Remove the check (v) the box Use AutoPlay for all media and devices;
- Click Save;
- Done.
How II:
Turn Off Autoplay via Group Policy Editor
- Click Start -> Run -> type gpedit.msc -> then press Enter (we will go to the windows Group Policy Editor);
- Click the User Configuration -> Administrative Templates -> Windows Components -> select Autoplay Policies;
-...
Tips on How to update Bios
Basic Input / Output System (BIOS), simply represents a motherboard chip system in which duty to recognize and prepare the hardware / computer hardware when the PC is turned on, such as Notebook, Processor, Floppy Disk, Memory, DVD Rom and others. If all goes wrong then the Operating System (like Windows, Linux) just started running.If the computer running smoothly or not have a problem, does not need to upgrade (update) the BIOS on our computers. Because it is very risky for those not familiar, if not careful even computers can not be operated...
Improving Memory Card (MMC), a corrupt
Using a card reader that connects to your PC
How, through the Format menu of Windows Explorer.
1. Remove the memory card from phone, insert it into the memory card reader.
Note:
Do not carelessly pulled from the phone memory. Especially on the phone with hotswap memory slot like the N70, use the "Remove Memory" to pull out the memory when the phone is active. For phones without the "Remove Memory", you should switch off the phone first.
2. Find the memory card drive (see the Windows menu Eksploler), for example on the drive (D, E, F, G, H or other)....
Tuesday, April 12, 2011
How to Make a Flowchart of a Program Listings
After trying to force myself to learn, finally met as well. How: other people's questions answered ... hehehe. One of these questions nih:
How to create a flowchart of a program listing.
Questions & Listings courses taken from:
http://id.answers.yahoo.com/question/index;_ylt=AvmXi46dtU9Rhwzg6DO.2N8XZnRG;_ylv=3?qid=20090825092136AAqW9Nk
I created this flowchart using Microsoft Office...
Flowchart Reading Numbers Smallest of Three Numbers
If desired a flowchart program that can read the 3 pieces of number (integer, real, byte, etc.) then the flowchart generated something like this next. Did not rule out the resulting flowchart can vary, depending on the selected algorithmDownload flowchart third smallest number...
Monday, April 11, 2011
Strings in Java
Preliminary In other languages like C / C + + and Pascal (Delphi), the string is an array of characters. In Java, strings are objects and not the array of characters. Can be made array of characters, but he was not a string. The string consists of a series of characters bounded by double quotation marks (double-quote). Here's the difference between the declaration and the declaration char String:
char inputKey; char ampersand = '&';
PerancangJava String = "James Gosling"; StrAmpersand String = "&";
Note the single quotes and double...
How to Add a Chat up in Empathy
Lately I get a new toy, LINUX UBUNTU ..!. After all this time I heard about this operating system, only now I also use ubuntu memberani myself, because I'm really late to hell .. hehehe also use ubuntu because of the demands of the course instructor for the operating system II, but who would have thought because of my professors even so cinlok ama whose name is ubuntu.!
Instead of writing this the more I digress, I was back to the title alone. I use Ubuntu Ubuntu Kormic Koala, has been directly added to a chat application that is empathy so do...
Sunday, April 10, 2011
Tutorials-C Compiler Language With Anjuta IDE
At this opportunity we will discuss about how to use Anjuta IDE as C language compiler on the Linux operating system. Linux itself is an operating system based on open source so we can modify according to our wishes, including installing programs - a particular program.
Index:
A. Overview
B. Step - step Using Anjuta IDE
C. Cover
D. Author Biography
Overview
"Anjuta IDE" may sound familiar to people - people who do not like to wrestle in the field of programming. Anjuta is one of the compiler program to mencompile a good source program written...
Subscribe to:
Posts (Atom)