473,414 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

create my own intelisense

Hi,

i'm try to build my own intelisense to some part of our system. Does
anyone know where should i start from? or maybe can you refer me to a
good reference or a open source code which can help me to start writing
such control.

What i'm trying to so is to enable my users to have the same features
that we have in VS.NET on their own forms.

Many thanks.

Dec 23 '05 #1
3 1118
You might try automatically displaying a context menu in the mouseover
event?

Chris

--
Securing your systems is much like fighting off disease -- as long as you
maintain basic hygiene, you're likely to be okay, but you'll never be
invulnerable.

Steve Shah - Unix Systems Network Administrator
<or*******@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hi,

i'm try to build my own intelisense to some part of our system. Does
anyone know where should i start from? or maybe can you refer me to a
good reference or a open source code which can help me to start writing
such control.

What i'm trying to so is to enable my users to have the same features
that we have in VS.NET on their own forms.

Many thanks.

Dec 23 '05 #2
actually its a good idea, but the context menu doesn't support scrolling
which may cause to the UI to look really bad if i'm going to list all
the matching items...any ideas?

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Dec 23 '05 #3
or*******@gmail.com wrote:
Hi,

i'm try to build my own intelisense to some part of our system. Does
anyone know where should i start from? or maybe can you refer me to a
good reference or a open source code which can help me to start writing
such control.

What i'm trying to so is to enable my users to have the same features
that we have in VS.NET on their own forms.

Many thanks.


Well, how deep explanation do you need? From the UI point of view you
can do this: you catch whatever user types, when he prints "." you get
the word before this dot, analyse it somehow and if you have anything to
show, just use a listbox created dynamically and positioned at cursor.

something like that...

or you can see how it's done in ICSharpCode.TextEditor class of
SharpDevelop project - you can google'em.

Dec 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ivo | last post by:
Hi I'm migrating from VC6 to VC7.1 (.NET 2003) and I'm having the following problem with the IDE Several times when I do Ctrl+Space to invoke intelisense to fill me a known var name or identifier,...
0
by: ditwal001 | last post by:
hi folks i am building up a c# code generater. the c# code is deposited in the sql server database. the code is indicated in a textbox for treatment. in order to receive to more comfort i would...
0
by: Natan Vivo | last post by:
Hi. I have a Solution here that contains 3 DLLs and a WebSite. In one of the dlls I have some custom server controls (extending Control mostly). I have mapped them in web.config (system.web \...
0
by: =?iso-8859-2?Q?Piotr_Ko=B3odziej?= | last post by:
Hi I am writing VS add-in. I basicaly need to detect when user is pressing '(' char and intelisense is getting parameter information for a method. later I'll need to detect .net types of...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.