Results for "Volume: 2_2002-2004"
[Updated 2004/07/12] This code will create a tab control similar to what you would expect from a Windows application. It allows you to organise your page or pages into tabs and for the user to select the tab to show the information neatly. Otherwise you are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings, or use the defaults. This control was originally written by Tom Bruinsma (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7805&lngWId=4). I have add Inline Frame support, made it Mozilla compatible and re-written all of the code to make it more modular (plug and play).
Mit diesem OCX können Zeiträume grafisch dargestellt werden, z.B. für Urlaubsübersichten oder Projektzeitpläne. Farben, Inhalte und Beschriftung sind leicht änderbar. Automatischer Scrollbalken beim verkleinern. Neben dem SourceCode ist noch ein gut dokumentiertes Beispiel enthalten. Voraussetzung ist eine Access-Datenbank (mdb)
At times I need to redim a multi-dimension array by adding an extra row or rows, and keep the arrays contents. In VB you can only change the size of the last dimension in a multi-dimension array, this is ok if you want to only add columns. If you want to add a row to a multi-dimension array you can’t redim it and preserve the array’s data. To get around this problem I have created a process to do this for me. Just copy the contents of the multi-dimension array to another exact copy, multi-dimension temp array. Then redim the original array’s row up by one, and then copy the temp array back to the original. Now the original multi-dimension array still has its contents plus has an extra new row to add more data to!
DX pong is rather neat version of the classic game Pong. It uses DirectX 7 and so you must have that installed on your computer to play. The graphics are detailed smooth - they run at over 50 frames per second on my 400Mhz PC. Cheesy sound effects are included too, but the best thing about this game is the computer's intelligence. Rather than blindly chasing tha ball (like I've seen many other pong games do), it predicts the path of the ball (even if it is going to bounce off several walls) and makes a decision that is not always perfect. The way the computer moves looks like a human player and so it is difficult but not impossible to beat. Have fun, and then come back and vote for me. I usually provide a screenshot, but I don't know how to do that for Direct X games - could someone tell me? Thanks.
'This code shows how to make a transparent marquee with time & date functions 'First submission from me
OK, we've all been in the situation where you want a multi tread application but since VB is single threaded it is difficult to do, so you create a second vb app and line the two together using winsock .... this is slow and you my be woring in a machine that does not have IP installed .... what choices do you have ..... well you can use pipes, winsock as i've already mentioned and you can also use Read/WriteProcess memory, these are time consuming and difficult to understand and write ..... but hey, what about SendMessage.... yep that good old API call. it allows you to send a data structure to an other process ..... which is fast and the message will always get there .... this code gives you a quick example of how to do this..... hope you fins this code useful .... You may find that quitting the Client Application after you have sent the message wil cause your VB IDE to crash with a Memory exception .... if you click the control box on this form it might not crash the IDE ... this does not happen as an EXE
Take v1.6 and make little changes - now the thing is better
This code utilizes Windows 2000's layered window effect, (commonly referred to as alpha blended windows or translucent windows) described at http://msdn.microsoft.com/library/techart/layerwin.htm. You must have Windows 2000 for this code to work.
*Updated*NewsFeed is an RSS News feed grabber. This ASP application will grab RSS and XML feeds and will display them on your website. RSS is a great way of providing up to date data on your site, including News, Entertainment or Blogs. NewsFeed will display any RSS/XML feed that complies with W3C Regulations (www.w3c.org). Newsfeed now incorporates better compatibility (and error handling), and a cache. Enjoy!
Address and Telephone Book. Very convenient address book with Sort and Search options,very simple Updating, Deletion and Adding of records!
Write text using a laser effect, choose laser color and write color too! I got the idea for this when I saw the laser program that someone made that drew a picture. This works awesome, and it looks cool. See the screenshot!
Original Article: http://www.15seconds.com/issue/010605.htm Macromedia's Flash is often only used to create those annoying Web site intros that people skip right past. Well, since the latest versions of Flash including the ability to interface with ASP and other server-generated Web pages you can now do much more.
to test the mind and see if you could win on the tv program.
Ever wanted your computer to shut down automatically? Now you can! With this application you can, for example, put your computer on defragment at night, set the time you want your computer to shut down and go to sleep! Or you can download something at night or while you are not at home, and shut down your computer by date or minutes from now! Amazing!
This tutorial explains very basic things to learn integrating flash with asp. A project is also given with flash source. I guess beginers and intermediate users who want to integrate flash with asp, should see it.
Present a simple method for creating tables with alternating row colors.
Build a rich text editor.
Its amazing .... I was getting facinated by the textbox search provided by third party components in ASP.NET, so I deceided to build a one in ASP. My code helps in searching a particular field & the textbox gives results as you type the keywords in the same .... I have used iframes so it will not work in Netscape ... will try to overcome the same
Allows the user to create shapes supported by a programming script, which are easy to rotate and zoom into. In the screen shot, you will see one such shape and it's formula. In this screen shot, I chose to display a boring graphic, and if you download this, you will see that surely great projects could be made with this code. I have programmed shapes for arrows, and gauges, airplanes, and a nuclear missile with the name "USA" on top. And they are all non-flicker graphics, easily rotated, and extremely quick.
This one must be one of the best free asp+flash applications over the NET. I searched for a good one and found no good examples on the net . So I made one. It's the flash version of my previous post cool addressbook. Any wayz I'm sure you would like my work cuz it took hard work. Vote me please if you like it.