-

  • (348)
  • (302)
  • (108)
  • (95)
  • (92)
  • 1 (84)
  • (77)
  • (75)
  • (68)
  • (61)
  • (59)
  • (57)
  • (53)
  • XXX (51)
  • (48)
  • (42)
  • Outlook (41)
  • (28)
  • (24)
  • (17)
  • (15)
  • (15)
  • (12)
  • (11)
  • (6)
  • CD (6)
  • (4)
  • (3)
  • (3)
  • (1)
  • (1)

 -

 - e-mail

 

 -

   fixin

 -

( : 10) __ _ _ ___ _ ___ ebatsa pick_up osip_off
( : 1) _

 -

 LiveInternet.ru:
: 12.12.2002
: 4343
: 24598
: 35607

:

.


: (48), (42), (11), (95), (24), (3), (57), (15), (68), (6), (59), CD(6), (53), (108), (17), (3), (28), (61), (1), (75), (1), (77), (92), (348), (12), (302), (4), XXX(51), Outlook(41), 1(84)
(2)

IE

, 09 2006 . 20:24 +
, Internet Explorer.

, , .

, .

, com-. com- IE , - " Active X ", .

- , Microsoft MSScripting, vb-script.
- :

Sub MakeObject(ClassName)
set MakeObject=CreateObject(ClassName)
End Sub

, , MakeObject MSScripting CreateObject.

Outlook

(4)

, 18 2006 . 11:45 +


(2)

HTML

, 23 2006 . 10:33 +
HTML , TR , , .
:

BEGIN

<TABLE>

a<TR><td>1</td></TR>

b<TR><td>2</td></TR>

</TABLE>

END

BEGIN
a
b
1
2
END


BEGIN

a
b
1
2

END


, .
.


(0)

VB Script Collection

, 17 2005 . 14:34 +
!
VB Script ( Outlook ) Collection.
, .
, , :

Public Function MyCollection_Create()
Dim a(200)
a(0) = 0
MyCollection_Create = a
End Function

Public Sub MyCollection_Add(Collection, Value, Key)
For i = 1 To Collection(0)
If Collection(i * 2 - 1) = Key Then
Collection(i * 2) = Value
Exit Sub
End If
Next
Collection(0) = Collection(0) + 1
Collection(Collection(0) * 2 - 1) = Key
Collection(Collection(0) * 2) = Value
End Sub

Public Function MyCollection_Get(Collection, Key)
Set MyCollection_Get = Nothing
For i = 1 To Collection(0)
If Collection(i * 2 - 1) = Key Then
MyCollection_Get = Collection(i * 2)
Exit Function
End If
Next
End Function

Collection Scripting Dictionary:

Dim d 'Create a variable
Set d = CreateObject(Scripting.Dictionary)
d.Add "a", "Athens" 'Add some keys and items
d.Add "b", "Belgrade"
d.Add "c", "Cairo"


Outlook

(2)

BAT/CMD VBS

, 11 2005 . 16:11 +
VBS BAT/CMD.
- . :)
- Access Excel, Alt+F11, VBA, , , VBS . !

, src dst dst , src.

, VBA, SUB. , .


(0)

...

, 09 2005 . 18:34 +
... .
SMS- ( , ):
http://sms.megafonmoscow.ru/?status=ok

java-script, , java-script.

, - .
, .





?


(1)

-.

, 07 2005 . 17:26 +
, - -.
.
, " , ".
- , .
, , .
, , .. .
, , .

" (Do it again)".
- , .


(0)

Java-

, 06 2005 . 11:08 +
PHP, , PHP.
, fixin.ru , , .
.. :
1
- 1
- 2
- 3
...
2
- 10
- 11
- 3
...
...
HTML , .
.. java-script , .
java-script, . , .
.
. PHP.
:)


(2)

.

, 22 2005 . 16:51 +
.
, Access Outlook, , ADO , . , , -...

!
OLE .


(0)

.

, 20 2005 . 14:06 +
- , , ..
.
. , , , !


(0)

TextBox VBA

, 20 2005 . 11:04 +
TextBox , :
, textBox text , , value. , value , value .
:
con_text = Trim(con.Value)
On Error Resume Next
con_text = Trim(con.Text)
On Error GoTo 0


(0)

2 2

, 25 2005 . 19:46 +
2 "" 2 "" 1. , , ...
1



(0)

XML

, 25 2005 . 19:45 +
, XML Win-1251.
:

var pi = xmldoc.createProcessingInstruction("xml",
" version='1.0' encoding="win-1251");
xmldoc.appendChild(pi);

, :


To change the encoding that the XML DOM Save method uses, you need to create an XML declaration with an encoding attribute at the top of your document as follows:

var pi = xmldoc.createProcessingInstruction("xml",
" version='1.0' encoding='ISO-8859-1'");
xmldoc.appendChild(pi);

When you call the save method, you will then get an ISO-8859-1 encoded file as follows:


å

Now, be careful you don't let the XML property confuse you. The XML property returns a Unicode string. If you call the XML property on the DOMDocument object after creating the ISO-8859-1 encoding declaration, you will get the following Unicode string back:


å

Notice that the ISO-8859-1 encoding declaration is gone. This is normal. The reason it did this is so that you can turn around and call LoadXML with this string and it will work. If it does not do this, LoadXML will fail with the error message: "Switch from current encoding to specified encoding not supported."



(0)

.

, 21 2005 . 18:24 +
OUTLOOK.
XML, - !
- , EntryID , , EntryID in (a,b,c,d,,,f)

( ) www.outlookcode.com. .


(0)

.

, 21 2005 . 18:21 +
. , XML, . , .
, "", .



 : [1]