Results for "Volume: 7_2009-2012"
Created a DbSet Class which allows easy JDBC access.
Do you own a cow? Ever wondered how to tell if it has mad cow sickness very funny test also a few good things to look at but I recomend it just for a laugh PLEASE NOTE: Button code was made and coded by GEEZA the code entry is called killer button thank you and the idea was got from www.madcow.com I just put it into a vb program ok thanks
This is a fairly basic code, but I had someone ask me how to do it, so I figured since I made it I might as well post it. Basicly this is a simple function which you can add to either a bas, or a form, and then you call it, and it removes all occurenses of a character within a string. IE.(My name is steve) if you wanted to remove all the spaces you could use this.
You enter your name and age and then it displays it for you!!!! By the way im just experimenting and im a NEWBIE at C!!! Vote for it if u like.
This is ideal for a game. Many games simply look better or work better in a different resolution. Mostly the look is because whatever resolution you were using on your computer at the time is what the graphics in the game will look best as. This code will simply enable you to set their computer resolution to whatever you want.
This code simply takes a picture of your desktop or a screenshot. I guess if you wanted to you could use this to view the desktop of a computer over a network, although that would be a bit slow. I hope this code is of some interest to some people Hope this helps.
As far as I know this only works in vb5 and above. I submited this code previously, but the link I provided was incorrect, and that fact has just now come to my attention, so I am now putting this back up. You can download it either from here or my site. Either is fine. To get it from my site go to http://www.vbtutor.com/downloads/docking.zip or just download it here. Check out my site: http://www.vbtutor.com
This program rotates a 3d cube to the 4 directions, using a translation code, and also has a zoom in/out option (control it with: W, A, D, X, 1 & 2)
This is a custom LED Meter User Control for .NET. It is part of a larger audio project I was working on and I thought some of you may like to use it also. You can change the colors, styles, values. It returns the percent based on the minimum and maximum and value of the control. For the most part it is bug free, if you do happen to find any bugs please let me know so I can fix it. You are free to use this code as you see fit, I do have one request, if you use the control unchanged or modified just a little please include me in the credits. Other then that I hope you can use and learn some things from this control. Please vote if you feel it is worth it.
This class manages large integers of any size (the size is limited by your memory). All useful operators have been overloaded so a behaviour as close to a built-in "int" as possible is given. Parts of the code have been written in inline-assembly to improve performance even more (though you can turn this feature off, in case your compiler does produce faster code for your case). There are a couple months of work in this code, so please leave a vote and a comment :)
Show how to use custom cursors in drag and drop. Create cursors from the dragged data - an image of dragged text or thumbnail of a dragged image. Seperate cursors for copy/move and no drop allowed.
A function that converts rich text to standard HTML with the use of calling one simple function. Example form included. NOTE: The Microsoft RichTextBox Control is required.
This is the source code to (my) not-so well known Coolest Fader. It can fade text with colors in HTML, ANSI, and Yahoo! Chat Color Coding. It is written in VB5, and there is no use of the rich text or mswinsock control (for you VB5 users who haven't fixed that problem).
This is a very simple encrypt/unenceypt and when i say simple i mean simple. works for any string containg the normal chr's ie. (1-9,a-z). Works good tho for simple encrypt.
Teach you how to write programs for creating 3-D objects on the screen using the smallest possible code
This is AWSOME code.... this will let you ping multiple addresses and single addresess as many times as you want... it will also record the people you are pinging. It still needs some more work for extra functionality!!!!
A whitebord based on vb.net's GDI drawing functions. It is almost the same as MS Paint. You are free to use the code, especially those who want to add a whiteboard on their chat application. Vote if you like. Thanks!
A very simple database search tool. If you wanna learn how to search, sort, and write a database, download this now.
This is a screen resolution Class, with a functioning form (see screenshot). Code is highly commented. Change resolution, as well as bits per pixel, and refresh rate. Optionally prompt user before and after resolution is changed. Get current resolution, List valid modes ,Validate resolution and much more. Written in VB 2005 (Beta 2) This is my first upload, i will update this if needed when VB 2005 is no longer beta. Plz vote. thx.
Client server chat app with built in game of noughts and crosses. cool eh?