Results for "Category: Miscellaneous"
Well i don't know if you have seen the movie "Hackers", but when i saw it, i saw a showing program that run at a specific time and completes a task. That's what my program does. You choose the time that you want to run and the task you wish to accomlish (Play a music song to wake you up, run a specific program or shutdown the PC) Well, that's all. Please feel free to mail me at [email protected] for any ideas. Please vote even if it is a bad vote.
This version only works reliably with olderstyle Panosonic or REC-80 remotes, and a PC with pentium 200 Mhz or better. VB does not interface well with the hardware directly. I will admit that VC will do a better job at what I am doing with VB. I have used the Receive line as it is more stable and I have figured out how to read the signals. I began with using a 850 MHz Celeron machine, it captured the IR signal well on the DCD line, however slower machines did not fair so well. I first used Winlirc to decode the buttons of the remotes I am using, and compared them with a digital scope reading, and figured that the raw signal looked a lot similar to a signal being transmitted beteen 9600 and 14400 baud.
One day, I was performing calculation on numeric variables.I kept getting error message "Overflow" so I checked my variable declaration, it's declared as Long, but the operation of the two numeric values gave 2500. I was confused at first, finally I brought up MSDN help and discovered the solution.
With this code U can create dedicated half-life/counter-strike server in your system. Possibility to create more than 1 server. (up to 5) Getting the game path (half-life) from registry automatically. Also getting all maps installed in your system.
This article I am not finnished yet, but I wanted to released it. I want to add tons more to it, like how to get user input (yes possiable in batch) and more and get alot more advanced. Here is the pre-release... Also I have no idea where to put this, so sorry its in the vb 6 section.
Determine when your app is being closed by Windows OS, or by Task Manager or by user. This can be useful when you have to do cleaning up before your app exits.
This is just an outcome of my observation. Don't scoff, I'm a newbie. I would like to share this with other newbies.
I am very surprised to see the lack of information in the area of Graphical User Interface (GUI) Design on this web site. Here are some tips to get you seriously thinking about how people use your software.
This is a update from my ver 7, yes that is right someone has posted the code for the login part of the protocol....the hardest part about it. So what is it about... well it uses SSL client to get 2 cookies then send them to another web site to get your final key! SIMPLE Enjoy!
Check to see if a form is loaded without actually loading the form, or access public form variables without causing the form to load
The application will extract a icon from a file. Also you can extract icon of the hard drives or cd-drives attached to your machine. You can also save the extracted icon but the format will be BMP.
Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...
This is a module that contain functions to easily read\write Byte, Integer and Long datatypes (which is the three most common datatypes you would need in a basic trainer) to a process' memory and you are free to use the module in your own programs\trainers or just use it for educational purpose if you like. In the same project file as the module, there is a little memory manipulation program I wrote that shows how to use each of the read\write functions, and to make the test-suite complete, I wrote a small program you can test the functions on by manipulating Byte, Integer and Long variables. You can find the memory offsets for each variable in a text file named Offsets.txt, though the program was also designed so you can try to find the offsets by using a memory search tool such as GameHack or TSearch. The whole project is widely commented and I suggest you read through it for a better understanding of what's going on.
In this new version, you don't have to carry an external XML file, which makes your app look unprofessional and you don't have to deal with all the resource files that you have to configure so accurately to make XP styles work. This is very simple and straight to the point. Enjoy!
Detect address of serial and parallel port. Read physical memory (on Windows NT/2000/XP) starting at address 0x400.
Thanks to James Crowley of Developer Fusion and to Thomas Jung of planet-source, I was able to come up with a very useful program. To show my appreciation to people who shares their stuff I decided to upload my program I made. This short sample will enable user to drag and drop Items from treeview, listview and explorer to a Treeview object.
Exit windows using ExitWindowsEx API. This code will let you shutdown, reboot, log off and power off your from Windows 95/98/ME/NT/2000/XP. Easy as it sounds, please vote if you like the app.
very very basic notepad for vb beginners...updated the coding and add some new things..sorry about the gui it suks but this is for learning exp.
This piece of code loops through the controls on a form and sends the contents to the default printer in a layout similar to the screen. Therefore your forms contents are printed in the same positions as they are on screen. I use this to print out a simple record report on the db application I am working on. Works with labels, text boxes and list boxes etc.
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)