Results for "Volume: 2002VB"
To view more than one image simultaneously so that you don't have a heap of images loaded in your taskbar like IE does for me.
This short, simple code allows the addition of objects into a container on another form (in this case a PicturBox). It can easily be modified to add the object to different locations by modifying the locations in the dynObject() function.
This is a real example of how to use FrontPage style visual editing of HTML. Features drag and drop support for CSS, and HTML 4.0. After searching the net for info on creating HTML editing tools with visual basic I've finally found out how to do it. I've posted the source code to an open source HTML editor I've been working on for some time. Please send any updates of this code to me at [email protected]. And give credit where its deserved. NOTE: Its VERY important that you read the readme.txt before trying to open this code! Also check out my site for the newest source code for Visual X Page. http://nms.telefragged.com.
This is a pack of three games: 4DticTacToe, 4DticTankToe, and Tank War. Uses good graphics, sounds, background music, bitblt, and has a competitive AI. This is my first VB program, so I would like as much input as possible as to what could be better. Lots of fun with a couple of twists. Please see the screen shot.
One of the few Chinese Chess games around (give comments please!)
This is the quickest and most efficient way to display something with Quote symbols (" ")
This is a HTML editor for windows. Sort of like an notepad enhancement for web page designers. I made this for a friend of mine and it is still in the development process. Tell me what you think and and also let me know as to how I can improve / upgrade it.
Plays mp3 and wav format. Saves/opens playlists. Edits mp3 tag information. Has play, fastforward,rewind,skip songs ahead and back, repeat, shuffle, mute, clear platlist, and labels for song duration and elapsed time.
Just like horse racing only worse! Just a game I started making at the beginning of the year but abandoned because it never looked the same on anyone else's computers. I've started making it under DirectX8 to fix any compatibility issues and since I dont need this any more I figured I'd share it in the hope someone can learn or be inspired by it :) I'm not worried about votes because it's far from complete and very buggy. I would appreciate comments though, especially any that will help me with the DX version. The .EXE is included but make sure you put the Sprite.bmp file into the App.Path & "\Graphics" directory when you run it.
It takes the bitmap given and makes a color chosen transparent by turning it vbWhite so you can use the constant vbSrcAnd of the BitBlt function. Then creates a new bitmap to use it as mask with the constant vbMergePaint of the BitBlt function
This is a game where you deal drugs to make money. You have to get $8000 in 50 days. It has 6 different drugs and uses alot of randomization.
this is a fully understandable project with a step by step help and the idea is quite informative any fun. The project is a user-adding ball and they bounce on the entyre screen.
Cut and Paste code... Turns your flat form into a metalic cylinder. Setting the AutoRedraw property is now done for you. Also thanks to Sebastjan for his tip about setting the ScaleMode to pixels.
Shows how to add items to a listview and then save those items to either an INI file or to Registry. Once saved you can then load the data back into the listview.
Its a web browser, quite simple at that.
This simple code demonstrates how to load a list of files into a standard list box, and then display the contents of a file when it is selected from the list.
This is in response to a question on posted on the Programming Q & A section. It takes a string and fills a listbox with all combinations of the letters in the string (could be adapted to use a dynamic array, too, the listbox was better for demonstration purposes). This program use recursion to get it's results and may be a good example for someone learning the concept to step through. Warning: The number of combinations goes up exponentially! more than 8 characters will work but really bog down your PC!
This code demonstrates how to search a grid of characters for a given word. Similar to the game Boggle.
This is an app to organize and keep track of the different recruiters that I have been dealing with looking for a new job. It stores all of your contacts in an access database, allows you to search on all fields, sort on Company Name or Contact. Allows you to send email or go to the recruiters website. This is my first submission to PSC. I would appreciate as much feedback as possible (Good or Bad),and some votes if you like my code.
This code is the beginning of a library circulation program. Two of my freinds and I woked on this. It doesn;t have many of the feature implemented, but Take a look, show different was of accessing databases. Login:David Smith Pass:98022 The Use Administration >Books to get barcode numbers And use Administration > Patrons to get patron Numbers Then Use Signout. Try double clicking on a book Please send any comments to the feedback or [email protected]