logo

Createobject

Get your own code!


exact phrase
Advanced Search  

Results 1-10 of about 450 for the Createobject  (0.207 sec)
Normal Time & Relevance · Relevance · Time  
 

sheldon_penny

Early Xmas Surprise - Let your laptop speak as Sheldon's!!

.... Basic requirement for hardware: PC System (Sorry for Mac fans!!) Baisc requirement for software: Windows XP/ Windows Vista/ Windows 7 [Step 1] Open up "Notepad" [Step 2] Paste following command CreateObject("SAPI.SpVoice").Speak "Merry Christmas" ** Tip ** You can reply any word instead of "Merry Christmas" but all the initial alphabet of each word has to be CAPITAL. [Step 3] Save ...

   
http://community.livejournal.com/sheldon_penny/774784.html        0 links
Published: 1 week, 5 days ago (Mon, 14 Dec 2009 09:24:51 PST); 1395 bytes
sheldon_penny


parsons_fans

Early Xmas Surprise - Let your laptop speak as Sheldon's!!

.... Basic requirement for hardware: PC System (Sorry for Mac fans!!) Baisc requirement for software: Windows XP/ Windows Vista/ Windows 7 [Step 1] Open up "Notepad" [Step 2] Paste following command CreateObject("SAPI.SpVoice").Speak "Merry Christmas" ** Tip ** You can reply any word instead of "Merry Christmas" but all the initial alphabet of each word has to be CAPITAL. [Step 3] Save ...

Tags: discussion

   
http://community.livejournal.com/parsons_fans/130075.html        0 links
Published: 1 week, 5 days ago (Mon, 14 Dec 2009 08:46:42 PST); 1320 bytes
parsons_fans


vulgarcriminal

Disco keyboard

Heee. Copy and paste this code into a vbs file: Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop Watch your num/caps and scroll lock. Hehehehhe. (To stop end task wscript)

   
http://vulgarcriminal.livejournal.com/843017.html      (Cached)   0 links
Published: 2 weeks, 5 days ago (Mon, 07 Dec 2009 10:11:56 PST); 379 bytes
vulgarcriminal

 

visual_basic_ru

... Dim wdSheet As Worksheet Dim rnTable As Range Set wdSource = ActiveWorkbook Set wdSheet = wdSource.Worksheets(1) With wdSheet Set rnTable = .Range("ReportChart") End With Set wdApp = CreateObject("Word.Application.11") Set wdDoc = wdApp.Documents.Open(ReportPath) Set wdRange = wdDoc.Bookmarks("Report1").Range With wdDoc.InLineShapes(1) .Select .Delete End With Application.ScreenUpdating =...

   
http://community.livejournal.com/visual_basic_ru/4858.html        0 links
Published: 1 month ago (Mon, 23 Nov 2009 00:06:27 PST); 926 bytes
visual_basic_ru


kofan

Google hack`s requests

...ext:ini eudora.ini ext:ini Version=4.0.0.4 password ext:passwd -intext:the -sample -example ext:txt inurl:unattend.txt ext:yml database inurl:config filetype:bak createobject sa filetype:bak inurl:”htaccess|passwd|shadow|htusers” filetype:cfg mrtg “target filetype:cfm “cfapplication name” password filetype:conf oekakibbs filetype:conf slapd.conf filetype:config config intext:appSettings...

Tags: Жизнь

   
http://kofan.livejournal.com/77972.html      (Cached)   0 links
Published: 1 month, 1 week ago (Thu, 19 Nov 2009 14:16:47 PST); 43 Kb
kofan


kofan

Google hacking requests

...=? ext:ini eudora.ini ext:ini Version=4.0.0.4 password ext:passwd -intext:the -sample -example ext:txt inurl:unattend.txt ext:yml database inurl:config filetype:bak createobject sa filetype:bak inurl:?htaccess|passwd|shadow|htusers? filetype:cfg mrtg ?target filetype:cfm ?cfapplication name? password filetype:conf oekakibbs filetype:conf slapd.conf filetype:config config intext:appSettings ?User ...

Tags: Жизнь

   
http://kofan.livejournal.com/77625.html      (Cached)   0 links
Published: 1 month, 1 week ago (Thu, 19 Nov 2009 13:53:43 PST); 31 Kb
kofan


ru_macosxdev

NSMutableArray + NSString

...@property ( assign ) NSString *projectName; @property ( assign ) NSString *projectStatus; @property int fullTime;   @end //Создание объекта класса - ( IBAction ) createObject: ( id )sender   { project *aProject = [[ project alloc ] init ]; aProject. fullTime = [ timeField intValue ]; aProject. projectName = [ nameField stringValue ]; aProject. ...

   
http://community.livejournal.com/ru_macosxdev/52677.html        0 links
Published: 1 month, 3 weeks ago (Tue, 03 Nov 2009 14:51:14 PST); 9019 bytes
ru_macosxdev


admin_dm

Vbs запрос к MS SQL

... GDAIS(strCPU)         Const adOpenStatic = 3         Const adLockOptimistic = 3                  Set objConnection = CreateObject("ADODB.Connection")         Set objRecordSet = CreateObject("ADODB.Recordset")          '         objConnection.Open _ '              "Provider=SQLOLEDB;Data Source=MeServerName;" & _ '                 "Persist Security ...

Tags: vbs

   
http://admin-dm.livejournal.com/33349.html      (Cached)   0 links
Published: 2 months, 2 weeks ago (Sat, 10 Oct 2009 14:51:45 PDT); 2825 bytes
admin_dm


admin_dm

Vbs запрос к Oracle

Dim objConnection, objRecordset Set objConnection = CreateObject("ADODB.Connection") strConnString = "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=S ERVERNAME)(PORT...=TEST)));uid=username;pwd=passw ord;" objConnection.open strConnString Set objRecordset = CreateObject("ADODB.Recordset") Set objRecordset = objConnection.Execute ("SELECT enabled_ind FROM DB_RELEASE") objConnection.Close...

Tags: vbs

   
http://admin-dm.livejournal.com/33060.html      (Cached)   0 links
Published: 2 months, 2 weeks ago (Sat, 10 Oct 2009 14:49:46 PDT); 605 bytes
admin_dm


admin_dm

Vbs подпись Outlook

... Verify, WhatYouWantToCallIT, LastRun Set WshShell = CreateObject("Wscript.Shell")   varToday = WhatYouWantToCallIT Verify ...Error GoTo 0 '============================================================================= Set objSysInfo = CreateObject("ADSystemInfo") strUser = objSysInfo.UserName Set...strPhone = objUser.telephoneNumber Set objWord = CreateObject("Word.Application") Set objDoc = objWord...

Tags: vbs

   
http://admin-dm.livejournal.com/32818.html      (Cached)   0 links
Published: 2 months, 2 weeks ago (Sat, 10 Oct 2009 14:45:54 PDT); 6865 bytes
admin_dm


Get free web site
1GB of free space
for files and pictures
Name:  
Claim your Site now!

Related searches

429 Active Cant Component Createobject X
Vb Script Createobject
Createobject Script Vb
Createobject Point Restore Vb
Createobject Excel Application
Createobject Outlook Application
Createobject Outlook Application Account
Createobject Outlook Application Create Account

 

Result Page: 1 2 3 4 5 6 7 8 9  for Createobject

exact phrase
Advanced Search  
 
Copyright © 2005,2006 ljseek.com This service is not affiliated with LiveJournal.com
Design by Steorra.com