Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #212534
TabDock 3.1

08/05/2003 - Updated changed VSNET collapsed drawing style. Some Minor Bug Fixes 06/05/2003 - Updated. Implemented PanelSizing And PanelDockedForm Sizing Property. 30/04/2003 - Updated. Implemented New Captions Style VB.Net 28/04/03 - Updated. Procedure: DockChange - this allows docked forms to be moved from one panel to another through code. Property: SmartSizing - Reduces panel flicker when sizing and looks much better. Plus Many Bug Fixes. Check The Revisions.rtf. 25/04/03 - Further Bug Fix. Collapsed Panel Captions and Panel Visible property. Update: The Focus Problem When The TabDock App Pops To The Front When It Doesn't Have The Focus, Has Now Been Fixed. Thanks To Neal Rushforth For Sorting This Bug. Version Updated To 3.0.1 Here It Is. TabDock 3.0 Neal And My Self Didn't Give This To Ackbar Because Ackbar Has Not Uploaded The Last Update From Neal As Yet! So Neal And I Have Decided To Upload It Seperatley. Some Major Changes Have Been Made: -Updated Splitter Bar -New Properties : HasClose Button And HasMaxButton -Disabling Of Close Button When Floating -Max Button Disables When There’s Only One Form In The Panel -Bug Fixed – Caption Bar Styles -Flickering When You Activate A Panel Is Now Sorted -AutoExpand property added -AutoCollapseLeft, AutoCollapseRight, AutoCollapseTop, AutoCollapseBottom - AutoShowCaptionOnCollapse See The Revisions.rtf For Complete History! Hope You Like It! If You Like It Don't Forget To Vote. Comments Welcome! Credit Must Be Given To Ackbar For Version 2.4. Without It, This Version Would Not Be Available.

6_2008-2009 #197592
Bobo Bitmap Menus Simplified

There are quite a few submissions on PSC demonstrating the use of ownerdrawn menus. Most are very good, I voted for them ! However, for some folks they were a bit complex and hard to understand. I hope this helps clarify the process for less experienced coders. Most professional VB programmers have been doing this for years. This submission seeks to simplify, as much as possible, the process of converting VB menus to ownerdrawn menus. No side panels, crazy fonts/colors - just the default menu with a true color icon. This small module is a cut-down version of a template I wrote a long, long time ago. I hope I haven't introduced too many bugs in the process of simplifying it, but if I have they shouldn't be too major and the concepts involved are still well demonstrated. The tasks : 1. Locate all VBmenus on a form and determine thier actual handle according to Windows 2. Change the type of each menu to 'Ownerdrawn' 3. Subclass the form so we can respond to the messages 'WM_MEASUREITEM' and 'WM_DRAWITEM' 4. Use the API to print a caption and paint an icon, either Enabled/Disabled or Checked, in response to those messages.

6_2008-2009 #207658
AutoFileCopy

I made Auto File Copy to do a auto backup of a folder and subfolders twice a day to me USB drive, and only copy the new and modified files. All setting is stored in the registry. At 16:55 you can backup 5 GIG’s and only copy the files that have changes. Enjoy and please leave comments and a vote if you like it. Thanks to the two submissions that I borrowed code from (mentioned in code) The zip has been replaced with corrected code.

6_2008-2009 #204077
Real Assembler

This program illustrates the function of a assembler with limited error handling and debugging. It shows how different mnemonics are translated into computer codes. There is one instruction compiled for every assembly key word. This assembler is in initial stage and supports a few op codes. There are a few interesting examples included. The project is the result of hours of my work. So plz comment and vote even if it is 1 *. It will encourage me to prepare a full fledged compiler.

6_2008-2009 #201583
FastBasic Compiler

FastBasic is a programming language made in Visual Basic 6. It is NOT a scripting language: FastBasic compiles to a p-code that is executed by a runtime (or Virtual Machine, whatever you prefer). The language itself is very simple. It only handles if's, do's, and things like that, but it can be expanded easily. Keep in mind that you can't do anything very useful in FastBasic, it is just an educational tool. Take a look at the examples provided to see some of the things it is capable of doing.

