Results for "Volume: 7_2009-2012"
Project includes a very simple Class Module to talk to Excel with a demo project showing how to export the contents of a ListView to a workbook, and then create a pivot table from it along with page setup. The class module is pretty basic but I hope it helps some with ideas of how they can now add Export to Excel options to some of their projects. NOTE: The end user must have at least Excel 97 installed for this to work. KEYWORDS: EXCEL OBJECT CLASS WORKSHEET WORKBOOK PIVOT TABLE
just c00l interface for your next apps :):) please dont forget to vote if you like it ;)
A simple flexible enterprise vending application that I created as a project for my VB6 Distributed Applications Class.
Create Office XP style popup menus without an OCX. Very easy to use.
It's a mail sender which DOESN'T NEED A SMTP SERVER! Also, you can specify how many times you want to send the mail, workin as a spammer for 'some' ppl. Most of the code was adopted from Bryan Cairns's 'Send mail without server', most credits given to him. BUT i really improved the GUI. Pls............vote for it and leave comments. Pls.
The problem with standard TextBox is that it background isn't and can't be transparent, I've developed the transparent text with standard Label objects. You can't type in text in Label object at Runtime, but with help of PictureBox you can type characters and edit text in Label objects. All Label objects which you want to be transparent and editable you must put on one PictureBox, and PictureBox will then work with Label objects… You can use the transparent text with "Microsoft Forms 2.0 Object Library" - "FM20.DLL", but there is one problem: this ActiveX component is not recommended to use, and it'll work only on computers with Microsoft Office 98 or late installed.
'I developed this code because I have seen many people boasting that their code being 'the one that stays avove all of the other windows .. well I hae never found their 'claim to be true so I wrote this code .... in order to test my code just use any 'yes any stay on top form in the software world and I bet it won't fail ... what more 'it can be on top of even the menu items of the Windows start menu ... jus place the 'form around three inches above start menu and you see the menu items going behind it 'isn't this cool ... 'Just remember me Bis and [email protected] .... I know now my mailbox is going to 'be flooded with mails for more cool and simple stuff like this .... well I promise 'once I get started I know I will never stop ... so write back soon ... if you like 'it
An external function module to compute higher precision math functions for special applications.
Does what the title says, adds a big crosshair that follows your mouse in your whole application, dig it!
let the program delete itself ;)
This is probably the best ever clone for Windows Notepad .... I have seen several other codes but they don;t have all the features that the Notepad has .. for example the Word Wrap. Putting the date , time just like Notepad does ... I mean blinking the cursor just after the last digit in the date/time ... font changer. Well a few more which you will see on using my prog ... I hope you like this ... I badly need some votes for it .... I have spent much time on it .. I know there are some bugs .. but I hope to correct them in my next release :-) Thanks ........ Biswajyoti ...
Credit for this code really must go to *vcv* who submitted this earlier and did a very good job on it. I simply added hooks to a status bar and fixed a SubScript error. The menu item and the status text may be set in the same sub to make it easy to keep in sync.
Written as a modding tool for the computer game Homeworld. Mostley an example of LZSS compression. WinBig is a file archiving utility (ala WinZip).
i have alot of ebooks/manuals in pdf, html, rtf/txt form and it was a huge hassle to go thru the steps of opening the next file so, i put this together, you can have one of each file type loaded at same time. hope some of you find this helpful, add these components to project: Acrobat Control for ActiveX - pdf.ocx, comes with adobe reader in the reader\activex dir., the pdf.ocx is not supported by adobe, works with inet explorer and no doc avail. so you still need to have adobe reader loaded....but it's free too. Microsoft Internet Controls - shdocvw.dll - vb6
Have you ever wanted to have a place to put your code that you downloaded from PSC? Is tracking it all down and remembering what it is a problem? Well, fret no more. With PSCdl2, you can keep track of all those nasty little bits of code in one spot. Building upon Thomas Hannibal's original code, I thought this is cool, but keeping track of all this is tough. I "lightened" it up a bit by removing some objects that cost heavy on the development side and redistribution. Features include: Drag-drop of all data including images and links to ZIP files. Ability to retrieve ZIPs/Images/Abouts Great for sites other than just PSC! Features to come: Edit entry titles Edit descriptions Delete entries Upload from other sources! Included: Version 1 to version 2 utility (Read comments in Form1.frm under Quick Load) Some sample code already uploaded. This is a work in progress so PLEASE VOTE!!! (Sorry commenting is so sparse... I'll fix that in a later release)
The ocx will buid simple sql queries
This code will show you how to save the current Screen Resolution and colors to an ini file then change the resolution to a resolution you specify. On exit of the Form the program will read the ini file and change the screen resolution back to those parameters... This would be great for programmers writing games that need a specific resolution to run. thanks to Steve Anderson for his tutorial on resolution changes...
Hi friends, this is an updated version of notepadx .. and probably the last version of the project that I hold close to my heat ... which I claimed to be the most closest clone to MIcrosoft(R) Notepad .. and now I can proudly say .. this is the best clone for Notepad ... Features: * Word Wrap (Font also changes as we swap ... a bug left in the first version) * Select Font (Pressing Cancel won't matter .. a bug left in the first version) * Write .LOG at the top of your file and when you reopen the file you will see the difference at the bottom of the file ( a feature that exists in Notepad ) ... pointed to me by John. Thanks friend. I have also included a file with .LOG for you to check out the feature .... * Drag DRop Files * Get user and Organization Name in About form. * Information about Total and Available Physical Memory in About Form. I hope you will like this and please vote for me ... Thanks for downloading my code .. I hope you enjoy this code as much as I enjoyed programming it. Biswajyoti Das ([email protected])
Utilises a lot of the string manipulation commands to do just about anything with a line of text. Some of the more advanced functions i learnt as i went along, so they arent gonna be particually perfect! I hope this should be more or less bug free tho... I designed this to be for beginners / intermediatte needing a hand geting going in this field. Im sure other people are gonna have string manipulation tutorials already on PSC, but what the hell! have another one... :) Beginners: if you have any problems getting the code to work, email me at the address at end. tHE_cLeanER
This is a more complete version of the code I uploaded a couple days ago... Has two forms.. Graphical and Non Graphical Both work together so if you start typing something in then switch modes it will copy the information over. I implemented this as a payment popup (this is just the credit card fields) I am not finished with the whole thing yet. The Mod10 is a lot smaller than any I have looked as of yet. It changes colors of the textboxes when invalid. Restricts input to digits only in the graphical version... non-graphical you could get some stuff through but the code was getting fat trying to stop all the errors. It also plays around with pictures, frames, extensively with textboxes. Also see "another money text field" I uploaded earlier today in which I still have to implement in this project. BTW Please vote or leave a comment (critisism(sp?) welcome)