Advertisement

Results for "Volume: 2002C"

2002C #9801
Move control's at runtime!

Really great code for MOVING CONTROLS AT RUNTIME. This means that the client can customize the interface of your program at runtime. Really nice touch to your program. If you like it and think it is useful, vote for it, if not, email me at a_shimoon@hotmail.com and give me some constructive critisism! Thank you =) Armen Shimoon

2002C #10713
Simple File Transfer

This is a simple file transfer using the winsock control. It can resume a download if canceled or disconnected. I have seen other file transfer code on planet source code, but I felt I needed to write one with resume.

2002C #14353
Subforms in VB UPDATED

Subforms in VB UPDATED!!!! This OCX allows you to set any one form in your project as a parent form and display all other forms within the project as a subform within a client area of the parent form. A demo client project within a .vbg is included (run_this.vbg). Register the .ocx using regsvr32 first. Major news: User control with CAPTION User control MOVEABLE at runtime User control SIZEABLE at runtime Change the ATTACHED Window Style Event GetAttachedWindowStyle(ByRef NewStyle As Long) (you can set your own Attached Window Style) Event NewStyle(ByVal PropertyName As String, ByVal newValue As Boolean)

2002C #13425
How to make Your Own MSN messenger in vb

Article explains you how you can make your own version of MSN messenger in VB.IF u find any dll files missing you can find it at http://www.venkydude.com/articles/msn.htm

2002C #12903
True Multi-Threading

This project shows you how you can write multi-threaded components, in true VB style (i.e. Not using API). This code should ONLY be downloaded with those who have the _Enterprise_edition_ of Visual Basic, because I have used parts of Visual Basic unavailable to those who've got the standard editions. The multi-threaded example is a conversion of my A* code into a threaded DLL. _This_code_is_also_NOT_for_the_newbie - I'd say you need a good understanding of COM (and preferably threading) before you attempt to understand how this project actually works. Please follow the instructions in the ReadMe file to compile the right things in order. Good luck!

2002C #12383
SysTrayText

display a text in the system tray (you know, next to the clock). has auto-scrolling for large texts. [update]found a little bug in the first code, its ok now[/update] for those who think its useless, i'm currently working on some usefull things to use it for (displaying system status etc)

2002C #14342
Returning an ADO Recordset to Visual Basic/ASP using (Oracle PL/SQL Stored Procedure) REF CURSORS

This document explains how you can write Oracle stored procedures, that will return ADO recordsets to your VB or ASP application.

2002C #9802
Move controls at runtime - new version 0.2

An update to my code on how to move controls at runtime. With version 0.2, the program saves all the settings to the registry, so that the next time a user opens the application, the settings will be restored. PLEASE VOTE IF YOU LIKE IT Armen Shimoon

2002C #9803
UltraSpy 1.0

Powerful code. Drag the "+" sign over objects in Windows and it returns information about them. Once you have gathered the required information, you can edit the object's text. (ex. Change the caption for Calculator). Also, If you can please vote, it only takes 3 seconds and it is greatly appreciated.

2002C #13926
RunTime Skin Customiser and Demos ******** UPDATED ******** ##### NOW FIXED ##### !!!!! YAY!!!!!!!

This Code Lets The User Design A skin Very Easily for one of your programs, It is Very easily customisable and the user can do a quick preview, The code is set up for the 3 test programs i have included, These also teach you basic functions of visual basic so if your a newbie and wanna get started download this, To Know the style of this project you really have to download, If nothing else its just interesting P.S You Dont have to supply the skin maker with yout Project you can just Use it to make cool skins for ur prog.You need microsoft form 2.0 object library to use the demo projects and priveiw screen. THIS CODE IS SO EFFECTIVE YET SUPER SIOMPLE U'LL LAUGH! It can teach everyobody something about something! IF YOU LIKE IT PLEASE VOTE, I NEARLY GIVE UP VB LAST TIME CUZ NO ONE VOTED!!!

2002C #13904
GroupWise And Visual Basic

Sample Code Attach Files and Send Mail through GroupWise with Visual Basic.

2002C #11376
Write Resource To File - Fast!

This is a fast way to write a resource to a file. UPDATE: You can find an example to this code here.

2002C #13829
Snowfall

This is a snowfall animation that I done a while back now. Its not amazing code by anyones standards but it shows you how to manipulate arrays and it looks quite nice. It uses a picture box for the drawing routines. You can change a few elements in the app to really test your processing power, anyways, get it, comment it and vote it. Thanks. Nick :)

2002C #13755
Xor coded files Decoader

You can decoad Xor coaded files with this program. It trys all of the possible combinations and displays you the most possibles. (If the text is multiline then you won't have more than 5 false codes.).

2002C #13669
Fecal Emititing Dragon Game ~Iol~

This is a game I wrote in early 1998 (Unchanged since then) I had been programming vb for about a month, and decided I wanted to do some simple animation and create a game. So emerged the Fecal Emmiting Dragon (renamed for planet source code :) Basically you are a dragon, you fly around and eat apples to collect "ammo" so you can emit fecal material towards the running caveman below you. If you hit him, you get points. And that's about it. There are a couple bugs I know of, and someday I may fix them and post a fixed version, but it's always hard to change a classic :) Enjoy the code, leave a rating if you at least find it humerous, not on the quality of the game!

2002C #12506
MS Voice Chat with Wavestream Component

This code is a modified version of MS Voice Chat from the Visual Basic 5 CD. I noticed some viewers were having problems with wavestream.dll eather not existing on their system, or a modifed version of it. This project contains wavestream.dll hardcoded into the application and does not require the actual DLL what so ever. I expect this will help speed things up and prevent future problems with different versions of the wavestream.dll. A few minor bugs were also fixed. this should work in VB5, 6 and 7 with no problems, as long as you have the Microsoft GSM 6.10 Codec (i belive its shipped with MSWin9x) If not look in the Form_load of frmChat, comment out the line with WAVE_FORMAT_GSM610 and uncomment the line with WAVE_FORMAT_PCM or WAVE_FORMAT_MSN_AUDIO

2002C #14384
Circular text printing

This example demostrate how is possible to write a circular or arc text in a picture or in a Printer object.

2002C #10044
Giant Browser - Updated

This is an update to Jason Theobald's Giant Browser submission (http://www.planet-source-code.com/xq/ASP/txtCodeId.23127/lngWId.1/qx/vb/scripts/ShowCode.htm). I made some changes in the GUI as the screenshot shows, made the toolbox a stay-on-top window, made the browser window a 100% screen filling window, and closing the toolbox closes the browser window. Any changes I made to the code is indicated, but the credit for the original idea/code goes to Jason. Thanks!

2002C #14104
slotmachine

Simple slotmachine I made this slotmachine about 5 years ago, nothing fancy no directX only bitbld api. I didn't know anything about graphics so they were all done in paint. I got bored by the ones I found here so I uploaded this old thing. Hope you like it. (I know this could be better by using DirectX, I simply don't have the time doing that. I translated the comments from Dutch so there could be some errors there...) If you have a slow computer (a 486 when I made this thing) you'll have to change the values a bit to get it working properly (faster).

2002C #10596
A COM or COM Plus [d2 Com Plus Aggregate VBIDE snap in] example

This is a VBIDE snap in that gives you an interface to the .dll. It is for controlling Com+, & MTS--MSDTC application start up and shut down from the VBIDE. When developing Com plus applications this really saves a ton of time rather than getting into the Component Services and walking the tree to your object that is causing you to not over write the .dll to create your next version of said object and stopping it (taking it out of memory). I hope this helps you all as you all have helped me!

Languages
Top Categories
Global Discovery