Results for "Category: Miscellaneous"
I figured this would be a great example for someone wanting to create a control array on the fly. I envision this to be used possibly for displaying fields in a database or something.
This code is used to enable/disable the close (x) button on a form.
This the most simple text to speach program ever! it only uses 1 line of code! YOU MUST HAVE THE text - speach engine FROM MICROSOFT, DOWNLOAD IT HERE: http://www.microsoft.com/msagent/downloads/user.asp#tts Please vote if you like it or not so that i know!
This is a chip 8 emulator coded in VB.I use Direct X for Graphics and Input and i need some help with DSound(Not some , A LOT)... Some roms are included. Note:If someone knows well DSound 7/8 i need his/her help for my GameBoy emulator UPDATE : I fixed a lot of bugs.Please download again. Please Vote
BasicBoy is A gameboy emulator coded in Visual Basic (+Api+dx).Currently it Suports GameBoy(85%) /GameBoy Color(75%) There are some bugs with the timing(help needed) It can run at 200-320% on my old pc (p3 600mhz,Gf4200,WinXP pro) No Sound support (Will Be added) Beta Testers are Needed... Sound help is needed too... Please Vote and post Speed/Bugs
This project contains a simple class module that will allow you to give users the ability to resize and/or move controls at runtime. It will only work with controls that have an hWnd property. Also, read the comments of where more logic will need to be added for different control types.
This little guy will connect to a website and look for a (included) php file that tells the prog the version number currently released. From that we compare that with the users version number and if the users is lower then the update button is enabled where they can click to be brought to the download page (in a case of multiple new dependant downloads its not automatic). The internet link button was made by El Mariachi (http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=9931&lngWId=1) so thanks. For more information on what it does see the code, its heavily commented. --- Also, the down side... your website must be php enabled to use my included file, and the user should have an open internet connection obviously. Also the version number rather then using decimals is the major and minor numbers added so if your version number is 2.6 then the AUC compares 8 with whats on the website so when you adjust the page for your own version number, remember to add the first 2 numbers. (not the 3rd)
Very simple Paginator, see the snap for more details. Any comment are wellcome.
Memory monitoring
This is a must-se example of ListView. It shows how to load, save the listview in a VERY easy way! It shows how to load other programs FROM the listview and how to get the filename, path, size from a selected file from a file list. Discover how easy it really is!!! Please VOTE!
This tutorial will help you create a custom file extension that opens directly in your program when you open the file. Read on...
This Tips are for all programmers out there from beginners to advance.This is the second part of my last submission which is "VB Controls Tip".And for beginners, you will learn some tricks in here.So sit back, and relax. Read while you learn. Comments are welcome. Have a nice day !
This is not your avrage physics sim you find on the net.It simulates wireframe structures. You can simulate a bridge in this and all sorts of other stuff! There are a few sample models whith it in the models folder.It comes whith editor to make your own models. I have hidravlic links and simalar cool stuff planed for it so then you will be able to make robots and simalar stuff in it! You wont regret downloading this! Oh and please comment and vote!
This program performs a low-level hook for the keyboard using the Windows API, and provides programmatic interaction with these keys. You can either allow or prevent keys to be processed. This application prevents Alt-Tab, Alt-Esc, Ctrl-Esc, and the Windows key. Ctrl-Alt-Del is still enabled. This is very similar to the "Disable Low Level Keys" provided by MSDN, originally in VC++ 6. This has only been tested on XP Pro.
To run a program and run files with their associated program
'This code will tell you how to get our computer screen resolution 'just a few lines of codes..
Not sure if this has been posted before. Allows you to shutdown quickly using the shell command. This also enables you to restart as well.
This code implements a module I have written that allows nearly ANY control to be resized at run-time. This would be handy for something like dynamic form design or something of that liking. I am not sure if anyone else has ever done this on PSC before and if they have, I am sorry. In this example I have implemented the module on 9 controls (can be used on many more, I just don't have the time). I am sorry that the screenshot is black and white, though it saved in the wrong format. I hope this helps.
Encodes/Decodes text with a given codepage such as UTF-8/UTF-7 etc. Can be easily altered to be used in some notepad application.
How to obtain the dictionary spelling using inet control and a parsing table.(If you call it that) This is the complete coding.(Maybe I should be more clear) The alternates source looking is for one source not found it searches for the next inline. If that one isn't found it goes on to the next one. I did this to get the Definition of the word meaning. What fun is it to get a return no matches found? this was not here for feedback nore was I looking for feedback.