Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: DotNet Remoting------------->Urgent Pin
munishk28-Mar-04 13:54
munishk28-Mar-04 13:54 
GeneralRe: DotNet Remoting------------->Urgent Pin
Heath Stewart26-Mar-04 11:18
protectorHeath Stewart26-Mar-04 11:18 
Generalzipping files in C# Pin
elena1234526-Mar-04 10:13
elena1234526-Mar-04 10:13 
GeneralRe: zipping files in C# Pin
Judah Gabriel Himango26-Mar-04 10:20
sponsorJudah Gabriel Himango26-Mar-04 10:20 
GeneralBuild and revision number Pin
blackthunder00126-Mar-04 9:15
blackthunder00126-Mar-04 9:15 
GeneralRe: Build and revision number Pin
partyganger26-Mar-04 9:42
partyganger26-Mar-04 9:42 
GeneralCode-Completion Pin
Peter Nirschl26-Mar-04 8:08
Peter Nirschl26-Mar-04 8:08 
GeneralRe: Code-Completion Pin
Heath Stewart26-Mar-04 8:18
protectorHeath Stewart26-Mar-04 8:18 
petermax2 wrote:
I use a richt-text-box to edit my files.

Not the best choice of editors. You spend more time overriding functionality than just doing a code editor from scratch. There are also many examples out there (see http://www.gotdotnet.com/workspaces[^]) that could give you some hints.

How do you get command-completion to work? For languages that support it, you use reflection (which Java supports). When you hit the member separator (typically "."), you reflect (and cache, if you haven't already - which is a good idea) the members. I assume you're doing this in C# since you're in the C# forum, so you'll need to use a native JNI DLL and encapsulate that in a managed class. Click "My Articles" in my sig and see my Java/.NET article for a discussion on that. See the JNI docs on Sun's http://java.sun.com[^] site for more information about using Java classes from C/C++.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Code-Completion Pin
Peter Nirschl27-Mar-04 3:05
Peter Nirschl27-Mar-04 3:05 
GeneralRe: Code-Completion Pin
Heath Stewart27-Mar-04 5:52
protectorHeath Stewart27-Mar-04 5:52 
GeneralRe: Code-Completion Pin
leppie27-Mar-04 5:41
leppie27-Mar-04 5:41 
GeneralRe: Code-Completion Pin
Peter Nirschl27-Mar-04 20:56
Peter Nirschl27-Mar-04 20:56 
GeneralRe: Code-Completion Pin
leppie27-Mar-04 21:51
leppie27-Mar-04 21:51 
GeneralRe: Code-Completion Pin
Peter Nirschl28-Mar-04 5:07
Peter Nirschl28-Mar-04 5:07 
GeneralRe: Code-Completion Pin
leppie28-Mar-04 7:29
leppie28-Mar-04 7:29 
GeneralWindows Services Installation Pin
opopov26-Mar-04 7:32
opopov26-Mar-04 7:32 
GeneralRe: Windows Services Installation Pin
Heath Stewart26-Mar-04 7:46
protectorHeath Stewart26-Mar-04 7:46 
GeneralRe: Windows Services Installation Pin
opopov26-Mar-04 10:10
opopov26-Mar-04 10:10 
GeneralRe: Windows Services Installation Pin
Heath Stewart26-Mar-04 11:16
protectorHeath Stewart26-Mar-04 11:16 
GeneralRe: Windows Services Installation Pin
opopov26-Mar-04 22:29
opopov26-Mar-04 22:29 
GeneralRe: Windows Services Installation Pin
Heath Stewart26-Mar-04 22:35
protectorHeath Stewart26-Mar-04 22:35 
GeneralDatagrid, handling events Pin
benqazou26-Mar-04 7:09
benqazou26-Mar-04 7:09 
GeneralRe: Datagrid, handling events Pin
Charlie Williams26-Mar-04 7:38
Charlie Williams26-Mar-04 7:38 
GeneralRe: Datagrid, handling events Pin
Heath Stewart26-Mar-04 7:58
protectorHeath Stewart26-Mar-04 7:58 
Generalrunning application in windows Pin
amal_pro8326-Mar-04 6:25
amal_pro8326-Mar-04 6:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.