srpen 2004 - Posts

Troubles with WMI in JScript
30 srpna 04 11:47 odp. | tom | 0 Comments   
This script doesn't work (although direct traslation into VBScript works): function GetInstalledApplications() { var reg = GetObject("winmgmts:{impersonationLevel=impersonate}!root/default:StdRegProv"); var keys; reg.EnumKey(0x80000002, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall", Read More...
Example: How to Establish Data Call Using TAPI 3 in C#
18 srpna 04 06:14 odp. | tom | 5 Comments   
At first, add reference to Microsoft TAPI 3.0 Type Library (at Project/Add Reference/COM ). ITAddress myAddress = [your device] ; String myNumber = [phone number] ; ITBasicCallControl myCall = myAddress.Create(myNumber, TapiConstants.LINEADDRESSTYPE_PHONENUMBER, Read More...
Example: How to Send Email via SMTP in C#
18 srpna 04 01:28 odp. | tom | 0 Comments   
It's very easy. System.Web.Mail.SendMail("from@server.com", "to@server.com", "My subject", "This is my first mail."); Futher information can be found at MSDN Library . Přidej do linkuj.cz! | jagg.cz! | del.icio.us! | digg it! | reddit! | kick it! | live Read More...
Ahoj
18 srpna 04 08:20 dop. | tom | (Komentáře vypnuty)   
Toto je můj první zápis. Přidej do linkuj.cz! | jagg.cz! | del.icio.us! | digg it! | reddit! | kick it! | live it! | email it! Read More...