|
 |
CSI New York "VB GUI Interface"
Posted by: segosa
Video duration: 15 seconds
Global video hits: 197720
CSI New York: let's create a GUI interface using Visual Basic.
Related: address, basic, csi, gui, interface, ip, new, ny, trace, track, visual, york
Display Video Comments | Hide Video Comments | Add Comment
|
|
 |
Create a chat spammer in Visual Basic
Posted by: djpommes
Video duration: 434 seconds
Global video hits: 14840
hi.
this is a tutorial on how to make a chat spammer in visual basic.
updates will come very soon :)
download the project of this movie here:
Good luck.
Dj
Related: 2008, alex, basic, chat, djpommes, een, hobbelpaard, je, lol, mafiacoders, moeder, op, spammer, tutorial, visual, zus
Display Video Comments | Hide Video Comments | Add Comment
|
|
 |
Visual Basic 2008 - Creating a text editor part 1
Posted by: killdude69
Video duration: 550 seconds
Global video hits: 17178
You will learn how to create a text editor with Visual Basic 2008 Express Ed (plz comment).
The text editor will have the: Save, Open, Cut, Copy, Paste, Undo, and Redo functions.
Feed-back will be greatly appreciated.
Related: 2008, basic, computer, create, editor, how, science, text, to, tutorial, visual
Display Video Comments | Hide Video Comments | Add Comment
|
|
|
|
Latest comments made on this video:
By: jagexisafucker. on 13 Nov 08, 17:03:45
Theres a simpler way to do it with only one timer :D, Private sub Timer1_Timer() Timer1.Tag = Val(Timer1.Tag) + 1 If Timer1.Tag = "5" Then picture1.visible = false picture2.visible = true End If if timer1.tag = "10" then Picture2.visible = false picture3.visible = true end if end sub This is my way of doing stuff, its also useful if you need a timer longer than a minute :P
By: WhiteRussianBC. on 11 Nov 08, 20:56:10
Why not just have one image and one timer using this method private Sub Timer1_timer() if image1.image = "Animation1.bmp" then image1.image = "Animation2.bmp" Else if image1.image = "Animation2.bmp" then image1.image = "Animation3.bmp" Else image1.image = "Animation1.bmp" End If End Sub Seems more simple to me and it uses less objects
By: AbelMierlo. on 11 Nov 08, 16:09:05
K, the tutorial isn't bad btw but you can make this in a module also.. but this a good way to learn the Visual Basic script and make a module without al that stuff.
By: SilverMagics. on 11 Nov 08, 11:09:21
I know, but yeah i try to pronounce as best as i can.
By: SilverMagics. on 11 Nov 08, 11:09:01
made them myself as said ... xD
By: SilverMagics. on 11 Nov 08, 11:08:42
Experience, Experience and Experience i made this after i learned the very basics of Visual Basic.
By: SilverMagics. on 11 Nov 08, 11:07:56
Respect !
By: SilverMagics. on 11 Nov 08, 11:07:43
at the time i didn't knew better though xD
By: kironchi. on 10 Nov 08, 14:29:27
at lease now i know how well the picture box control supports animation
By: scientist100. on 07 Nov 08, 21:26:20
google it; you will get better ones
By: mkbmainpc. on 02 Nov 08, 18:05:38
you could done that all with 1 timer and 2 if commands and 1 else
By: Stracterorix. on 02 Nov 08, 04:16:01
thanks a lot
By: ralphyboy1. on 31 Oct 08, 04:24:24
i made a whole movie in VB doing this lol.
By: santidltp. on 26 Oct 08, 22:41:14
jajajajajaj this is really simple!!!!!!!!!
By: soccerfan800. on 26 Oct 08, 14:50:31
actually works... 1. Say your crushes name twice. 2. Say your best friends name 5 times. 3.Post this comment to to 5? videos. 4. Press F8 and your crushes name will appeare
By: AbelMierlo. on 25 Oct 08, 10:16:43
Yes he sounds very Dutch, the way he said r :P
By: OnCoGoD. on 22 Oct 08, 21:27:58
i cant find pics like the 1's you used..how did you get yours?
By: nesah123. on 19 Oct 08, 14:17:50
lol hes accent is dutch:P when he speaks english, right?
By: Fyton5. on 19 Oct 08, 14:14:40
was just about to ask the same :P
By: nesah123. on 18 Oct 08, 17:54:12
are u dutch?
By: CodManiac15. on 08 Oct 08, 10:16:30
I do :)
By: bignas2009. on 06 Oct 08, 19:49:57
thanx! does enyone here do btec ND IT practitionars and used this program????? please!!
By: fussi90. on 06 Oct 08, 17:21:26
haha The word nub entertains me :) anyways thanks it worked for me i don't get Mirizpia's Problem This should help me alot :) rated 5
By: SilverMagics. on 05 Oct 08, 10:42:21
wow you're really dumb,... i made 3 pics you're just a nub
By: tcdpZombie. on 02 Oct 08, 17:31:50
this can be done much simpler..