6_2008-2009 #212075
[___Form XP ( Without XP )********UPDATE**********

***UPDATE : ___ You can make your application layout like Windows XP, although you run your application in others OS ( such as Win98 ).

6_2008-2009 #208724
Easy SLE4442

I think this is the first example on PSC of managing Smart Card reader and memory card handling. It's my first submission, a few line of code but with great contents. It's anx OCx to manage read/write of an SLE4442 memory card with a RS232 generic smart card reader. Code is full implemented with basic functions and is a great HOWTO for MSCOmm programmers. To see it works you must have a rs232 smart card reader(for my work I tried with ELV reader www.elv.de). Sorry, the code is well commented but in Italian. Vote for me and make me a winner!! Also I hope this can help developers community.

6_2008-2009 #205597
Full screen code window ! (by pressing ONE button) UPDATED on 18 apr 2003 !

With this code (Visual Basic Add-in actually) you can switch your code window to full screen! It becomes very usefull when our screen is filled with a lot of extra toolbars, commandbars ans properties-windows. By pressing ALT-C you switch to full screen, which means that all the extra toolbars and commandbars (exept the main toolbar) disappear. By pressing ALT-C again, all your toolbars are back in place. All you have to do is open the project, compile the DLL, register it and restart VB. An extra commandbar will be added then with one button: 'Switch to wide screen' Enjoy! - Any feedback appreciated UPDATE*UPDATE*UPDATE*UPDATE 18 apr 2003 UPDATE: The commandbar is no more floating but fixed and still available with ALT-C ! I also added comments .. and fixed a bug that came up when there were no windows or commandbars to hide!

6_2008-2009 #208730
Multiple Flexgrid ActiveX

Since many people asked me this, I made an ActiveX version of my Multiple FlexGrid project. I have added the possibility to choose the number of tables (up to 10 for now), a real time scroll and a dynamic creation of the tables. Update: it is now possible to control manually each flexgrid. In the example you can see how to connect to a database to show values in the multiple flexgrid.

6_2008-2009 #209919
Plugin, Plug-in

This plugin code is better than i've seen here (no i'm NOT trying to show off). It sends data using ARRAYS (so you could say send winsock using CALL PUSHINFO("pluginid", array("sck",winsock1) etc! Very simple to use... not a sample included but extremely versatile and can handle "events"... which is information PUSHED to the HOST FORM. Ok.. somebody thought i was s-t-u-p-i-d.. i'm not.... plugin.bas is atcually just a connector... lol! see http://www.3d-reality.com/misc/rgbplugin.zip">

6_2008-2009 #212440
Mysterious Overflow Problem

One day, I was performing calculation on numeric variables.I kept getting error message "Overflow" so I checked my variable declaration, it's declared as Long, but the operation of the two numeric values gave 2500. I was confused at first, finally I brought up MSDN help and discovered the solution.

6_2008-2009 #211142
WINSOCK SNIFFER

*UPDATED 4/25/2003* This Is A ActiveX Control (ocx) Drop-In Solution For Programmers Who Want To Make A Quick Packet Spy. Pure Winsock API And No Dll's !! Will Only Work On NT Based Systems (nt,xp, longhorn etc)...This was coded in Visual Basic 6, So You May Have To Change A Few Things To Work In VB5...

6_2008-2009 #209411
KLT PCA eigenvectors

This module implements the Karhunen-Loeve transform (also called Principal Component Analysis) of a symmetrical matrix (usually this will be the correlation/covariance matrix). The routines are an ALGOL porting.

6_2008-2009 #212061
MSN Messenger Emoticon Macro Maker (v3)

Simple program in nature. This program will allow you to build emoticon picture macros. I am sure many of you have seen them when chatting. It is when a person uses a bunch of emoticons to build a bigger picture. Like the word "Hello" spelled out with smile faces. Take a look at the screen shot for a clearer understanding. Anyhow, this is my third post of this (I have removed the other posts of it to help clean PSC clean from older versions of the same software [wish others would do the same sometimes but I am getting off on a tangent]). The latest update now gives you a WYSIWYG (what you see is what you get) feel. A person asked form that in my last post. This version will still read the older macro files the other versions generated if you did find yourself using my last version. Next step (if I find the time) is to make it a real MSN Messenger Add-In. Hope you all like it.

6_2008-2009 #210992
Mouse Wheel Support

Grab mousewheel messages (the events Microsoft forgot). This will direct the wheel message to as many forms or controls as have need of them.

6_2008-2009 #202295
Socks4 Proxy Server

Updated. This is a working SOCKS4 Proxy Server.. Allow Multi Connection and can kill selected connection on request. Easy to understand programming code. Comments Added.

6_2008-2009 #209605
Mini Scripter v1.3

Here it is again! With this mini scripter you can code your vb code without vb. This is just a BETA and please read the about form in 'Mini Scriper'.

6_2008-2009 #195031
VB5 Round(), Split(), Join(), Replace(), InStrRev(), StrReverse()

This gives vb5 the functionality of the 6 main vb6 built-in functions which vb5 doesn't support. I wrote these a couple years ago for a friend using vb5, and although there were many at psc, I disliked them. The functions are as close to the original as I could get them, enjoy. [update: Added Round(Number,NumDigitsAfterDecimal) function to the module also included demonstration examples for each function! (screenshot), enjoy!]

6_2008-2009 #212438
Newbie Observation (Events Order)

This is just an outcome of my observation. Don't scoff, I'm a newbie. I would like to share this with other newbies.

6_2008-2009 #202298
EZFrame

EZFrame is flat frame similar to VB standard frame but with some extented features. It demonstrates few basic ways of creating a clean and lightweight user control.

Languages
Top Categories
Global Discovery