Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #68665
_A Complete OLE DB Provider Guide

Hello guys!!! This submission is a complete OLE DB Provider Guide. Many beginner database programmers out there don't know how to connect there application in defferent database, in lan and even in a remote. This guide will help you a lot coz it gives all example on how to connect to a database using OLE DB Provider. Pls. Pls. Pls. Don't forget to vote this appliction.

C_Volume2 #68666
Visual Basic - HTML Interface (ADO Database) - no VB text box, no VB command button.

This is a demonstartion of how to use Visual basic and HTML to create a cool application. One example is this Simple ADO database. As yuo can see in the screenshot there are text box and command button. But in fact those are HTML tags. Requirements: Internet explorer 4 and above.

C_Volume2 #68667
Text in Pictures

This Code will show you how to Encrypt text in Images. Very Useful if you want to send a secret message to someone. Feedback is most welcomed.

C_Volume2 #68668
Defender Remake - work in progress - stage 2

*** Stage 2 - starting to look like a game now. enemies and collision detection next, followed by the alien abduction/rescue code *** This is my current lunchtime project - a remake of the classic defender. This is the first stage and there's a lot more to go. So why put the code up already? Well this is an open source code site and the very simple way I've coded this makes it a very useful starting point for vb and graphics (use of APIs for drawing lines, pixels, sprite animation against a ticker whilst creating a whole image for frame buffering to screen). At this stage there is enough in here to teach you how to create your own scrolling shooter without having to start from scratch. Votes are obviously appreciated, but I just love sharing code. enjoy and I hope if you use this project as a seed, post it on PSC. Cheers, Fosters.

C_Volume2 #68669
UDPChat - Worth Looking at for Everyone

