Results for "Volume: 5_2007-2008"
Super real time color syntax with list of function sub and more also with auto indent you must try it very cool and powerful please vote for me if you like my code thank you.
This is an Add-In Project that creates transparent forms and adds them to your project. This Add-In works almost exactly like the Transparent Form Maker program that I posted a while back on PSC, except that I changed a few functions to add extra LoadByte Procedures to handle the size limit of Procedures (64k is the limit) and I added a way to move the form without using the task bar(see the Form_MouseDown event on the frmRegion).The Created form will also contain the mousedown code.(Note: Some of you may need to change the reference to the Microsoft Office 9.0 Object Library to the version of Office that you have installed.) To get this to work open the project and compile it then close the project and open a new project. Select Add-In Manager from the Add-Ins Menu. Check the Loaded/Unloaded Check box (You can also check the Startup check box to load the add-in when Visual Basic starts). The add-in will then be listed in the Add-Ins Menu as "SSE Transform". Follow the instructions on the Main Dialog to create and add transparent forms to your project. (Note: The program may take a few minutes creating a form depending on the complexity and size of the picture that you use.)
This is designed to be a fast(er) port scanner, configurable (pipelines, timeouts) and automatic (scans Class D or C level ranges). It uses Winsock arrays to make pipelines to test ports. Works very well on a LAN, and has good to excellent success on the Internet, in my testing anyways. The code demonstrates using arrays of controls, etc. This is my first submission to PSCode.com, please enjoy!
This is a shoot 'em up game similar to projectX. It was created with bitblt functions and all the others functions from the gdi32.dll. It is not with full comments but i 'll do it if you ask for it. Anyway i wish you have fun with this game and vote me if you like it. The graphics aren't mine. I found them on the internet. I didn't have time to create my own.
Well, I hope you enjoy playing it ;)
Simple Sound Mixer Wrapper Class plus Test Driver. Unfortunately the Mixer interface is rather complicated - maybe written by a musician *g* - so there are quite a few mystic API calls with plenty of params, mixer-constants with ugly names, cryptic structure types, and virtual memory address pointers from one structure into the next. And Micro$oft's documentation is slim, to put it polite, but I tried my best to put all that into a wrapper with a simple interface: You choose the Channel and SoundControl; this will return True if the selection was successful, and then Get or Let the Value. (Note that ALL values are in % - for booleans (like Mute) the value 0 means False and 100 means True - one hundred percent true, so to say).
A Full YMSG Client with Chat,PM,BuddyList,Add Friends,Fonts,Smileys,WebCam Full Clone of Yahoo this need Systray32.ocx and YCrypt.dll this DLL can you get on http://www.nolimits-hosting.com/~yvb/ Please gimme Credits and Vote for me at PSCode
Please Read the Article
This project uses GDI+ to load a transparent .png and using UpdateLayeredwindows it displays the form using the png as the windows drawing source. Just try it, it's easier to see than describe. This can easily create some of the nicest forms that you are able to make. No more regions no more combining and xor'ing, using this you have a perfect antialiased non-rectangular form that you can see whats underneath through it. It's like regions supercharged. Though this example is pretty simple, I haven't seen this done anywhere on the net. I found one example in C++ using an outside library to load the png but using GDI+ is easier. I made this example without anything except the basic code to load the png and display the form. It's always been easier (for me) to see an example when there isn't anything extra to dig through. As far as I know, GDI+ comes with windows 2000 and XP which fortunately is also the only OS's that support UpdateLayeredwindows. Have fun with it. Comments and Votes welcome.
This is a DLL (type-library) written in VC++ to be used in Visual Basic. This dll makes unbelievable effects like: brightness (in a very fast way), contrast, hue/saturation, gamma, blur, smart blur, radial blur, zoom blur, twirl, swirl, ascii morph, gold effect, alpha blend, many blend modes, emboss/engrave, raindrops, waves, circular waves, sepia and many others. You can use in VB with a module or a reference. Many of these effects you've never seen it before. I've worked hard to implement this dll, so, I will appreciate your vote, ok? Note: I've uploaded the dll with extension .gpx, to use in GraphicalDLL's project, only you have to do is change the extension to .dll, ok? ***IMPORTANT*** If you want to download the compiled dll, you need to download from: www24.brinkster.com/mastertronic/Codes/GraphicalDLL.dll, ok?
When web camera detects a motion this program shows what is the motion grade,counts all motions and barks like a dog!!!
Create customs collections of every type of class with a class Collection wrapper. A basic stuff, sure known by a lot of people, but I think it would be interesting for somebody...
This project shows a framework of how asynchronous downloading from web is done using AsyncRead. Any image, file, page, etc. can be downloaded using this method. No Windows API calls and no winsock OCX needed. Credits to Chloe! More info on AsyncRead can be found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vb98/html/vbmthasyncread.asp
This code load's a dialog from a resouce file, it can also manipulate the controls on the dialog and recieve messages from it using subclassing. There is included one resource file containing a dialog with various controls, also one commoncontrol (slider) and some non-standard buttons. Just made this for fun and a little experimenting with resource files, hope you like it. BTW, you need Visual C++ if you want to add dialog's youself or change them. This because VB is only capable to see and compile the dialog resources, not to edit them.
A selfcontained class based on my class clsJPEGparser to ***READ in a JPEG file ***Parse the underlying structure (segments) ***Get a list with start and size of segments ***Isolate the comments ***Add/modify/remove comments ***Remove some segments on demand (Exif, Adobe (TM) PhotoShop header, all application specific headers, all comments) ***Get important informations (like the TRUE size (width/height) of the image even when there is a Adobe PhotoShop (TM) preview included ..., parseable without errors and so on) ***WRITE out a new JPEG file _____ THIS IS NOT AN IMAGE MANIPULATION CLASS OR SOMETHING TO SHOW THE PICTURE - WE HANDLE THE UNDERLYING (COMPLEX) STRUCTURE OF JPEGS ____ A sample is included --- RDY2USE ___Comments are welcome, votes are motivating ;) __________ LiTe
Now you can draw text with each icon and set the the position (top, right, etc.) via gdiPosition variable and I fixed the App.Path thing, the memory leak was allready fixed last time ... Here is the transparent version of my DirectX Program Dock, but this time based on GDI+. Big thanks to Apeiron for his Per Pixel Transparency code which made this version possible. Again you need to create a folder called (“icons”) in App.Path and put some PNG-Files in it. For the screenshot I used a PNG set from http://www.rokey.net/ but you can add any 128x128 PNG files you want.
Extracto is an Icon Extraction Tool. Open an Icon from any Program and save in a variety of formats! Quick and easy. Please vote!
A working code library that users can keep & organize a code collection within. Tuns of features !!! This version has a completly revamped data file format that is not compatible with my original version of this program. I found out that the original formating was bugy. This format has been tested with over a meg of data. The program has room for more improvement. The declairs also need work. Enjoy !!!
Using this code You can easily backup your sql database. There were some code here that used ADO for the backup purpose, here in my code i have used the SQLDMO object for all the sql transactions. Few code are taken from here and are upgraded with comments. Hope you all would like the work
editor real time color it load file for coloring C++ VB etc.. up to file fast code color cool try and you see. please vote for my code