Results for "Volume: 6_2008-2009"
You can read the Tags and their Values from any drawing into a textbox! If you want you can write them to Exel or Access etc... Please vote!!!
The simple VB6 project is to demonstrate how to take advantage of Microsoft Script Control OCX File and to give novice or mathematics-challenged developers created application that require the use of Integration ( f(x) ) instead of resorting to the non-open-source and expensive commercial ones. The runs on any computer that can execute Visual Basic 6.0 application, eg Windows 9x/NT/2000/XP/.Net and UNIX inplementations via emulators. This project requires msscript.ocx, which is found in most Wintel PC.
This is the second part of the ListView Builder sample. There is some more functionality that works with the ListView object. Updating a database from a ListView etc. Keywords: Drag and Drop (OLEDragDrop), ListView, TextBox, array, ADODB.Connection, HotCode... By request, I have added a function 'RecordDetails' that will do a SQL selection based on an item in the ListView...
The screen shot shows some of the pictures that have been made by this program This program has 17 premade mathematical shape effects that will make some nice and individual shapes and pictures only with Circle command of a picture box and they are all 3D and ANIMATIONED and cool colorized . it can also save the effects to a picture and also will show you hot wo make base color fades . like blue color fades to black and red to black and green to black
On listview mouse down event, a textbox is moved to the selected listview item or subitem to be used as the edit box. The trick is to track the scroll bars to deduce which item of the listview is being clicked on. This is done by subclassing listview scroll events and retrieving the scroll bars info with API.
This is a tip that will save many of you VB Programmers a lot of time. It is a piece of code that allows the user in one line of code to create a toggle system. Enjoy
Here is an example of creating a DirectX 8 enviroment and some basic things like draving line, custom vertex, text. I'm a beginer in DirectX tough i'm very expirienced in vb. I was comparing dx7 and dx8. In dx 7 i succeded to make 2d primitives as circle, line or stuff like that. Dx8 is quite different, and this code is result of 2 day analysis of dx sdk and its help. Anyone more expirienced should post some example on drawing basic 2d stuff as line, rectangle, circle, elipse, but if possible without usage of custom vertex type. Any comment would be appriciated.
This program will allow you to change your start button text to anything. It has only been tested in Windows XP though.
This example shows you how to login/logout into http://www.neopets.com using inet. It also checks to see if the account is frozen or not. It uses inet to put the source code of the url it open into a textbox, then searches for the strings that would be in there if you were to login/logout/have a frozen account. This example is fully commented so it is easy to understand what everything does. (note: it also tells you if your IP has been banned from trying to login the chosen account too many time [your IP is only banned on the one account temporarily.]) lol dont know if that made much sense...:D
It's a test if my new VBA protection works. Please give it a try! This one is in german language but try to get the source and mail me if you get it! The english one follows soon if there is interest in protecting Excel files. The programm VB-Secure would be freeware.
If you always wanted to use XML storage in your projects, but the overhead of linking to MSXML deterred you from doing so, try this null-dependency library. Full VB5 sources are included, demonstrating some neat OOP techniques. Supports CDATA, DOCTYPE and comment directives as well as full UTF-8 encoding. You may use this code for _non-commercial_ purposes as you like, as long as you credit its usage. Never ever suppose it being completely free of bugs. On discovering any, please mail them to [email protected].
Easy Windows XP v.1.1 is a program made to provide users a easy onscreen menu without having to browse throw directories. v.1.1 includes 12 settings quick launch setting buttons, 10 quick launch windows buttons, 5 quick launch information buttons, 10 quick launch program buttons, 12 keyboard shortcuts, and a onscreen quick notes and reminder field. Please vote for me, this is my first submission to PSC, if this gets good votes,I start on v.2.1 which i already have plans for! HINT: when using the Lockup (5 and 15min) feature, the system will compeletly lock up for that ammount of time, it doesnt harm the computer, i just felt you should know that so you dont freak out over it. PLEASE VOTE, GOOD VOTES=V.2.1! Also Easy Windows XP was built on and for WinXP, so if your running a different OS, i cant guarantee stability, full features, or anything else.
Bu kodlar baþlangýç ve orta düzey kullanýcýlar içindir. Kodlarýn içindeki yorum satýrlarýnda rahatlýka anlayabileceðiniz bir þekilde anlatým yaptým. Kolay gelsin.(This Codes are for beginner and intermediate users of vb :::: Vote Me :::)
A little game simulation of Microsoft(R) Tetravex Game. You have to arrange all the blocks in the block-holders so that the adjacent digits are the same. If they are not the same, the block being placed will go back to its original place. Try it!!
strengthen your thinking skill
Move the picture with scrollbars, mouse and keys. Just take a look at it. It's easy, just a few lines of code. Try it now!!
This math library handles 2D Vectors, 3D Vectors, 4D Vectors, 3x3 Matrix, 4x4 Matrix, Color, and Quaternions. The 2D Vectors, 3D Vectors, 4D Vectors, and Color all have linear and hermit spline interpolation. Also, the vectors handle easy/advanced collision detection routines, advanced quaternion and matrix functions, and much more. This is 100% worked out math functions, no calls to DirectX or any other API's. (*Other than the normal Cos(), Sin(), Sqrt(), etc*) This was all done in C++ and made into a .dll for speed considerations. There are 2 main reasons I made this. 1) For my game engine (*UltimaX*) that is being totally redone 2) For educational purposes. I wanted to learn C++ a little better and I thought this would be a great learning experience, and it has been. Thats why I posted it, so you can learn from it too. Not every functions has been tested yet, so if there are any problems please let me know. Enjoy this and learn! -James-
This program easily lets you change your wallpaper. It even gives you a preview of what you're desktop will look like. It lets you choose between centering, tiling, and stretching. Also, you can drag and drop your image file onto the exe or shortcut to automatically change it.
Media Player v4.0. Has a Media Player List, Speed Setter, Rate Setter, Volume Set, Loop the Music Set. Movie Player, timer, alarm clock. etc. Download now! One of the things that has never been uploaded or done before!
Features Include: Unlimited Operations on one line – Calculator Plus allows you to type out your equation and can view it all in one line. The solve function follows order of operation rules and can handle any number of operators on one line. Last Solved Line – Displays the last equation you just solved. Helpful if you forget what you had just calculated. +/- Button – Works on any number in the equation, can appear multiple times in one equation, and is correctly processed by the solver. CE Button – Clears the last number entered without erasing the entire equation. Edit – Copy Function – Sets the current equation to the clipboard for pasting. Memory Functions – Memory recall correctly places the current number stored in memory to the end of the current equation. Supports Keyboard input – Focus can be anywhere on the calculator and keyboard events will still be processed into the calculator. Accurate Formatting – Calculator Plus corrects input errors on the fly to avoid solving errors later (removes zeros from an input number, etc.)