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. Intellisense

Intellisense

Scheduled Pinned Locked Moved Visual Basic
databasevisual-studio
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.
  • B Offline
    B Offline
    Balachandar Ganesan
    wrote on last edited by
    #1

    Hi All, I would like to know how Intellisense editors are developed. I am currently trying to build one for SQL. I have a placed a text box control in VB form. When ever user types characters inside the text box, I am populating keywords in a combo box depending on the characters entered. How ever I have a difficulty in follwoing the cursor inside the text box. Let me know how I can get the x and Y co-ordinates of a cursor inside a text box Thanks:mad: :~ bala

    J 1 Reply Last reply
    0
    • B Balachandar Ganesan

      Hi All, I would like to know how Intellisense editors are developed. I am currently trying to build one for SQL. I have a placed a text box control in VB form. When ever user types characters inside the text box, I am populating keywords in a combo box depending on the characters entered. How ever I have a difficulty in follwoing the cursor inside the text box. Let me know how I can get the x and Y co-ordinates of a cursor inside a text box Thanks:mad: :~ bala

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #2

      gbala wrote: How ever I have a difficulty in follwoing the cursor inside the text box. Let me know how I can get the x and Y co-ordinates of a cursor inside a text box Do you mean cursor or caret? The caret is the blinking beam you get when typing into the textbox. You'll have to use raw API for this, and here are the functions... GetCursorPos() GetCaretPos() Jeremy Falcon Imputek

      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