Q:Netscape(1.1) DDE and Visual Basic 
Author Message
 Q:Netscape(1.1) DDE and Visual Basic

Netscape version 1.1 supports DDE and OLE2. but...

Here's the  problem!

Netscape needs qcs - quoted null terminated strings so you do the
following:

text1.LinkItem = chr$(34)+"AnyURL"+chr$(34)+chr$(0)
+",0xFFFFFFFF,0x01"

What happens is VB sees the chr$(0) and ignores the rest of the item,
so it Netscape never sees the rest of  the command.

Also Netscape sometimes returns a DW which also confuses VB when you
do a linkRequest. eg. WWW_Version returns DW.

Any ideas?

[ Name : Daniel Grealy              ]



Mon, 22 Sep 1997 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Need help with Netscape DDE and Visual Basic

2. Visual Basic 3.0 , Oracle Glue 1.1

3. MSCHAT Control 1.1 and Visual Basic 5

4. VB DDE server for Netscape DDE client...problems!

5. Ann: SyncVSS 1.1 released - Visual Studio .Net 2003 / VSS Addin

6. .NET Framework 1.1 and Visual Studio 2002

7. Problem with Visual Studio Installer 1.1

8. What is Visual Modeler 1.1? (VB5)

9. Visual Modeler 1.1 slow in reverse engineering

10. Microsoft Visual Studio Installer 1.1

 

 
Powered by phpBB® Forum Software