Tuesday 25 August 2015

VB.NET :: source code game mantul-mantul dengan vb.net

Imports System.Drawing
Imports System.Drawing.Drawing2D
Imports System.Drawing.Font
Imports System.Drawing.FontFamily
Public Class Form1
    Dim x, y, xe, ye As Integer
    Dim arahx, arahy As Integer
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        x = -100
        y = -100
        xe = 50
        ye = 50
        arahx = 1
        arahy = 1
        ‘Timer1.Start()
    End Sub
    Private Sub Panel1_Paint(sender As Object, e As PaintEventArgs) Handles Panel1.Paint
        Dim g As Graphics = e.Graphics
        If ComboBox1.SelectedIndex = 0 Then
            g.DrawRectangle(Pens.Aqua, x, y, 100, 50)
        Else
            g.DrawEllipse(Pens.Aqua, x, y, 100, 50)
        End If
        Dim a() As Point = {New Point(x, y), New Point(x + 50, y + 100), New Point(x + 100, y), New Point(x, y)}
        g.DrawLines(Pens.Red, a)
        Dim gp As GraphicsPath = New GraphicsPath(FillMode.Alternate)
        gp.AddLines(a)
        g.FillPath(Brushes.Blue, gp)
        g.DrawEllipse(Pens.Aqua, xe, ye, 50, 50)
    End Sub
    Private Sub Panel1_MouseClick(sender As Object, e As MouseEventArgs) Handles Panel1.MouseClick
        x = e.X
        y = e.Y
        Panel1.Refresh()
    End Sub
    Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
        xe += arahx
        ye += arahy
        If xe + 50 > Panel1.Width Then
            arahx *= -1
        End If
        If ye + 50 > Panel1.Height Then
            arahy *= -1
        End If
        If ye < 0 Then
            arahy *= -1
        End If
        If xe < 0 Then
            arahx *= -1
        End If
        Panel1.Refresh()
    End Sub
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Timer1.Start()
    End Sub
    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        Timer1.Stop()
    End Sub
End Class



VB6.0 :: GAME TIC TAC VB.6.0

Nah Kali ini saya akan ngasih Source Codenya Langsung Aja Deh Di Download :
- Visual Basic 6.0 [Download]
- Source Code [Download]

C++ :: Animasi Bola Pantul2



Kode Pada CPP:

#include<constream.h>

#include<dos.h>

#include<stdlib.h>

void main()

{

        textbackground(0);

        clrscr();

        int xb,yb,axb,ayb;

        int w[41];

        int v[15];

        int speed;

        int csk,t;

        t=4;       

        speed=100;

         axb=1;

        ayb=1;

        xb=20;

        yb=5;

        int xp,yp;


        xp=25;

        yp=23;

        int skor=0;

        int tombol;

        int p;

        for(p=1;p<=42;p++)

        {

                textbackground(3);

                gotoxy(p,1);

                cprintf(" ");

                gotoxy(p,24);

                cprintf(" ");

        }

        for(p=1;p<=24;p++)

        {

                textbackground(3);

                gotoxy(1,p);

                cprintf(" ");

                gotoxy(42,p);

                cprintf(" ");

        }

        textbackground(0);

        int pj;

        for(p=5;p<=36;p++)

                w[p]=1;

                for(p=2;p<=t;p++)

                v[p]=p;

                int br;

        for(br=2;br<=t;br++)

        {

                for(p=5;p<=36;p++)

                { gotoxy(p,br);

                   cprintf("ß");}

        }

        _setcursortype(_NOCURSOR);


        do

        {

                // textbackground(CYAN);

                gotoxy(10,1);

                cout<<"skor = "<<skor;

                gotoxy(30,1);

                cout<<"speed = "<<speed;

                pj=xp+8;

                for(p=xp;p<=pj;p++)

                {

                        gotoxy(p,yp);

                        cprintf("ß");

                }

                 gotoxy(xb,yb);

               cprintf("O");


                delay(speed);

                gotoxy(xb,yb);

                cprintf(" ");

                for(p=xp;p<=pj;p++)

                {

                        gotoxy(p,yp);

                        cprintf(" ");

                }

                if(kbhit())

                {

                        tombol=getch();

                        if(tombol==75)

                        {

                                if(xp>10)

                                        xp=xp-6;

                                else

                                        xp=2;

                        }


                        else if(tombol==77)

                        {

                                if(xp<30)

                                        xp=xp+6;

                                else

                                        xp=33;

                        }

               }

                        xb=xb+axb;

                        yb=yb+ayb;


                if(xb==2)

                        axb=1;

                else if(xb==41)

                        axb=-1;

                if(yb==2)

                        ayb=1;


                if(yb==22 && (xb>=xp-1 && xb<=pj+1))

                {

                        ayb=-1;

                }

                else if(yb==23)

                {

                        gotoxy(30,12);

                        cout<<"Game Over";

                        tombol=27;

                }

                for(csk=t;csk>=3;csk--)

                {

                        if(yb==csk && w[xb]==1)

                        {

                                w[xb]=0;

                                ayb=-ayb;

                                skor=skor+10;

                                if(skor%50==0)

                                {

                                        if(speed>30)

                                        speed=speed-5;

                                }

                        }

                }


        }while(tombol!=27);

        getch();

}



