Bloodfish Site

yes yes this is my system that i develop using SQLYOG and XAMPP..
simple and easy..

i try my best to upload my system soon..

^^..good luck trying vs8..

Malaysian Most Exactly Like Top Model

Posted by kenjise7en in June 4, 2009

I would like to thank to my Illusivephotographic Photo Team because capturing my pic and my friend also..

Yob Yus Wan Akeem U da best!

hope the best for them..
this is their link..
feel free to surf there..

Ilusivephotographic.blogspot.com

hi..

i’ve have complete the Microsoft Visual Studio 8 interface with graphical and flash interface..
yes i do some work with swf and DotNet2007form and DotNet is an a (optional add-on)..
and i work some database with micrososft access 2007 and mySql..

The programming in visual studio 2008 is much complicated then vb6 because it need proper command to call and retrieve the data back in the form..
so i call the DotNet2007form to do my work..

The interface is quite exactly to the Microsoft 2007 word interface..i guess it need to be download this add-on so Google up^^..most of common visual basic got lame interface..but now visual studio 8 are making your life and style changed..don’t worry about the programming and the tools inside..it will surprise ya..it came in whole bunch of component and tools..in vb6 is hard to find any proper add-on and because of that the system will crash and you will Damn Annoyed ps-”don’t worry i throw my laptop several time..haha =D”

interface that will make your vs8 much lovely to touch..

Ok here the simple hint to set up your DotNet..

This example of my 1st form designer..

_
Partial Class Form1
Inherits DevComponents.DotNetBar.Office2007Form

‘Form overrides dispose to clean up the component list.
_
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub

‘Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer

