Results for "Volume: C_Volume2"
By Dasith, This example shows you how to WYSIWYG Print and Print Preview using EM_FORMATRANGE and EM_SETTARGETDEVICE. The Print Preview can easily be used in your own project and it is fully customizable. The problem with RTF.SelPrint is that you have no control over the print process (margins and etc.) This shows you how to use you own Print function. The Print Preview feature is not 100% accurate though. Still working on it. If any of you guys develop this further please let me know.
Ever wondered how to debug a Stored Procedure (SP) in MS SQL Server from VB development environment? Ever wished you could debug an SP step by step as you do with VB codes? This article explains how to make the TSQL Debugger work the way you wanted.
This code extracts the map image from MapQuests website by pulling the htm page, parsing the source code, and then downloading the gif file and saving it to your computer. Users can input city, state, zip, address, country, and zoom level (0 - 9) to retrieve an image.
Provides information about a mirror of the old vbapi.com website that I am hosting.
Complete assembly language emulator with colour syntaxing and animation. Use this software to write simple assembly language programs and actually watch the instructions execute in a virtual computer's architecture. Uses my own interpreter for decoding source code. Check it out the pic and download!
This Program explains how to connect ORACLE with VB. How you retrieve table, view and stored procedure of ORACLE. Also featuring subclasssing a Textbox and customizing Progress Bar. If I make any mistake please send me the right one.
Have a window on your desktop that is glued to the desktop! Drag it BEHIND other windows!!! Never seen before, very useful for desktop oriented applications, for example.
Design a 3D piechart for your custom app using an array of percentages. You can change the color scheme, and add mouseover , mousedown, and mouseup events for each pie piece in the chart
This program will allow you to view all IP addresses connected to your computer, as well as IPs that recently connected and disconnected.
*** Online RPG Engine *** Tile based RPG engine with Winsock TCP/IP for connectivity. Comes with client, server, map editor, and resource editor. Uses GDI API and double buffering to display map. Should work on all Windows platforms. Features include: Animations, interchangable map file format, full tileset support, WYSIWYG map editor, chat system, and a multiplayer environment. There are no actions available as this would set the style of the RPG (although I probably will implement an object system later). Think of this as a kit to develop an online RPG.
Hi everybody, This is for a database programming lovers especially those beginners...There will be no module so you will understand the flow of the program....Not Fully documented yet co'z I have no time for that....Maybe in my next update !....You will enjoy while using this program co'z there are lots of animations in this program....I hope you have learned from my codes co'z that was I wanted for beginners....Have fun coding ! If you like this program please vaote for me or just rate it...Thanks ! For comments email !
A visual CPU graph
Firstly, I’d like to state that, the idea for this project was inspired by Johannes B, creator of a project that does the same thing(almost). Here’s a link to his. http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37204&lngWId=1 I first started out, by adding a little more functionality to his project. Then before I new it, my project started to turn into it’s own thing. Furthermore, there are a few more authors code snippets in this project, although I do not know their names. I’d say 95% percent of this is mine. This project will create a 3d image from a 2d image. The user can change from many different drawing styles. The user can rotate the image 360 degrees, tilt, and enlarge the image. This project also uses an ini file to remember the last location of a selected image. Any comments both good and bad will be appreciated. Thanks
Great code for merging two executables into one, and when you run the new file, both of the programs will run with it, NO API, NO DLL!!! - Base on my project, "FileBinder" Please vote for me...
Control Winamp using your keyboard! Uses Register/DeleteHotKey, GlobalAdd/DeleteAtom, SetWindowLong, ShellExecute and SendMessage, and supports Play (WND+X), Pause(WND+C), Stop(WND+V), Next(ALT+WND+Z), Prev.(CTRL+WND+Z), Volume +/-(WND+Up/Down arrows), Fast fwd./Rewind.(WND+Left/Right arrows). Also toggles Shuffle (WND+S), Repeat (WND+A), Main Window (CTRL+WND+X), Playlist(CTRL+WND+C) and windows sound manager (CTRL+WND+V).Please vote if you like it!
Optimizing VB String Parsing – Using Byte Arrays and Binary Searches to parse and color code
it is a crack of netbios
Display COOL OSD (On Screen Dispaly) With Animation, Do visit my site 4 Free VB installer and many more free software's - www.deepeshagarwal.tk
Winsckw.ocx is a custom wrapper around mswinsck.ocx control. Allows using winsock in Vbscript overcoming licensing issues. Few VBscript samples for sending emails, peer-to-peer HTML chat is included.
File Types Example retrieves all registered file extensions from the Windows registry and presents them along with the file types and default icon. Right-Click on the file extension to view the file types key, content type, default icon file and the file types actions, also, you can backup the registry entries in a .reg file.