Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Data Base hookups

Data Base hookups

Scheduled Pinned Locked Moved Visual Basic
csharpjsonhelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    machman1
    wrote on last edited by
    #1

    Need some direction; through vb.net can you use DDE links directly? I know that they are used in Excel. Where can I go to get information on working with FIX/API? Can you use Active-X controls in vb.net? Just a web site or book. Thank You :-D

    D 1 Reply Last reply
    0
    • M machman1

      Need some direction; through vb.net can you use DDE links directly? I know that they are used in Excel. Where can I go to get information on working with FIX/API? Can you use Active-X controls in vb.net? Just a web site or book. Thank You :-D

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      machman1 wrote:

      through vb.net can you use DDE links directly

      No. There is no support for DDE in the .NET Framework. YOu'll have to P/Invoke the appropriate Win32 functions to use DDE.

      machman1 wrote:

      Where can I go to get information on working with FIX/API

      Google search results[^].

      machman1 wrote:

      Can you use Active-X controls in vb.net

      Yes. Just add it to the ToolBox. Right click in the ToolBox, then pick Add/Remove Items... Find your ActiveX control on the COM tab and you'll be all set to drop it on your form. Dave Kreskowiak Microsoft MVP - Visual Basic

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups