Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85981
FormatCurrencyDateTimePercentNumber

Demonstrate use of FormatCurrency, FormatNumber, FormatDateTime, FormatPercent. Good for beginners. Easy to understand.

Java_Volume1 #85982
Delete a file in use - Run an EXE in another process' memory - EXE Hijacking

Updated 4/23/2003- Deletes itself from disk and unloads from memory, and then creates a new form from SCRATCH in the remote process, which shows up perfectly. Also shows how to send data to the remote process. Descritpion: Hey everyone, I've spent over 5 days non-stop coding this piece of code. Basically, it allows you to run your EXE in the memory space of a running process. You could for example run test.exe in the memory of explorer.exe, and then include a module called "DeleteOriginal", which will be run as a thread inside explorer.exe. You could make it delete your original exe, as well as perform any additional tasks. This is called "Process Hijacking" and is an extremly advanced technique, performed till now only in C++ or ASM/Delphi. The original ASM/Delphi code is included, with credits to Aphex. Please please PLEASE do read the comments in the main bas file, they will explain how to get the code to compile properly. The problem for now is that it can only inject code into VB6 executables (you will need to compile a blank project). I am requesting PSC's help on this. Nevertheless, everything till that point works perfectly, and might help some of you. Everything is fully commented, and once again, please read the comments in the bas, they will explain how to get the app to compile.

Java_Volume1 #85983
VB Holiday Calculator

This code will give you the dates on which the major American and Jewish holidays fall (from what I could see, there are not many resources out there for calculating the Jewish holidays). The code is modularized so that you can use it for your purposes. The sample app has you input a year and outputs the dates for all of the holidays that year.

Java_Volume1 #85984
ADOX tutorial 1

The code demonstrate the use of ADOX (Microsoft ActiveX Data Objects Extensions for Data Definition Language and Security). This will be a series of sample codes that will demonstrate the use of ADOX. For this sample the code will access an mdb file and display its tables and related fields in the listbox. Also supports password protected mdb file.

Java_Volume1 #85789
[!!!!! C00l Ch@t !!!!!]

A Basic Chat Program written in extremely clean and reader friendly code. Good for the newbies to Socket programming. 2 ppl can use this program in a chat room at a particualr time . This program can also be run from a single computer by running 2 copies simultaneously.

Java_Volume1 #85790
GUI Design Tips v2.0

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.

Java_Volume1 #85791
[_a particle system, pure VB 1.3_]

A particle system, done in pure VB. It shows how to create such an effect system. The program is not accelerated in any way and does not use DirectX or OpenGL. It just demonstrates the technique. It can be great fun to watch the animation and play arround with the gravity settings etc. ;) I added some animation stuff in this version which is not necessary for the system itself but makes the code more interesting ;) If you only want to understand the basics please download version 1.1

Java_Volume1 #85792
[____A Great and Easy Mouse Position Recorder]

This is a mouse recorder example. It records an unlimited amount of mouse moves and then replayes them! (See ScreenShot). Uses imtermediate loops, the vb Split() function, and the mouse API. Give it a try. KEYWORDS: Jaime jaime Muscatelli muscatelli api API Api Split split SPLIT mouse Mouse MOUSE recorder Recorder RECORDER Play play PLAY GetCursorPos SetCursorPos GetCursorPos() SetCursorPos() pointapi PointApi POINTAPI cursor CURSOR Cursor

Java_Volume1 #85793
MP3 Explorer 1.0

MP3 Explorer is a program for making lists of MP3's that are saved on your hard disk. You can delete, rename, copy, move files... export list in txt files or in HTML, play files... Try it, make changes... anything you want... and please vote for me :))

Java_Volume1 #85794
WinKontrol v0.7

The code consists of two programs which act as a server and a client. When connected, the client program can then 'control' the machine running the server. Screenshots are sent from the server to the client. Client can send mouse movement and clicks, and keyboard keys.

Java_Volume1 #85795
Vsual Basic & MySQL using DAO

This piece of code shows how to connect to mySQL database using Visual Basic, myODBC 3.51 and DAO 3.5. It is very simple for understanding and code is commented. If you think that code is very helpful, you can vote for me.

Java_Volume1 #85796
BMS - Boutique Management System

This is a complete application that was designed for some boutique to manage their clothes inventory and sales etc. This uses the MS Acess database and substitution encryption/decryption technique to hide passwords of users. The aplication also has a flash based intro in it that welcomes the user after being logged on. The System has an account builtin initially to help u log in for the first time: user = administrator, password: 5834940. After loggin in you can create, delete, edit a user. PLus the app has a control panel giving options like: Clothes (add, edit, delete), customers(add edit,delete) and clothes sales. Apart from normal sales some times customers give advance or sometimes they have dues. To solve this problem you can use customers tab to account those. Report can be genrated. This system does not use crystal reports, rather another approach not recommended which is called a pre-made template of rtf file called in a rich text box, then replacing the template variables with database returned values. There can be three reports generated: Selling & income, Losses & profits and Customers Reports. This does not have any dependancy as such except the reports template rtf files. I hope this helps you out. Dont forget to give Five Globes.

Java_Volume1 #85797
Basics of VB in Easy Steps(51 Programs)

This archieve contains 51 programs for Beginners. basic knowlwdge of VB is assumed. Also design time settings are not included. Very few comments. But, I think programs are so easy and self explanatory that no one will require such additional things. And if you like it and want some additions or deletions. Please contact me at: acube3@yahoo.com Please Vote for me.

Java_Volume1 #85798
CoolFlex2 *updated*

This is an alteration to a control I found on freevbcode.com. You can set cells to checkboxes, comboboxes, textboxes or a button. I previously submitted a version here. I have now added the ability to set the check mark on load by setting the cell value to "C". I do not know how to save the colors on the control. I will leave that to someone else. This could very easily be adapted to fill the grid from a database. (I resubmitted this as new since I dont think it overwrote the original)

Java_Volume1 #85799
Importance of Option Explicit

So many people (especially beginners) do not realize the importance of the simple statement Option Explicit in their code. Find out why it is so important.

Java_Volume1 #85800
A Simple Dynamic IP Tracker

Very simple dynamic ip address tracker. We use this to quickly get the IP address of our cable modem. We like the IP to change all the time for security reasons. This application will let you know when your IP changes. For an instant update simply move the cursor over the icon in the system tray. Or right click on the icon and select Refresh

Java_Volume1 #85917
Pitman (GB) Port Puzzle Game

Small Port of the GB Game Pitman. I made this in holiday on a 75 mhz Laptop and it runs smooth =D i got no resources there at all! the only apis i could remeber were setpixel and getpixel. This Game contains a class for render sprites (tiles and so on) using transparency, color masking, alpha blending, stretching and so on. Keys: R-Reload level UP-DOWN-LEFT-RIGHT please vote =)

Java_Volume1 #85918
SQL and Access Database Maintenance

This is an Active-X DLL that simplifies the maintenance of Access and SQL databases by providing an interface for backing up, compressing, restoring, detach and attach (for SQL) functions.

Java_Volume1 #85919
Automatic Update Checker

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)

Java_Volume1 #85920
Anarch Engine

This is the start of our engine. It is pretty good. I've never seen anyone do something like this. It has outside wall collision and object collision. There is one problem though. The character won't go all the way up or all the way down. I was hoping someone could look @ that for me and help us with it.

Languages
Top Categories
Global Discovery