UDPChat is a very useful server-less chat system for uses on LANs. Not only is it fast and secure, it also has Ping Timeouts, Uptime Requests, Emote Support, Chat Support, Resizability, Changeable nicknames and is basically crash-proof and won't display messages from uncompatible clients. The system runs on port 1025 and upon startup Binds to that port on the Network Interface only and also does a broadcast on the same port, network wide. The protocol is simple but safe, quick but secure ;) Log has colour coding and 2 people with the same nickname cannot be online at the same time. There is a userlist on the side and the function to request the uptime of other user(s) Clients + O/S's. Your nickname is stored in one registry entry (and I DO hate apps that write in the registry but this is just a chat program). The other thing is this should teach you ALOT about RichTextBox, Winsock + UDP, ListViews, Simple UserControls + Arrays. Please take a look, Vote if you like (i'd like to be code of the day for this one :)). Oh before you ask 1) The icon is from Waste (DONT ask where to get it search google) and 2) I got 2 windows in a screenshot by using winVNC (which I used for the entire testing proccess so it was a bit laggy :)) Enjoy it ;)

C_Volume2 #68670
fso and all subfolders and files

how to use filesystemobject to get all subfolders and files and how to separate in a listbox, check screen shot.

C_Volume2 #68671
filter datagrid using option buttons

shows how to filter a datagrid by selecting option buttons. useful to search multiple entries with a criteria. here i have shown how to filter payments by Due, by Paid, by student name etc... Hope u find it useful.pls vote.

C_Volume2 #68672
Visual Basic Statements and Functions Quick-Reference

Visual Basic provides more than 200 built-in statements and functions. Some are used frequently; some are seldom used at all. Even experienced programmers sometimes happen upon a statement or function they didn't know about. This article can be considered a quick-reference guide to all of VB's built-in statements and functions. It offers the syntax for each, as well as a brief description of what it does and how its arguments (if any) are used. This is by no means a complete reference. Microsoft's Visual Basic 6.0 Language Reference is probably the best source for in-depth information on VB's statements and functions. If you have any questions about syntax or use of a particular statement or function, then you are strongly urged to consult that reference to obtain additional information.

C_Volume2 #68673
Overwrite mode control for RichTextBox

The RichTextBox responds to the Insert key to toggle between Insert and Overwrite mode, but it doesn't display the correct cursor (caret), nor can you tell what mode it is in at any one time. This example shows what's necessary to make a block cursor, and report the RTB's insert mode.

C_Volume2 #68682
Skinize Xp Menu

Want to Include Xp Style / Skinize Menus in your Application without Any Hassle or Typing Sigle line of Code Download this Awsome Source many Features Must Check (Sorry For Screen Shot I donot Have That Facility For the moment) You Have to Check that out Manualy

C_Volume2 #68683
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

C_Volume2 #68684
Brute Force Password Generation

**This is an update of my previous submission.** What's New? Various speed-ups. (40k-80k to 150k-250k passwords/sec). Got rid of string concatenation replaced with Mid$ function. Made password producing function an "inline" function, no more repeated calls. Fixed bug that wouldn't let you close the form even if you hadn't started generating yet. No more version numbers, just date of release.

C_Volume2 #68687
QB Passing Calculator

This is a Football Quarterback Passing Calculator.This application will calculate completion percentage, yards per Attempt, yards per completion, and passing Efficiency.

C_Volume2 #68688
Skinization Menu Control

Skinization Menu Allow you to include xp style or skinize menus in your App Awsome code Must See Plz Vote if u like

C_Volume2 #68689
A Simple Currency Converter!

This is a simple currency convert that converts 10 different currencies to US dollar amounts. All currency rates were taken as of 10/4/2003

C_Volume2 #68685
VB+ASM - How to break into the Visual Studio debugger.

The included cDebug.cls class allows the user to break their application (or the VB IDE if run from there, not recommended) into the Visual Studio debugger. Make the sample project, run the executable, click the 'Break into debugger' button, a dialog will be displayed, click the Cancel button to enter the Visual Studio debugger, dismiss the message box and then press F10 twice to step thru the software interupt and the return statements and you'll be back in the VB calling routine. Provided you haven't run the program from the IDE, you should now see the Visual Basic statements interspersed with their implementing assembler codes. To ensure that you can view the VB source with your own programs.... make sure that the following options are set on the Project/Project Properties/Compile dialog... Compile to Native Code, Create Symbolic Debug Info. Also, before running the application to be debugged, be certain that the source code files on disk are up to date by selecting File/Save Project. I should stress that this submission is a shameless VB+ASM promotion, as the same trick can be achieved with an API call, as is demonstrated in the sample.

C_Volume2 #68686
a Crystal Report TTX example

a Crystal Report TTX example Shows how to create a report using TTX files, that is you dont need to specify a fixed database for your report. It'll be based on a simple TTX file. Using this you can pass an ADO recordset to the report at runtime. This method solves great deal of problems for many crystal programmers who will benefit from the simplicity of intergrating their report with VB. The report will execute even if the database location changes or renamed. Only you hav to do is change the connection from VB. [supports versions 8 & above.] Read the step by step tutorial and the official crystal guide to TTX available at http://support.crystaldecisions.com/communityCS/TechnicalPapers/scr8_ttxado.pdf.asp if you like it,dont hesitate to vote :)

C_Volume2 #68690
A Winamp 3 Style playlist (Update v 1.1!!) Must try

HEre is an update to my code... Now it futures color changing at run time... Fixed some bugs... And has all the futures from previous version: Skinable Scroll bar, multiselect, add an entry, remove one, remove all, remove all selected (multi selected), Dubble selected (played), Display time & title... Everything u need for a media player.. And an extra second file name property (I use it for subtitles in my program...)... And reorder in Winamp 3 style... -Very precise and not buggy at all... There might be some more bugs (please report), but as far as i know it works perfectly... Try it and vote it (i need to see if it was worth of publishing it...)

C_Volume2 #68691
C++ Buttons [Deutsch]

Dieser code ändert einfache VB Buttons in hübsche C++ Buttons um.

C_Volume2 #68692
Combine 2 pictures and make one only visible when highlighted

Combine 2 pictures and make one only visible when highlighted..See screen shot to understand what i am saying...

Languages
Top Categories
Global Discovery