|
basic DDE Server that accepts LinkExecute commands |
VB 5.0, VB 6.0 |
11619 since
6/25/2002 9:20:38 PM |
Demonstrates
how to write a VB
DDE Server
that accepts DDEExecute command.
|
|
mIRC DDE Example |
VB 6.0 |
17971 since
9/5/2000 10:41:14 AM |
(Added
the OCX's. sysmon.ocx is NOT needed for the project to
work.) The DDE function of this program
was borrowed from another mIRC DDE app. This one goes a
few steps further. Those who use DalNET know about the Services,
and this app will allow any newb ...
|
|
Check
LInks |
VB 5.0, VB 6.0 |
5365 since
4/20/2003 4:02:20 AM |
You
can be pretty sure that www.microsoft.com will always be a
valid link, but many other web
links tend to come and go as their authors move on, get
bored, or whatever. If you maintain a web
page with lots of external links, it is in your
interest to ens ...
|
|
Convert
text to csv |
VB 5.0, VB 6.0 |
17991 since
2/22/1999 |
The
porpose of this code
is, how you convert delimited with tab or spaces text
file to Comma delimited,as you know when import a
delimited with tab or spaces to Accesss you will get one
field only ( from vb application ) without doning any
changes.This c ..
|
|
DDE
(pushing data from client to server) |
VB 5.0, VB 6.0 |
7990 since
6/4/2002 12:31:48 AM |
This
snippet shows how a DDE client can update data
on a DDE Server.
|
|
DDE
Client and DDE Server |
VB 5.0, VB 6.0 |
8184 since
6/4/2002 12:04:34 AM |
Minimal
(simple) VB DDE Server and Client using vbLinkAutomatic. .
|
|
DDE
Example - communicating between apps |
VB 5.0, VB 6.0 |
12526 since
5/1/2002 8:28:22 AM |
This
tutorial
demonstrates DDE conversation with which you can easyly
communicate between your apps.
|
|
DDE
Peer Sample |
VB 6.0 |
6066 since
6/4/2002 3:44:22 AM |
Just
a simple DDE Peer application to demonstrate how it can
link 2 apps together like a chat screen. Does not work
over networks however. This is in reply and addition to
Chui Tey's recent articles. To use it: run 2 instances of
the app and type in the s ..
|
|
DDE
Server (mIRC) |
VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB
5.0, VB 6.0 |
5454 since
3/8/2003 8:09:21 PM |
This
program send "command" to mIRC (an irc client),
with help from a DDE Server
|
|
DDEMLv2 |
VB 6.0 |
9779 since
1/2/2002 10:47:27 AM |
| The
following code is an example of how to use DDEML in Visual
Basic. DDEML (DDE Management Library) is the Win32 API
mechanism for performing DDE based interprocess
communication. Using it with VB provides a much more
customizable and scalable DDE mechan .. |