Results for "Volume: 7_2009-2012"
This is an application to monitor a folder for changes (exmple Downloaded files) and send those changes as notifications to a BlueTooth built-in device like Mobiles and Pocket Pcs. (the built in BlueTooth on the device must be to work). Now add a ComboBox to deal with requested devices informations to send to. Have Fun with this application which I want to share it with you all. - it allow to monitor a folder for changes (Add, Delete, Rename files and more). - can monitor the sub folders too. - it Allow to send those changes to any device with BlueTooth. - whenever a change is made or - by indicating a laps of times (minutes) to send changes. - it allow to send some types of files instantly. those types can be customized (add, remove, ...), can be enlarged to more file Types. - Easily change properties of the device to allow sending notifications to many devices. - Save and restore device and folder informations, set them once. - Can be minimized to tray icon to operate silently. - Ability to select the monitored folder by Select folder control. - Now add a ComboBox listing all registered BlueTooth Devices on Pc, (to grab informations about devices easily). I think that's not all but have a look on the Code. Have Fun and let me know your suggestions, any suggestion is welcome, Votes too ...
You don't want to worry about the syntaxes of the sentences SQL, it proves with these custom sentences. Plz don`t vote for this, I upload again coz PSC remove the post when I try to update, sorry this.
Form Skin Control. Feature: 1. Customized Form Caption. 2. Change Form Back Color, Caption Color. 3. Customized System Menu. 4. Customized Control Box. 5. Fade In Fade Out Effect, 6. Gradient Button. . Drag the Skin control and placed it in the form. . Add Gradient Button. . According to your form border style it will resize. Click On SkinCtlGr.vbg. Run The project.
Magnifies an area at the mouse cursor hot spot; size, shape and magnification factor can easily be adjusted at compile time. To terminate magnification move the mouse into the screen top lefthand corner. Download is 5 kB.
This add-in adds a toolbar to the VB IDE and displays, in a tabbed format, each editable file in all loaded projects. This mimics the tabbed code layout in visual studio.net.
Improved is the ability to rotate and move the viewing position without any flickering. This is done by adding a back-buffer routine. Also improved is the ability to select the terrain resolution size at run-time. Also, the back-buffering can be turned on and off at run-time. Here's the original authors description: Render a 3D random terrain with gradient colors and water level, rotate and move the viewing position by moving the mouse with left or right button. The example shows how to convert 3D space coordinates to 2D screen coordinates View the original Terrain 3D here: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=64599&lngWId=1
A Stylish Panel controls, supports, Soild Color, Texture, Graident, Round Cornners, Moveable, Moveable Partent, Titlebar Icon, And a host of other properties.
General Network Management system, can log keystrokes, recall usernames and passwords, and control internet. Some other functions have been incuded also.
MSHTML ActiveX Control Wrapper WYSIWYG full visual html editor component. Support every single function supported by MSHTML using IOleCommandTarget Interface. Supports also all table editing functions. I started also table selection functions that you can complete it the way it should. ALso support events and functions names similar to discontinued DhtmlEdit control. Very easy to use. Before you load the project copy the Typelib file MewsoftHtmlEditor.tlb to your system directory. You can download the full project source code with the ActiveX OCX compiled from our site http://www.mewsoft.com/Downloads/ and get also the latest version. Please post any enhancements or updates.
Database! Reviewer for exams! It uses randomize for questions and answers, and calculate percentages for correct answers. could be useful for quizzes.
RTFWriter is an object oriented ActiveX DLL for generating RTF files. Features: - Page format: width, height, margins etc. - Fonts: size, character set, style (bold, italic etc.) and colors - Paragraph formatting: justification, indentation, border, shading - color, etc. - Headers - footers - Tables - Drawing objects (line, ellipse, rectangle, polygon, polyline and text box) - Document information
It's a nice usercontrol that enables you to skin the form. It includes 6 attractive styles, 5 theme colors and 3 backcolor styles. In this version I have added new features and fixed some errors. Have a look at screenshot. Enjoy it!.
This source code adds icons to StatusBar control.
With this class module you can access windows's registry just like it's built-in Registry Editor. It can read/write string, dword, binary data, export/import .reg files add/delete keys and enumerate values/keys (all you need :p) In this (updated) version, 2.07, two fixes are made: fixed ReadString on xp and improved ImportFromReg... Injoy and have fun!
Have you ever used the MS Toolbar. and wanted to change the Backcolor or even better set a Background image on it, I know I have anyway few days ago was board and was reading one of my Visual C++ books, and happened to come across an example, so I Got it also to work in VB anyway hope you like it.
You can play with elevator.
With this program you can rename any file, using some important characteristics, as: - To move words, utilize / to indicate where you want to move the word. - To remove or replace not wanted characters. - To give sequence to the files, i.e 1, 2, 3. - To change the extensions and to put them in minuscule. - To place the first character of each word in capital. - To remove two or more spaces among words. Comments and votes is wellcome. UPDATE Now with a great appearance, thanks to my friend John Underhill (Steppenwolfe). Please visit the link CodeId = 3163 and CodeId = 64357.
Simple and efficient Financial Accounting Software for small businesses. With Multi company and muliple financial year support. Instant Reports. No codes required for account folios. Built in back up and restore facilty . zip file contains complete source code. This source code contains 35 forms and 2 modules. For Database access, I have used ADO in this application. Database can be any odbc data source. You can use Foxpro, Microsoft Access,SQL Server or Oracle. Database Table structures are published. All path settings are clearly explained. If you want to have a clear understanding of source code and to get the answers for the following questions, you can view more screen shots with descriptions in my web site www.craceinfotech.com * How to create database files folder? * How to create report files folder? * How to extract Visual basic source files? * How to extract the database files? * How to set up the ODBC Data Source ? * How to set the date format in regional settings? * How to open this project in visual basic ? * How to set the project properties ? * How to set the project components? * How to set the project references? * How to understand and trace the Source code ?
Draw a nice text on the desktop using GDI+.
This program is a general database server and client, working with ANY database opened from server. You can open any database on server, and the name of tables will be send to client. The client can send any SQL command to server (including create table, drop table too), and the server will be execute the command and send back result. This program work with Data controll, listview controll (see screenshot). Support multiple client connections.