Results for "Volume: C_Volume2"
RMF-COM is a free (BSD license) clone of COMMAND.COM, the DOS command interpreter. Only FOR and COPY commands are not included yet :(
simply pops up an msgbox with a yes or no choice below (very simple)
Have you evere dreamt to manage C++ string like VB developers do? Now this dream is a reality, look: astring = "This is a string" & anthoerstring; This is now real in C++! you simply include bstr2.h in your project and then just declare strings like these ones: STRING a; String b = "Test"; string c = 45; BSTR2 d = b & c; You can do the follow: string a, b; a = 5; a++; b = "test" printf("a = '%s'", (char*)a); printf("b = '%s'", (char*)(b + a)); //You can use the & instead of + The output will be: a = '6' b = "test6" all the operator are redefined to work with strings and conversion from BSTR2 to any format are easly ase you see above. simple, isn't true? Inside bstr2.h there are numerous functions as in vb: left, right, mid, space, str, val, asc, split, join... and much more... Look at this project and vote for me please. New Upload.. i've improved somthings... P.S: Compatible with Microsoft VC++ at 100%!
This cool little program demonstrates a basic painting program as well as the hard-to-find dll call for filling a region of a picture. To use the program, all you have to do is draw a line with the left mouse button, then click with the right mouse button to fill the clicked-on area with a random color. Also, as far as I know, this may be the only VB project on the net that has the 'ExtFloodFill' dll call, so make sure to grab it!
This incredible program shows how to create totally realistic fire without using any palettes to create the right color effects! A simple bit of mathematical color manipulation creates a perfectly colored fire effect more realistic and faster then palettes, making for real-time fire animation. The included .exe demonstrates the current max speed of this program, and it will BLOW YOU AWAY! This code is guaranteed to be the FASTEST, EASIEST, and MOST REALISTIC algorithm-generated fire project at this site. If you don't believe me, try it out! This is definitely the best artificial fire program that has ever been built in VB, so don't miss out on this awesome code!
Download Internet Files Quickly with this tool. Source code included. Please send feedback to mahesh_gk@lycos.com http://www.mayoo.com/daccel
This code displays the text on the line the mouse is over in the tooltiptext box. This is useful for when your text string is longer than the textbox can display.
Program opens text file for input, reads name of files in list, then locks those files. Uses form and module, also shows system tray icon.
The Systematic Buzz Phrase Projector creates technical sounding phrases that you can drop into any report you may be writing. You'll sound like you really know your stuff, the people reading the report won't have the slightest idea what your talking about but surely won't admit it! Could be a good tool to use on pointy haired boss types! I wrote this project for a class so it's not real snazzy, just something fun. I'd appreciate any comments/suggestions for improvements. Please send any flames to: null/dev@efn.org
This code shows the math necessary to simulate gravity. It uses two axis to simulate 2 dimentional gravity.
Uses a PictureClip control to create a card trick that will keep you guessing for a while. Nothing very special but fun!
Take 9 pictures of yourself looking in 9 directions and assemble them to look at the users mouse depending on its location relative to your image. My wife thinks it's funny because she asks for money and drags the mouse above and below the image a few times so that I nod "yes".
This is a simple passowrd program that prints '*'s at the prompt. *UPDATED* Now the code allows you to use the 'backspace' key. Please leave feedback and let me know what you think.
The list of programs help some begineers to progamming in c... List of Programs: ----------------- LcM And HcF of two numbers. Graphics (To Generate a Hut Like Image). Generate A graph paper like image. To generate a robot image. To find minimum Value without Array Odd Numbers between user inputs(in accending or Decending order). Store Prime no in a file... Sum of the rows of a 3 X 4 matrix.. Generate a table of 7. Minimum value in an array. Store 1st 20 compound no s in an array. Sum of the Diagonals of a matrix. Find Divisible of 2 but not using modulas operator. To generate nos divisible by 2 not by 5. Generate Even nos between limit..
Hi, I'm back. I have updated my squash game so it's more powerful. Anyway, I changed something so the PC player engine is more clever so nobody can beat it. (Maybe somebody can. Though I make the program, I can't beat it.) Now you can control your pad with your mouse. Enjoy!
Select item in listbox on mousemove; Drag an item to different position; Most source from MSDN , two lines from yours truly.
FireStarter is a app to set your START button on fire. If you simply hate the start button then try animating it with this short and very simple code. Please send comments ans sugesstion. CODE BY - NILESH P KURHADE EMAIL - bluenile5@hotmail.com
Easy-to-use template for creating a non-rectangular form. So simple, even Homer Simpson could use it (if he had a computer).
this artical demonstrates how to make a drop down menu for navigation and what not, but unlike other posts this one will automatically lineup the dropdown menu with your horizontal navigation bar even if the margines are changed or the table is centered I looked for this code all over the place but could not find what i was looking for so i sat down with my javascript reference book and figured it out. Good Luck
There is a NEWER VERSION of this application. The name is "Mathematical parser ver2", search it on this site or on my home page. Evaluates expressions with common symbols and mathematical functions. You can use trigonometric functions as well as the common operators like +, -, *, /... For examples on the syntax you can look at the picture. It looks terrible, I know... Within some time there will be another version, with other features as well as with other functions. Please, report me bugs (I think there are many mistakes), critics, comments...hi all.