Intellisense
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
Intellisense
Is it possible to use the Intellisense in a windows application? as like a form object?
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
lol xbox made a post which has nothing to do with the thread >_>
as LM said you have to create it yourself using a listbox, theres several tuts on the interwebz
as LM said you have to create it yourself using a listbox, theres several tuts on the interwebz
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
Thanks ill look into that.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
Don't use a listbox, use a treeview (modified to look like a list).. looks better + can support images..
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Looks better.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
Ok, im gunna look some more into the tutorials and try to create my own as soon as I finish the model raw for vista. Thanks for you help every one!
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
-
- Posts: 148
- Joined: Mon Sep 05, 2005 10:25 am
This topic is old. I mentioned a ListView, and if the intellisense he wanted was for something like a scripting program it would need to be dynamic and not set beforehand in xml(Idk if that's the case, but it's something to think about)demonmaster3k wrote:forget listbox and treeview, use a list view and have the code definitions on a seperate xml file. (I've seen intellisense made that way on codeproject) if you don't feel like making your own, there are open-source versions avaliable