Results for "Volume: 2002C"
A self-contained class that provides a simple method of getting a list of all the computers on all the networks visible from the machine running the code. It also provides a list of the domains, printers, shares, network names, server names - basically everything you can get out of the WNet API. PLEASE NOTE: (Before anyone flames me for plagiarism) This code has been adapted from several snippets that I have found on my travels. Credit is due to AGP for pointing me in the right direction, and also Mr.X from Google Groups for supplying some code for me to base my class upon. I hope this condensed version helps someone out.
This prg has a sub to make a 3D-effect of any font you like... Textured or just a plain gradient. Ofcourse, to speed things up, some API are used. No vbogl12 (that contains OpenGl Api1.2) needed... (sorry matt). The sub is stored in the module, and easy to use and understand. The code is quite simple, but very effective. The text can be designed REAL-Time, even when you write it. With the scrollbars change-event, the 3D-text is updated at the same time. In the module, you'll find also a function to read all the fonts and store them in a combobox. This works very fast (faster then the CommonDialog Showfont method), even when you have about 750 fonts - like I do ;). The fontsize can go up to 200 pixels. Anyway, with a small modification, you can save this: SavePicture Pic1.Image, Path & "\name.bmp". So this prg can even be modified to a 3D-text designer, and save the pictures as a bitmap file. Maybe I'll do that someday, who knows ? Note that the backgroundcolor is black (= RGB(0, 0, 0), = &H0, = vbBlack), so this can be used as a mask. Extract this zip with path included, there are some textures in the zip. Be sure to check it out. Comments are always welcome, as usual. E-mail adress in the module. Have fun.
This Add-In is usefull for every VB programmer, because It could be used each time that someone wants to print a source code contained in a form,class module or module, instead of the VB simple printing. What this vb add-in project provides is the option to print your current module or the selected text of it, in a formatted way to facilitate reading. Optionaly you can print an index page of the sub/functions. Also you can select a printer, define some printer properties as: orientation, print quality, tray, etc., using the print setup through API. I've not seen a VB project Add-In that prints source code in PSC before.
Web function (WF) is a simple technology, which allows any client to execute a function remotely on a web server and return the result back to the client over HTTP. Few usage examples: -By using Web function you will be able to execute a database call and return the result back over the port 80, thus by passing the firewall problems. -Web Function allows exposing standard methods or services, which can be used by any client. -Perform custom messaging services like pop up a small message box on the client machine once the reports have been updated on the server. -What ever you can think of? ....For more information you can read the word document in the zip file or you can go to the HTML version by going to http://www.xSolveNet.com/Articles/
It simulates the cursor. When you move the mouse it records all the movments and then you can simply see what you done! It's a good base to make a powerful program.--Please don't hate me because this is my first time and I hope it doesn't be the last time to upload such programs too.
this is a UserControl drawing an hot animated Fire. you can use it easily by it's properties!
This code will allow you to copy files at a specified time. I use it to update computers on a network at 3am when everyone is out of the building. It also has the API declarations for windows reboot/shutdown so they can easily be added for a reboot at a specified time.
Many function in this calculator. please rate me after downloading. Thank you!
the engine i am providing is an asp code generator that i am currently using on my website (www.intratelligent.com) to allow asp developers to upload access databases online and build simple asp interfaces to interact with their data. (insert / update / delete and reporting functionality).
Its a DivX player, plays avi,mpeg, etc... Uses msdxm.ocx. I just wanted a slick, small player, cuz I hate the new mediaplayer(7) which consumes lotsa resources and is soooo slow. Didn't want to add the commondialog so you load a file by dropping it onto the form. Someone knows how to make ALL controls on a form sensitive to OLE-dropping? As it is, I have to watch each and every one for drops... Hope you like it, vote if you do. Been working on a pan and scan function but haven't figured it out yet...
This program is a simple Quadratic Equation solver which, aside from finding the x intercepts (whether real or imaginary), it graphs the equation and makes a table of values, and shows the quadratic equation with your values calculated inside. I submitted this program as an example for beginners on the correct use of Object Names, Variable Names, Etc (Based on the Leswinski Naming System). This program of course teaches you how to graph an equation in a picture box, and use a list box. The program uses a Variable Array to store the Y Values of the graph, thereby demonstrating how to utilize a variable array.
Hi this small example will show you how to call a delphi dll in your applications. it's ps you will need to compile the dll in Delphi for this example to work. Iam sure you all have delphi somewere. See ya.
It uses BitBlt so runs very smoothly and fast. The ball and bats and wall have shadows. There are sounds and music. It has three modes: Player V player, Player V computer, or Computer V Computer. It has customizable options and speeds. the ball bounces on a Z axis too (Actually the shadow just moves) It has an easy to use interface. NO KNOWN BUGS.
This was a program I made so I could access walkthroughs easily since they were scattered all over my computer.
I dont know if any1s seen the cola joke, It asks if u want a free dinks holder, u click ok and ir opens the cd tray/ Well heres the source code ;)
This code is a full-blown scripting language a little like BASIC. It takes a program textfile and runs it, and can also compile to exe. Can be used for ANYTHING, eg scripting languages, in games, or anything you can think of...
Vote please. Ok, It takes a screenshot (see screenshot lol) of the screen(using its Hdc) and paints it on the form using BitBlt. If you change the forms forecolor then it looks really cool, in the code it sets it to vbblue, to make it look just like the desktop use vbwhite, it looks really cool with colors like vbyellow and vbred and you could use RGB(Red,Green,Blue) Have fun ;)
Converts your code ISBN to Code Bar. Convierte tu codigo ISBN a Codigo de Barras.
Turn a certain color on the form or controls transparent
This will get all the text from your forms, modules, and classes. I needed this to spell check some forms today. I also added a quick text search, and VBP info. including code line counting.