Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #86113
Using C++ dll with VB

Shows a step-by-step example of creating a C++ dll and using it in Visual Basic. I know, there have been other tut's like this, but I wrote this as I followed my own steps, and it ran the first time I tried it. File included .doc and source code.

Java_Volume1 #86114
Advanced Chat Service - LITE

ACS Lite chat program features simultaneous clients, multiple channels a stable server, and a nice client. Be sure to connect to my chat server after you download! pscchat.mine.nu port 1001.

Java_Volume1 #86115
Get Outlook 2002 Contact Info

I wrote a program that gets contacts from Outlook, although it worked in Outlook 2000, it did not work in 2002. This code also works in 2002, without the Outlook Object 10.0. You can use 2000's 9.0 Object Library and it still works. This caused me so much trouble, I hope it helps someone else. Please leave comments or vote if it helps.

Java_Volume1 #86116
Auto Service

This is it. This app install itself as an service and runs. All in one app. Choose between fore and background. So if a user is logged in it can interact with the user. Specify task to run, and tasks that may NOT run. So you can make it inpossible for the user to run notepad and force him to start eudora. And keep it open ...... Remotely controll the app via txt files. So you can open programms on demand (virus scan etc).

Java_Volume1 #86117
Error Trapping Generator

Description Error Trapping generator Tasks Genererate Error Tapping where needed on .Frm .Cls .Bas. Counts lines in your program (Only what you typed) Generate a SQL stored Procedure list (SQL Only) Special Features : Can select more than one file and it will generate/count/list stored procedures from selected files. It also know when to add or not a error trapping. So if you have 3 error trappings done by hand and you run this program, it will pass those 3 functions/subs and add the error trapping to the others. A usefull tool I made when you got a lot of error trapping to do. It writes it directly on the selected files does more. I decided to make it since i made a 35000 code lines program and error trapping was required almost everywhere. So there it is :) I hope you'll give some time for some feedback. Thank you for your time and I hope you will use this quite usefull tool. I'll make a new version soon for people who make commercial programs with internet connection. My goal is to make a Error trapping generator witch send errors to a server (witch ill make) when errors occur on your developped program. Enjoy :)

Java_Volume1 #86118
A Path Finder

In this update I added some things: now you can also search for a path, using waypoints. You can set the program to find the best way between these waypoints, or you can set it to follow the waypoints in a given order. The code isn't very fast if you use the waypointmethod ... Hope you can use it. I'd appreciate it if you give me any comments or tell me some bugs. Thanx

Java_Volume1 #86119
Learn BitBlt - Step 1

With this little tutorial you will learn how to draw an object using BitBlt, in one day! Code well commented..

Java_Volume1 #85558
avsbutton

avsbutton "The dream button" make your dream graphics on the form using this control. This is not completed,Please send ur opinion about this button and please vote for this code.A sample project is also included (avsmp3 player: an mp3 player).

Java_Volume1 #85559
Learn BitBlt - Step 2

Part 2 of little tutorial that will learn you how to draw a picture from memory [RAM]. || -Put picture in memory || -Draw picture from memory || -Moving picture on the screen using KeyCode || -Draw text on the screen using API-TextOut ||||| Code well commented and easy to understand!

Java_Volume1 #85560
VB6 Compile & Compact Add-In

This application is a Visual Basic 6 IDE Add-In which allows users to compile, compress and scramble their applications at a press of a button on the VB IDE. This simplifies the compilation/compaction/scrambling process into one Button. Compaction significantly reduces the size of the compiled application and gives it a layer of protection (minimal).-------------------------------------------------------------------Once you compile the add-in you need to register it for VB6 IDE to load it. Just go to the directory in which your add-in dll is in and run 'regsvr32 compilact.dll' in MSDOS console. After this the add-in should automatically load on VB startup. If you wish to use it with VB5 you will to load the add-in through the Add-In manager or by adding it to the vbaddin.ini file.-------------------------------------------------------------------The add-in assumes that you have UPX.EXE (http://upx.sourceforge.net) in your WINDOWS or WINNT directory.-------------------------------------------------------------------------------------------------------------If you wish to see the add-in without having to compile the code you can download it from here: -----------------------------------------------------------------------------------http://tical.vze.com/files/compilact.zip---------------------------------------------------------------------------------'UPX' is Copyright (C) 1996-2002-----------------------------Markus Franz Xaver Johannes Oberhumer---------------------Laszlo Molnar----------------------------------------------

Java_Volume1 #85561
toolbar buttons

Internet Explorer standard toolbar managment tool and library. you can add/remove tool bar buttons from the standard tool bar of IE.Extensions can easily be written to support other features.Run the wizard,reopen IE and right click the toolbar,Customize and you will find the new defined button.

Java_Volume1 #86207
Fun with VB MsgBox (Win 98 update)

This code enhance the internal vb msgbox function without using form based msgbox. With this code you can modify the apperance of the MsgBox. It show a kind of 'function Overloading' in VB :) (you wish..) and a fix for Win98