‘NOTE: The following procedure is required by the Windows Form Designer
‘It can be modified using the Windows Form Designer.
‘Do not modify it using the code editor.
_
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.GroupPanel1 = New DevComponents.DotNetBar.Controls.GroupPanel
Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX
Me.TextBoxX2 = New DevComponents.DotNetBar.Controls.TextBoxX
Me.TextBoxX1 = New DevComponents.DotNetBar.Controls.TextBoxX
Me.LabelX1 = New DevComponents.DotNetBar.LabelX
Me.AxShockwaveFlash1 = New AxShockwaveFlashObjects.AxShockwaveFlash
Me.GroupPanel1.SuspendLayout()
CType(Me.AxShockwaveFlash1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()

‘GroupPanel1

Me.GroupPanel1.CanvasColor = System.Drawing.SystemColors.ControlDark
Me.GroupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel1.Controls.Add(Me.ButtonX1)
Me.GroupPanel1.Controls.Add(Me.TextBoxX2)
Me.GroupPanel1.Controls.Add(Me.TextBoxX1)
Me.GroupPanel1.Location = New System.Drawing.Point(168, 182)
Me.GroupPanel1.Name = “GroupPanel1″
Me.GroupPanel1.Size = New System.Drawing.Size(236, 186)



Me.GroupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2
Me.GroupPanel1.Style.BackColorGradientAngle = 90
Me.GroupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground
Me.GroupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderBottomWidth = 1
Me.GroupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.GroupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderLeftWidth = 1
Me.GroupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderRightWidth = 1
Me.GroupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderTopWidth = 1
Me.GroupPanel1.Style.CornerDiameter = 4
Me.GroupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded
Me.GroupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center
Me.GroupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.GroupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near
Me.GroupPanel1.TabIndex = 0
Me.GroupPanel1.Text = “Login”

‘ButtonX1

Me.ButtonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX1.Location = New System.Drawing.Point(82, 106)
Me.ButtonX1.Name = “ButtonX1″
Me.ButtonX1.PulseSpeed = 15
Me.ButtonX1.Size = New System.Drawing.Size(68, 32)
Me.ButtonX1.TabIndex = 2
Me.ButtonX1.Text = “Enter”

‘TextBoxX2




Me.TextBoxX2.Border.Class = “TextBoxBorder”
Me.TextBoxX2.Location = New System.Drawing.Point(47, 65)
Me.TextBoxX2.Name = “TextBoxX2″
Me.TextBoxX2.Size = New System.Drawing.Size(138, 20)
Me.TextBoxX2.TabIndex = 1

‘TextBoxX1




Me.TextBoxX1.Border.Class = “TextBoxBorder”
Me.TextBoxX1.Location = New System.Drawing.Point(47, 30)
Me.TextBoxX1.Name = “TextBoxX1″
Me.TextBoxX1.Size = New System.Drawing.Size(138, 20)
Me.TextBoxX1.TabIndex = 0

‘LabelX1

Me.LabelX1.Font = New System.Drawing.Font(“Lucida Sans”, 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LabelX1.Location = New System.Drawing.Point(168, 136)
Me.LabelX1.Name = “LabelX1″
Me.LabelX1.Size = New System.Drawing.Size(236, 40)
Me.LabelX1.TabIndex = 2
Me.LabelX1.Text = “Teknologi KBSE Login Form”
Me.LabelX1.TextAlignment = System.Drawing.StringAlignment.Center

‘AxShockwaveFlash1

Me.AxShockwaveFlash1.Enabled = True
Me.AxShockwaveFlash1.Location = New System.Drawing.Point(56, 12)
Me.AxShockwaveFlash1.Name = “AxShockwaveFlash1″
Me.AxShockwaveFlash1.OcxState = CType(resources.GetObject(“AxShockwaveFlash1.OcxState”), System.Windows.Forms.AxHost.State)
Me.AxShockwaveFlash1.Size = New System.Drawing.Size(454, 133)
Me.AxShockwaveFlash1.TabIndex = 3

‘Form1

Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(565, 410)
Me.Controls.Add(Me.AxShockwaveFlash1)
Me.Controls.Add(Me.LabelX1)
Me.Controls.Add(Me.GroupPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.HelpButton = True
Me.MaximizeBox = False
Me.Name = “Form1″
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = “Login”
Me.GroupPanel1.ResumeLayout(False)
CType(Me.AxShockwaveFlash1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)

End Sub
Friend WithEvents GroupPanel1 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX
Friend WithEvents TextBoxX2 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents TextBoxX1 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents LabelX1 As DevComponents.DotNetBar.LabelX
Friend WithEvents AxShockwaveFlash1 As AxShockwaveFlashObjects.AxShockwaveFlash

End Class

Oh ya..i forgot is is DevComponent.DotNetBar..So Gud Luck!
to download them : - Rapidshare = Download DotNEtBar Here!
kenji..

Funny Dota Day

Posted by kenjise7en in May 5, 2009




Flying Chicken -”typically i’am bored dunno what to do in office so..blablablabalblabla”

Butcher a.k.a Pudge

Posted by kenjise7en in May 5, 2009

Click Pudge Stomach To See rest Of My Dota Char

Click Pudge Stomach To See rest Of My Dota Char



This is My Lovely Pudge u can see rest of my Char click on pudge STOMACH!



Hook = thumb to direction thumb with 0.43 sec of hook time
radius = 0.50 cm big as 1 thumb face
Rot = Lvl 1 can kill 4 sec of enemy 20+DMG + lvl 2 hook 200+Dmg
Fresh Meat = 175+DMG hmmm so fresh meat…
Item = Secret(Only My clan Know)

FurY Members..

Posted by kenjise7en in May 5, 2009

S7EN-|
hellies
xx_dota_xx
[Fury]Walaowala
kiva
[FurY]Ky
[FurY]Sady
Lunarzz
~|Ken
Yews1ong
Ciputia
[FurY]Teh_tolak
[FurY]Bananaman
ipod
error
narut@
Kxy
Carigan -

Visual Studio 2008(Visual Basic 8.0)

Posted by kenjise7en in April 22, 2009

Visual Studio 8.0

My company giving a new task to do some software programming , right now i’am searching for a new ideas on what when and which to develop a software using a Visual Studio 8.0 (Visual Basic C++ , C#).
Folks , SOON I will show some of example on VB 8.0 to bring some option and learning method to beginner.

And i will show my software that i develop when i finish it..

s7en-|

Kenji [s7en-|] -about me-

Posted by kenjise7en in April 21, 2009

Kenji se7en with shazwan

Kenji se7en with shazwan

Hello i’am the owner of the page as well of course the one who own Clan Bloodfish a.k.a FurY..

I develop this page on 19/03/2009 and was tribute for for fury members. Thanks to my friend who bring up the ideas of this page so i don’t keep missing a point or an ideas.

I tell you a bit of myself : -

Name (ic) - Abdul Rachman Bin Badli
Nickname1 - kenjibuibui-s7en-
Nickname2 - bui
Race - Melayu
Religion - Islamic
Age - 21
DOB - 23 april 1988
Status - Single
Address - Puchong , Taman Equine , Ringlet , Cameron Highland.
Study - Diploma Computer System and Networking
Best on - DOTA
Clan - Bloodfish / Fury
Fav Heros - Pudge
Pro Heros - Pudge
iDol - Pudge

Here is my list of my email :-

x_xzerohour88@yahoo.com
x_xzerohour88@hotmail.com
kenjise7en@gmail.com

Teknologi KBSE

Posted by kenjise7en in April 21, 2009

kbse

Teknologi KBSE is one of company that provide geographic information system (GIS), captures, stores, analyzes, manages, and presents data that refers to or is linked to location. In the strictest sense, the term describes any information system that integrates, stores, edits, analyzes, shares, and displays geographic information. In a more generic sense, GIS applications are tools that allow users to create interactive queries (user created searches), analyze spatial information, edit data, maps, and present the results of all these operations.

What Can We Do?

There are many things that we can do including the development of system hardware, software, retrieval, mapping and analysis of geographic data. The development including:

* Information Processing
* Data Selection and Query
* Data Display
* Relocation
* Custom GIS Application
* Field Data Collection
* Design, Implementation & Training
* GPS Data Collector & Management

Why Us?

We have used our talents to help our clients implementing GIS application effectively. These application have ranged from simple single user based system to more sophisticated systems with thousands of users. Our staff of GIS developers have developed custom, basing on user requirement applications that our clients use to perform their own analysis, future development plan and many other activities. We also provide documentation, user manuals, tutorials and training to our clients to accompany the custom GIS application we develop.

http://www.kbse.com.my/en/

Welcome to Fury Clan blog (forum for us) -se7en-

Posted by kenjise7en in April 13, 2009

Iam fury clan lord S7EN-| are currently deploying new pages or blog for bloodfish hang out..
-updated-

Calendar

February 2010
M T W T F S S
« Jun    
1234567
891011121314
15161718192021
22232425262728

Categories

Archieves

Garena Vs Pudge666

As we all know there was an Exp Hack or other hack on each gaming or software that people have develop. Who ever play Dota in Garena etc War3 we can choose pudge666 for better exp hack.. No gold member needed.. No waiting for 5 sec to enter the room.. Admin Function.. can see ping without gold member.. garena vs pudge666 garena 50% vote.. pudge666 99% vote rather then garena..

Just For People Hang Out

Please Post Where Ever U like!