Results for "Volume: ASP_Volume3"
Check disk/Scan disk clone that implements the undocumented Chkdsk API. Code is based on Mark Russinovich's C++ code. Please vote if you find this useful.
Some Minor Changes now supports BLOB in oracle also *** Newly added PostgreSQL database also *** Database connections have detailed description to create a database connection since users have requested this *** Newly added MySQL database also *** This is an industrial standard report generator, with posbilities of even publishing a report....download it and see yourself, anyuser can generate report with a few clicks or an admin user can publish a report which the end user can run and view the report. also attached is the help files for the same.... Dont forget to vote for me if you find the application worthy!!!
This is an example of a code which enables your application to use the OLEDragDrop method in loading files faster and a lot easier.
View whats happening in a programs memory in hex or alpha format. Just like a standard hex editor only it allows you to view the programs memory rather than the program itself. Has the option to edit values in the programs memory. Also includes a search facility to find hex, string or numeric values in the memory. Still a work in progress so code is a bit messy but it seems to function with no problems.
A simple slider usercontrol with color bars, drop down style.Has several color properties,so you can make it to suit your needs.Hopefully someone will like it.Fairly small footprint.
it just another accounting system, but who knows it's better than others in this PSC. let the downloaders speaks.
This is two .xls files demonstraiting how to make a Marquee in Excel. One shows how to do it in an Excel Cell and the other shows how to do it on an Excel VBA Form. The speed can vary depending on machine, so in code, look for initiating speed variable gsngSpeed = and set this single type number to whatever value is appropriate for the speed of your target computer. Currently it is set to .1
Simple App to write to Excel
This is a program i originally started about 3 months ago and have been side tracked and lost interest for awhile to continue. If i believe this could become a useful program and learning tool i'll gladly continue it. The purpose of the program is to carry a database of 1000's of php sniplets (as i am a php programmer) to assist yourself for future use. Also the idea was to simplify PHP for new programmers looking for a specific function, sniplet etc. Let me know
This app archives (no compression) picture files into one file. Has features for adding extracting and deleting from this archive.
A simple program showing how to hibernate or suspend Windows if the hardware is enabled and is supported.
With this code you can delete or apply the Border, Sizebox, MinimizeBox, MaximizeBox and Sysmenu Any time you want in a code :) It uses SetWindowLong, I created a easy to use class, vote if you like it, or give comments!
After searching and searching PSC I decided I would put together a little something to help WinXP users and that Task Manager issue. This code runs every 10 milliseconds. (to my knowledge there is no side effects to running this timer every 10 milliseconds.) This timer will actually find and close the Windows Task Manager if it becomes active. Any Feedback would be nice. This is my first code submission.
Want to compare 2 same-size bitmaps for equality? Want to compare 2 arrays for equality (even if arrays are different VarTypes)? NT-based systems have RTLCompareMemory, C has MemCmp. Win9x is reduced to byte by byte loops, more or less. This twist on that loop process comes really close to matching the speed of the two aforementioned API functions and can be used in every O/S. Thought I could use this for a project of mine, but the requirement went away. Compile the project for true tests (IDE is always slower). As always, stuffed with lots of comments.
LogMeIn is a FREE support program that looks and behaves rather like PCAnywhere. The free version excludes the ability to transfer files. Pay them some money, and you get the privilage. My program provides a way to TRANSFER FILES via a SHARED Windows Clipboard as used by LogMeIn. Thus, if you need to just transfer some small files (under 1.5 Megs) such as replacement EXE's or DLL's etc., my program makes that possible for FREE. For the uninitiated, LogMeIn works over the Internet and lets you work in a window on your PC that contains your client's screen. It behaves just as though you were actually sat in front of your client's PC. because the TEXT CLIPBOARD is synchronized between the two PC's, you copy text to the clipboard on either PC and the Clipboard.GetText function in VB will retrieve it. In my progrtam you select a file. The program converts the binary data in that file to an ASCII (HEX) equivalent using Clipboard.SetText to set it to the SHARED Windows Clipbaord. On the REMOTE PC (or your own just to test it) the SAVE_AS button does the reverse. It uses the Clipboard.GetText function to retrieve the ASCII and converts it back to binary and restores the file! Voila! You have "Transferred" the file via the SHARED TEXT CLIPBOARD!
A simple application that can support purchasing, sales and automated inventory management. I earned a lot from PSCODE.com that is why I want to share this piece of code to all beginners and for those who want to learn VB6. It includes 16 user controls and a modified LynxGrid control which originally created by Richard Mewett. E-mail me at bob8works@yahoo.com if you need have questions or inquiries. Thanks!
A simple grading system for college level institutions.
This sample project demonstrates uses of ADO not covered in the preceding topic. The sample project presented here is a simple "one-table" database application. It works with a table of customer data (name, address, phone, etc.) and allows the user to view, add, update, and delete customer records. This sample project uses a DSN-less connection (compared to the Intro to ADO Part 1 tutorial which used DSN). Also, this sample project uses the ListView control to display the records that the application will be working with. A tutorial on the use of the ListView control is covered at the end of the article.
An example on how to use some of the GDI+ methods to create a simple Aqua button in VB 6.0.By changing StartColor,EndColor and LightIntensity properties you can create the buttons of your choise.With few lines of code you can also save the button as any picture format support by GDI+ which can be further used in your web sites.You may extent the idea to create round or any shaped buttons with aqua effect.You may also add mouse over effects and click effects easily.You may add properties like Caption,Enable, Font etc..
Discussion of Installation of Vb6 Applications on Vista under the new default limited access standard user.