Check out my App so far...

For everything that's not in any way related to PureBasic. General chat etc...
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

Check out my App so far...

Post by localmotion34 »

So my app is called "Manager", and it will have highly encrypted storage of personal information for filling out forms, an address book with contact information, and even icons/notifications for people to send christmas cards or you recieved cards from. filling out a webpage can be done with just the tab key, and a 2 key-hotkey. the user data is only decrypted for 50 milliseconds and sent to the clipboard, and then cleared.

it will support encrypted christmas lists, with the option to store images of an item, along with the maker, price and website/sale date. inaccessible without a password.

it will have basic screen capture that has a list of all captures you want to keep handy, up to 32,000 if the user has the memory!! images can be batch exported to the format and folder of choice.

it has a clipboard manager that can save entire clipboard histories and then later be reloaded, and all images can be exported to BMP, TIF, GIF, ICO from 32x32 to 128 x128, TGA, PNG, and WMF. up to 32000 entries if the user has the memory and disk storage! images can be batch exported to the format and folder of choice. text can be exported to a TXT file, and the board will support custom formats registered by photpshop, MS word ect.

it will also be able to encrypt files, with an option to encrypt based on a machine-dependent algorithm so they cannot be viewed on any ohter machine.

lastly, it will have an MP3/CD player to listen to music while you work.

the whole concepts of this is to bring some really good basic applications into one, neat, well-managed package. everything can be hidden and accessed through the system tray, and most commands can be used via hotkeys.

users can do quite a bit with everything out of sight, and only bring up the clipboard when they want to. check out what ive done. the GUI is mostly done, screen capture is done, and the encryption is 1/2 done. fileformat i will use is drawn out, and needs a procedure to write it.

Image

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

sounds interesting and looks sexy.
Image Image
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

localmotion34, I'm over by Ocala, FL (hey neighbor!).

I like what you are doing and the look of it. In PB it surely will run fast too :!:
Intrigued - Registered PureBasic, lifetime updates user
Post Reply