|
Post by FireIndy on Nov 13, 2006 1:06:35 GMT
What code do people around here code in? I do some Visual Basic and HTML, but mostly Visual Basic. Was just curious thats all. If you do code, please post about one of your toughest codes. ;D My recent streaming webcam application: Some Code: '---Start recording the video--- Private Sub btnStartRecording_Click( _ ByVal sender As System.Object, _ ByVal e As System.EventArgs) _ Handles btnStartRecording.Click btnStartRecording.Enabled = False btnStopRecording.Enabled = True '---start recording--- SendMessage(hWnd, WM_CAP_SEQUENCE, 0, 0) End Sub
'---stop recording and save it on file--- Private Sub btnStopRecording_Click( _ ByVal sender As System.Object, _ ByVal e As System.EventArgs) _ Handles btnStopRecording.Click btnStartRecording.Enabled = True btnStopRecording.Enabled = False '---save the recording to file--- SendMessage(hWnd, WM_CAP_FILE_SAVEAS, 0, _ TextBox1.Text + "/" + TextBox2.Text + ".avi") End Sub
|
|
Soul-Divider
Veteran
Mr. Flibble got himself a Mammoth tank!
Posts: 501
|
Post by Soul-Divider on Nov 13, 2006 18:04:23 GMT
I do JavaScript quite a modest ammount. My toughest code is my Overlord affiliate table V3. WHich is actually pending acceptance here.
I've done a little VB, just I really don't like the language. Especially since it's quite different in the calls compared to JS.
|
|
Danny
Posts Too Much
Formerly Schnooble
Posts: 332
|
Post by Danny on Nov 13, 2006 23:21:25 GMT
I usually use html and css but i started to learn javascript and am getting the hang of it quite easy ;D
|
|
|
Post by FireIndy on Nov 14, 2006 2:19:01 GMT
Yah javascript, I could never really get a good foot into it. I understood looping and some stuff, but I could never figure out how to put it all together.
|
|
|
Post by yugiohwiz on Nov 14, 2006 3:12:21 GMT
I know HTML, XHTML, and CSS.
I am learning MySQL, PHP, VBS, and JavaScript.
|
|
Danny
Posts Too Much
Formerly Schnooble
Posts: 332
|
Post by Danny on Nov 16, 2006 1:02:52 GMT
Isnt xhtml like just syntax corrections made in html Anyway im learning visual basic soon when i got to college so should be awesome. xXx|DANNY|xXx
|
|
|
Post by FireIndy on Nov 16, 2006 22:09:34 GMT
Visual Basic is fun:) Im also trying to learn C#. Go to microsoft and download the Visual Basic 2005 Express Edition. Thats what I use.
|
|
Soul-Divider
Veteran
Mr. Flibble got himself a Mammoth tank!
Posts: 501
|
Post by Soul-Divider on Nov 16, 2006 22:16:10 GMT
I'm not too fond of VB, VBA or VB.net Their all just so irritating to me, I don't know what it is about them It's probably my burning desire to move onto something like C, C++ or maybe even touch a little on C# But nay, I have to wait until uni next year -.-
|
|
Danny
Posts Too Much
Formerly Schnooble
Posts: 332
|
Post by Danny on Nov 17, 2006 19:37:56 GMT
I leanrt variables in C and C ++ but i forgot lol.
I used to be quite good with dark basic (game development) but hey I was 10 years old and soon got bored lol.
|
|
|
Post by FireIndy on Nov 17, 2006 23:16:47 GMT
Yah I tried some game development, but it was wierd, not Dark basic, but I had a game engine. I still do actually.
|
|
Danny
Posts Too Much
Formerly Schnooble
Posts: 332
|
Post by Danny on Dec 2, 2006 22:46:57 GMT
Awesome ;D
My sisters boyfriend pretty much knows every type of coding complete. Hes mostly into ASP.net though I think. Hes going to teach me it and java.
xXx|DANNY|xXx
|
|
Cr0w
Junior Member
Posts: 47
|
Post by Cr0w on Dec 3, 2006 22:02:11 GMT
(X)HTML, CSS, JS, PHP, VB, (My)SQL, batch file scripting, DHTML, java, and some others
|
|
|
Post by FireIndy on Dec 4, 2006 17:20:20 GMT
Wow, thats a lot. Im working on a project that allows users to sign up on the internet and saves their IP and username on an ASP database. Then my VB project will allow users to search for names in the database so then they can chat, because they will use the IP. I just have to learn some ASP. And have to figure the work around of static IP's.
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Dec 4, 2006 23:24:21 GMT
I used to do mainly javascript but am now more into php/mysql
|
|
|
Post by Shockeye on Dec 5, 2006 18:45:56 GMT
I'm about to learn HTML on Christmas ;D
|
|