Wow Update Firefox 40 Sangat Responsif di Windows 10

Yey Sobat jufrikablo , kali ini jufrika inin berbai pengalaman menarik seputar internet . apa itu? yaitu tentang firefox 40 yang disandingkan dengan windows 10.

Ketika jufrika baru upgrade windows 10 , firefox yang jufrika gunakan yaitu versi 39 xx . versi tersebut ketika di pakai untuk browsing sangat lamban dan sering not responding , saya pikir windows nya tidak compatible . dan ketika ada pemberitahuan untuk upgrade ke versi 40 . maka ya di upgrade saja dan seketika mozilla menjadi sangat fast :D .
selain itu ada perbedaan yang mencolok yaitu tombol menu menjadi warna abu ab dan tombol close nya menjadi lebih besar.

Perubahan/update penting berguna lainnya di Firefox 40 adalah sebagai berikut:

  •     Peningkatan perlindungan terhadap malware.
  •     Peningkatan animasi CSS.
  •     Ubin yang Disarankan (Suggested Tiles) pada halaman Start. Ini adalah jenis baru dari iklan  yang akan mempromosikan ubin khusus situs yang direkomendasikan berdasarkan aktivitas Anda (riwayat browsing) dan kepentingan.
  •     Kemampuan untuk menambahkan konteks percakapan Firefox Hello.
  •     Inisialisasi Plugin asynchronous.
  •     New add-ons manager dengan verifikasi tanda tangan (signature verification).
  •     Sebuah panduan baru tentang cara mengatur Firefox sebagai browser default pada Windows 10 (saat pertama kali membuka).
  •     Banyak perubahan untuk pengembang dan perbaikan keamanan.
erubahan/update penting berguna lainnya di Firefox 40 adalah sebagai berikut: Peningkatan perlindungan terhadap malware. Peningkatan animasi CSS. Ubin yang Disarankan (Suggested Tiles) pada halaman Start. Ini adalah jenis baru dari iklan yang akan mempromosikan ubin khusus situs yang direkomendasikan berdasarkan aktivitas Anda (riwayat browsing) dan kepentingan. Kemampuan untuk menambahkan konteks percakapan Firefox Hello. Inisialisasi Plugin asynchronous. New add-ons manager dengan verifikasi tanda tangan (signature verification). Sebuah panduan baru tentang cara mengatur Firefox sebagai browser default pada Windows 10 (saat pertama kali membuka). Banyak perubahan untuk pengembang dan perbaikan keamanan.

Baca selengkapnya di Yujikop.com: http://yujikop.com/rilis-firefox-40-bekerja-lebih-lancar-di-windows-10/

jadi siap untuk memakai firefox 40 ??? :D

Thursday 20 August 2015

VB.NET :: PROJECT ANTIVIRUS DENGAN VISUAL BASIC .NET



Project Files: 

File NameSize
1326096460_Add.ico99678
Seren Antivirus Plus 2012.pdb73216
Seren Antivirus Plus 2012.vshost.exe14328
Seren Antivirus Plus 2012.vshost.exe.manifest490
Seren Antivirus Plus 2012.xml738
viruslist.txt2268278
viruslist.txt2268278
Form1.Designer.vb31099
Form1.resx174747
Form1.vb10186
Form2.Designer.vb5413
Form2.resx20482
Form2.vb903
Application.Designer.vb1528
Application.myapp510
AssemblyInfo.vb1209
Resources.Designer.vb2793
Resources.resx5612
Settings.Designer.vb3009
Settings.settings279
Seren Antivirus Plus 2012.pdb73216
Seren Antivirus Plus 2012.vbproj.FileListAbsolute.txt1970
Seren Antivirus Plus 2012.vbproj.GenerateResource.Cache905
Seren Antivirus Plus 2012.xml738
Seren_Antivirus_Plus_2012.Form1.resources112117
Seren_Antivirus_Plus_2012.Form2.resources9929
Seren_Antivirus_Plus_2012.Resources.resources180
My Project.Resources.Designer.vb.dll7680
Seren Antivirus Plus 2012.vbproj5701
Seren Antivirus Plus 2012.vbproj.user74
Seren Antivirus Plus 2012.sln972
Seren Antivirus Plus 2012.suo22528


VB6.0 :: PROJECT PEMBUATAN FOLDER LOCK VB 6.0

PROJECT PEMBUATAN FOLDER LOCK VB 6.0

Download file project pembuatannya pada link berikut ;
DOWNLOAD    :    PROJECT PEMBUATAN FOLDER LOCK VB 6.0