Results for "Volume: 3_2004-2005"
Life like jigsaw puzzle where pieces are actualy cut like the real thing and snap together as they are pieced one by one. Oh! How I wish you´d help me take that PSC CD on home - I hope they shipp to Brazil... so vote!!!
OCX replacement for the command button. You can customize the roundness of the base (corners) and for the face (how much the button is raised to your eyes). You can define the amount of light/shadow that will affect the 3D effect. This control illuminates automatically when the focus and MouseOver event is on. You can give it any color you want, inluding system colors. It takes vbButtonFace color by default. Try with different values to all of these properties to paint the button with many different visual effects. Since cool ones, to sober and ellegant. When pressed, the gradient inverts to give the sensation of pressed. Supports transparent pictures. with Default, Cancel and Disabled features. Very light in weight. All 100% VB code. You are free to use this any way you want! What do you think about it?
I just created it for people who want to chang or add items to there system properties. Visit http://www.wionj.net/ Vote For ME!!!
Guys as i promised, here am back with the resizeable and moveable version of Translucency OCX... a Novel method to implement translucency to your VB Forms, with just a single line of code !!!!! You expect it to be more easy ????
An incomplete music composer (Can't save or load songs, can't print, or replay it after you have written it)
***It's the simplest directX example here!!!*** If don't know anything about DX, this is the perfect code for you. No Modules or Classes, just one form with little code. Even includes conv3ds.exe, which lets you convert your 3DS files to .x files which are used in VB. You can easily add them into the world you can create. *** GREAT CODE!!! *** ***Heavily commented*** DON'T FORGET TO VOTE AND COMMENT LOOK BELOW IN THE COMMENTS FOR URL OF RMCONTROL.ocx AND 3dconv.exe
3d graphing, no 3d acceleration of any kind
3d starfield
Sox is a 'best of breed' project incorporating many hours of study and testing! With the ability to adjust ALL WinSock API features, eg. KeepAlives, TCP_NODELAY or the Send and Receive buffer sizes, you have the full power and flexability of the API at your disposal! This project utilizes the fastest methods in every aspect, from the Data Buffers to the Sockets Array (all other projects use a 'slow' collection) and is guaranteed to outperform any other project of this nature! If its heavy duty with high traffic, then Sox is your VB answer!
This function takes a long string of text, splits it up into lines for printing or displaying, then returns the new string. Like the newspaper, it doesnt cut off words, it carries them over to the next line. It includes a function to check for the longest word so you dont accidently ask for a column width smaller than your largest word.
Bugs fixed, autotype ability added. This was hard to figure out as API combo box doesnt get WM_CHAR message + some others neat adds.
The FormattedLabel acts as a standart label control, but by placing commands within the caption, you can display different font effects. Different commands allow you to change bold, italic, underline, strikethru and color styles and insert line breaks. The control also features AutoSize and WordWrap. But i can't do it with transparent background. Buuuu. :o) Hi folks. I change tags to html like but without color tag. In declaration part of UserControl there is constants like CONST cBoldStart = "". You can change tags there but they must by among . Thanks to all for your reqest and tips. p.s. I hope than my programing is better then my english. Sorry :o))))
Play Naughts & crosses (Tic Tac Toe) across a network.
Update to my earlier game, has a few new features, i also changed it to use time based moedling, which allows the game to run the same speed on any computer without limiting the frame rate. After all, why should people with faster computers be punished? =)
If you ever wanted to have a string with quotes inside this is a handy tip.
Need to test installs on different operating systems? Need a new operating system fast? Infected by virus?...Read this - it may help.
Here is an example of how one can count the number of appearances of a specified character in a given textstring. Included is a little project file with a form. The code is quite understandable. Actually it is beginners code. I just submitted this as a sequel to another submission here on PSC. Not that I find the other submission bad, but to show another way of doing things.
This example show how can do User DSN, System DSN or File DSN using ODBC API´s. It's works in Windows 9X,Me,NT,2000,Xp. This example create DSN's for Microsoft Access and SQL Server, but you can use other driver.
Best Way To Create 10000 Menues At Once! And Display Them As Menu Bar or Floating PopUp!!! BETA TESTING!
This is a rich-text-box with a built-in line-number panel on the left. Typical use would be for a script editor language IDE. I Couldn't find a decent one on here that did this, so I spent some time doing it myself, and passing it on for you to use (and improve on, of course). It is a pretty basic control, but I did make into a control so you can just pop it onto a form and go (of course, source code for control is included). You can control the Line Number panel width, backcolor and forecolor, along with all textbox stuff (uses RTF in case you want to use my syntax code colorizer submission). The Line number panel automatically adjusts its font to be the same name/size/etc., as the text box so that they line up properly. Hope you find it helpful - if so, votes are always appreciated (kind of makes me feel like it was time well spent).