Results for "Author: dreamvb"
hello all, This is a project I made about 3 hours ago. that is a self extractor and Creator. Yer I know it done in VB and requires Runtimes. but if you just want to install small files like screen savers and you know your users have runtimes it should be ok. anyway please read the information in the creator file. I also commented 98% of all the code. Hope you like it. Hope you like the code please vote.
Hi, Was sitting at my system thinking what to do. well I make a custom toolbar without using picture arrays just by using a one strip of bitmaps 16x16 and BitBlt and TransparentBlt and the Line function to make a kind of toolbar. anyway the toolbar you can add your own button click code and button up code it also has a tooltip. I know this ant as good as the normal toolbar but it quick simple and easy. anyway I hope you beginners may find some ideas from this code to help you. Please vote if you like this code.
Hi Fellow Programmers. This is a small example I made to view Basic HTML text. I was board so I desided to make it Only took 30 min to make. Anyway supports Bold, Italic, Underline, Images, Text Colors, Text Sizes, Hoz Lines you can have a picture background or a color background Also Added a Refresh to go to a different page. Anyway Got fed up after a while and desided to stop working on it hope you find it of some use.
Hi this is my sort of Tiny Development Environment using the VBScript Control. anyway You can design your own little windows Apps in a matter of seconds. and also most I say most of vb code. Projects comes with a form designer that you can resize move and psoition controls, test run projects in the IDE and finaly compile them. Please, Please see the read me first before doing anything it does have some information you need. Anyway I hope you like the code. I am in the middle of updateing as uploading this one now. Have fun with it and please Vote.
Hi, Ok this sourcecode will allow you to encrypt your HTML files, you can also select options to disable right click, Selecting text and disable draging items. Now the encryption only uses XOR but I guess you guys can add your own in. anyway I left a demo.htm files in the example folder for you to test. hope you find some use for it.
This small pice of code will allow you to compile a text file to a .RES resource file that can then be included in to Visual Basic. At the moment the compiler only compile custom resource types. Note that this compiles the files without the RC compiler. also at the moment the source code will only compile one file to a resource file. if someone can help with that problum that will be helpfull. Well I hope someone finds some us for the code.
This example adds a menu to IE when you right click on a webpage to download links just as DAP does and lists all the files in a listview control. You can use this code to add to your own download accelerators. This example does download files but Does not support resume as this was only an example I have also included a Readme text file to show you how to get the project working.
DM Start Page Armor, is a small project to allow you to protect your start page in IE, one of the most common reason for ppl getting virus is by ppl changeing your start page and makeing it connect to downloaders etc, so I made this to add a little more protection, each time an attemt is made it is blocked there and then, you can enable sounds of block it without alerts, you can also lock the startpage in IE so users can edit it, and also lock your hosts file, Please vote if you like this code.
Nise little project to view the contents of zip files anyway I made it as a Class DLL so you can easy load the dll into your projects, comes with full source of dll+ example, can view all files in size includeing, sizes, ratios, Paths, and much more, Example project allows you to also use the listview and add the files and File icons, etc anyway there maybe one or two bug not sure as it only took 30 min to write anyway hope it maybe of some use.
hi all this is a small user control I made to allow you to render basic HTML, at the moment it supports, Text Colors, Text styles, bold, italic, underline etc, Images, Page background images and colors, Bullet points and Lists, Hyperlinks, Page Redirect,Horizontal Lines,Text Alignment. and more. if you like this Next time I may add scrollbars hope you like it please vote.
Custom Listbox I made about 4 months back and stopped working on it the listbox works by rendering all the items into to a picturebox and n other controls are used. it supports a load of properties, Forecolor, backcolor, Images, Background images with alignments, Gradient background, Gridlines , also supports loads of functions like a normal listbox, additem, finditem, delete item, move item, append items Keyboard support and much more. Hope you like it,
hi Make this about 30 minutes ago, I was building a Chat Messager program and on the sign up from I wanted some sort of Verification Like you see in most webpages, so I came up with this idea, anyway the most of the code is in a class file and easy to use, You can Generate Random Uppercase, Lower case letters , Digits and also Define your own random words, and More anyway Hope you like it. Please vote if you find it usfull.
hi, This shows how to create a Multiple Server, that accepts clients, also shows how to check for a freesocket, Send message from server to a client or all clients, close a client or all clients, Know when a client has gone offline, Allows clients to get a list of all clients connected to the server, also Updates the list, if a client goes ofline, anyway hope you like it all code is commented. please vote if you like it.
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.
Hi made this in the hope that it may be of some use to any one, that wanted to know how to write a Basic Lexical. The meain Reason I made it was to build a small simple Compiler, But you may use it for a scripting lanuage or anything you want. Well I Hope you like it.
Full Mathematic Expression Evaluator for VB 6 Support all Operaotrs, + - * / \ ^ % and Parms, Relational operators <> <= >= <> ==, Variable Support, Bitwise Operaotrs, Or, And, Xor, !=, &&, ||, MOD, DIV, SHL, SHR, >> << Increment/Decrement operators -- ++, Hex support, Functions and more. Please Vote.
DM AVI Bitmap Decompiler Beta 1.2 New update to the project you can now extract avi files with 16 colors, 8 bit avi , 16,24 and 32 bit color, You can now export frames to TGA 16,24 and 32 color, Support for extracting frames form Animated cursors that can be saved as icons or cursors supports all color formats, Now added support to Extract frames form GIF Files, export frames as bmp,tga or extract the original frame as GIF, Loads of info added about each resource plus. hope you like the update please vote.
Hi this example shows you how to use the RichEdit control but with out needing to add it to your form. all it uses is a few API calls, anyway hope you find this little example usfull.
A Stylish Panel controls, supports, Soild Color, Texture, Graident, Round Cornners, Moveable, Moveable Partent, Titlebar Icon, And a host of other properties.
hi This is a small Expression calculator I made in VB anyway can work with almost any expression, has variable support, Works with Floating point number, brackets, operators suppoted +=*/\.< >= and more. Anyway hope you like it. Most of all the Expression calculator class has been commented please vote if you this code.