Java_Volume1 #86208
How to make VB EXEs under 5K

This article will give you some tips and tools to squeeze those big 16/20/32K executables that VB makes when you only use one or two functions and get them to sizes as low as 1.48K.

Java_Volume1 #86209
rlogin client

Forget telnet... connect to remote Unix, Linux, VMS, and Windows hosts with the rlogin protocol. This code is _heavily_ commented for learning basic socket programming, and for using the WinSock control. This is a FULLY FUNCTIONAL client.

Java_Volume1 #86210
Color ordered-dither (Halftone-216/Optimal)

8-bpp color ordered-dither: Halftone-216 + ordered dither lets reduce to 8-bpp bitmaps with acceptable quality/speed. You can also test color reduction using optimal palette and compare results. (Note: Optimal palette extraction has been speed-optimized). _________________________________________ Last update: 03.05.22

Java_Volume1 #85857
GpPicview1.1

load and preview images,like as acdsee. Intel JPG Library(ijl15.zip) is needed: http://www.itkhan.com/reference/ijl15.zip ADDED: CreateThumbImagePack method ADDED: LoadThumbPack method FIXED: you can Pack thumbnail images by scaling the image to the size specified in the thumbWidth and thumbHeight parameters to a file, and load the specified thumbpack file to display every thumbnail images

Java_Volume1 #85858
GpGDIPlus Wrapper v1.0---Using GDI+ From VB

Special thanks to: Avery P. The GpGDIPlus project is a DLL that provide COM applications with a wrapper providing equivalent functionality to the C++ GDI+ classes. The current version provides the following classes: cAdjustableArrowCap,cBitmap,cBrush, cCachedBitmap,cCharacterRange,cColor, cCustomLineCap,cFont,cFontCollection, cFontFamily,cGraphics,cGraphicsPath, cGraphicsPathIterator,cHatchBrush, cImage,cImageAttributes,cImageCodecInfo, cImageDecoderList,cImageEncoderList, cImageSaveParameters,cInstalledFontCollection, cLinearGradientBrush,cMatrix,cPathGradientBrush, cPen,cPoint,cPointF,cPrivateFontCollection, cPropertyItem,cRect,cRectF,cRegion,cSize, cSizeF,cSolidBrush,cStringFormat,cTextureBrush How to use the GDI+? Platform SDK describe how to use the GDI+ and provide reference information or please visit MSDN(http://msdn.microsoft.com/library/en-us/gdicpp/GDIPlus/GDIPlus.asp) Happy everyone likes it. Any suggestions feel free. E-Mail: webmaster@itkhan.com

Java_Volume1 #85859
VB&Excel&MSaccess

with the questionnaire.xls u can record answers to a .mdb file and with the analysis.xls u can select any question and how many answers given per option with a chart

Java_Volume1 #85860
OpenBrowser Updated+Plugin Example

Updated+Plugin Example! Please Vote for my project,OpenBrowser the best WebBrowser and eXPerience over Internet posted on PSC. See the screenshot! It is an art work!!! All Browsers in one. mmm it is based only partly of Mozilla, in fact it has something of IE, Mozilla, Opera, Neoplanet and others. Any Features: In English and Spanish(Regional setting) Planet-Source-Code Engine. Load up to 200 Web pages, translate web pages(English,Spanish,German and more) Smartpopup more smart, get favorites, view source code, Plugins compatible(Send me an email to get Plugin Template), Extract links(good for MP3, Videos, Exe's and Zip's),Note pad inside, Control your system from OpenBrowser, QuickTab, TabIndex(Navigation tools),Open, save web pages, Print, Preview, Open your Windows Explorer, Default mail client, Search Engines inside, like Google,Altavista,Yahoo,hotbot,Excite, Amazon,eBay, etc...and more! This version is single available to learn to remove the maximum power to IE, Visit me on http://www.cyberox.tk Don't forget vote. Enjoy! Excuse my poor English i'm Chilean NOTE: Run Register.bat located in \Bin Folder before run project.

Java_Volume1 #85861
_( Learn how to create and use DLL projects )_

Check it out.. This code is the simplest way to learn about Visual Basic DLL (ActiveX DLL) creating and using. Just 3 lines of code, and u got it running ;) Please Rate...

Languages
Top Categories
Global Discovery