Results for "Volume: 4_2005-2006"
Translate words from and to several languages just like Babylon(tm). Capture the Clipboard and translations from and to English, Arabic, Chinese, Chinese (S), Dutch, English, Esperanto, French, German, Greek, Hebrew, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Thai, Turkish and much more. Free Access to all dictionaries from Babylon.com
This is just a basic example of how you can add and manipulate data used with an MSChart. Easy to amend and change for your own use. Don't get carried away ;)
Result Intemation System develop for collage student in which result of internal exam marks send on parents mobile using SMS.Another part of project send SMS on teacher mobile 15 minute bfore for his next lecture.
This function will select the value of a List Box or Combo Box based upon the Index ID. This is helpful when you are trying to edit a record and want to select a saved value in a combo box or list box.
Purpose:"Several Visual Basic based functions that demonstrate how to create and administer Distribution Lists (DL) using Collaboration Data Objects (CDO)." This code was taken from Microsoft (Article ID: Q178787) and I made it into a class so all you need to do is plug in your info and your ready to. I have included the article in the zip... please read it b/c you might need to get the CDO DLL and it has link to download.
Access-like AutoComplete of a dropdown combobox or a simple combo box based on what's already in the list. Simple code but can handle backspace and delete and will finish the 'complete' on Enter keystroke or lost focus. Could easily be converted to a user control.
It initializes mouse pointer in dos as well as in windows
This is a big update from the other editor I posted here. This inlcudes: A status Bar, which holds the tooltiptext, A Tab Strip, and updated use of the CommonDialog Control. In this code, you will find out how to convert an ASCII (from a file) string to Hex and then Decimal. Then convert the decimal back to hex and write it back to the file. This is code also includeds a lot more intrinsic documentation. 9K Download......Ha! Have fun with this baby. UPDATED: MARCH 11th 2000. Now uses an UpDown Control in sync wiht the txtCASH control.
it gives the o/p of the string in terms of stdlib function & user defined function it works very well in c/c++ i have tested it !!!
This controls is the recoded enhanced version of my initial Multi Column Combo box contains several bug fixes and code improvements. This is good replacement to traditional combo box for Windows Applications
hey fteinds check out this hold your breath.its gonna freeze your os. easy shutdowns and reboots. www.tkmcse.tk
Makes a string http querystring friendly by replacing all non-alpha and non-numeric characters with the appropriate hex code. Helpful when using the wininet API. example: "(Find This)" becomes "%28Find%20This%29"
Searches if a textfile contains a string that you specify. If matching string is found, the line# and the line, where your searchstring was found, will be printed to the screen. Searchstring is case sensitive.
Shells an app, then waits for that app to close before it continues processing.
MS stipulates that OS Version Info must be obtained "correctly" in their Windows2000 Application Specifications. This is the way. It also uses api's to get the OS path, get the Windows Temp Dir and to generate a unique temp file name. This is a .BAS file with a Sub Main() so it should compile easily. It generates the info, writes to a temp file and launches notepad with the info. No forms. You can easily hash through it to pull out what you need.
c# seems to lack some standard types of input boxes so I set out to create a class to implement some. This class creates three styles -- string, list and number(spin control). Also demonstrates enums, delegates, events. This is my first submission to the planet. I welcome any feedback. Thanks!
This code uploads a file to an ASP script using http post. It can be used to automatically upload files without user interaction, e.g. when you want to publish some data to your Web site periodically. There are lots of code excerpts around describing the receiving side but the sending side is mostly an HTML page containing INPUT TYPE="File" ... Simulating this by code requires some knowledge of HTTP Post and Mime. Find the full project and the ASP in the ZIP. New!!! Now shows how to upload a .gif file. Other binary files work similar.
This tutorial is great, I wish I had this when I was a begginer. It goes step-by-step through every aspect of BitBlt. I also included a program I made that really helps me, MaskMagic 1.0, it is a Sprite \ Mask maker, and you can do several pictures at one time. It's truly a great program. This a must have package, it has everything you need to get started with BitBlt. Leave feedback.
applet with multithreading..........
Ever want to freeze a computer? Well, here is some code to do it. It manipulates the API 'setparent'