Click here to Skip to main content
15,887,027 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: TextBox control populates but does not display Pin
Luc Pattyn22-Aug-07 13:54
sitebuilderLuc Pattyn22-Aug-07 13:54 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:12
BuckBrown23-Aug-07 5:12 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:27
BuckBrown23-Aug-07 5:27 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:41
BuckBrown23-Aug-07 5:41 
GeneralRe: TextBox control populates but does not display Pin
Luc Pattyn23-Aug-07 5:48
sitebuilderLuc Pattyn23-Aug-07 5:48 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:58
BuckBrown23-Aug-07 5:58 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 6:05
BuckBrown23-Aug-07 6:05 
GeneralRe: TextBox control populates but does not display Pin
Luc Pattyn23-Aug-07 12:52
sitebuilderLuc Pattyn23-Aug-07 12:52 
Hi Buck,

you would not get Intellisense (nor compilable code) when omitting a
using namespace line that you need to find a class.

other than that I don't know, I program in VS C# Express Edition 2005 and
Intellisense works well for me (in C# the class name turns blue if it has been
recognized, so black class is missing a "using" statement).

Wenever strange things happen during editing/building, I tend to delete the debug
folder (that is both obj and bin) and do a "rebuild all"; if bin contains some special
files my app needs, I have to be more selective of course.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


QuestionForward Declaration and no appropriate default constructor Pin
BuckBrown20-Aug-07 9:02
BuckBrown20-Aug-07 9:02 
AnswerRe: Forward Declaration and no appropriate default constructor [modified*2] Pin
Mark Salsbery20-Aug-07 9:16
Mark Salsbery20-Aug-07 9:16 
GeneralRe: Forward Declaration and no appropriate default constructor [modified*2] Pin
BuckBrown20-Aug-07 12:16
BuckBrown20-Aug-07 12:16 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Mark Salsbery20-Aug-07 12:21
Mark Salsbery20-Aug-07 12:21 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Luc Pattyn20-Aug-07 13:44
sitebuilderLuc Pattyn20-Aug-07 13:44 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson20-Aug-07 14:40
George L. Jackson20-Aug-07 14:40 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Luc Pattyn20-Aug-07 14:53
sitebuilderLuc Pattyn20-Aug-07 14:53 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 0:21
George L. Jackson21-Aug-07 0:21 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 3:46
iddqd51521-Aug-07 3:46 
GeneralRe: Forward Declaration and no appropriate default constructor [modified] Pin
George L. Jackson21-Aug-07 4:52
George L. Jackson21-Aug-07 4:52 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 5:03
iddqd51521-Aug-07 5:03 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 5:06
George L. Jackson21-Aug-07 5:06 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 5:45
iddqd51521-Aug-07 5:45 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 5:53
George L. Jackson21-Aug-07 5:53 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 6:16
iddqd51521-Aug-07 6:16 
Questionis there a way for using a global variable in several Form??? Pin
aefmaaradji20-Aug-07 7:16
aefmaaradji20-Aug-07 7:16 
AnswerRe: is there a way for using a global variable in several Form??? Pin
Mark Salsbery20-Aug-07 9:08
Mark Salsbery20-Aug-07 9:08 

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.