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

Managed C++/CLI

 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal1-Jul-09 0:36
Shadowsoal1-Jul-09 0:36 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
N a v a n e e t h1-Jul-09 1:18
N a v a n e e t h1-Jul-09 1:18 
QuestionOverriding an indexer Pin
Esmo200029-Jun-09 17:00
Esmo200029-Jun-09 17:00 
AnswerRe: Overriding an indexer Pin
N a v a n e e t h29-Jun-09 17:50
N a v a n e e t h29-Jun-09 17:50 
QuestionRead Write Excel spreadsheet Pin
mikobi29-Jun-09 0:01
mikobi29-Jun-09 0:01 
AnswerRe: Read Write Excel spreadsheet Pin
N a v a n e e t h29-Jun-09 1:21
N a v a n e e t h29-Jun-09 1:21 
QuestionTimeZoneInfo class in C++.net Pin
parth_patel25-Jun-09 13:27
parth_patel25-Jun-09 13:27 
AnswerRe: TimeZoneInfo class in C++.net Pin
N a v a n e e t h25-Jun-09 15:33
N a v a n e e t h25-Jun-09 15:33 
TimeZoneInfo is a new class added in .NET 3.5. So probably the project don't have correct references. Try the following

1 - Right click on project and take properties
2 - Navigate to Common Properties - Framework and references
3 - Check the version of System.Core referenced. It should be 3.5. If it is not 3.5 or not added, use Add Reference to add it.

Now you will have access to TimeZoneInfo.

Smile | :)


GeneralRe: TimeZoneInfo class in C++.net Pin
parth_patel26-Jun-09 11:25
parth_patel26-Jun-09 11:25 
Questionsaving listbox text to an ini file. Pin
Yane8724-Jun-09 2:40
Yane8724-Jun-09 2:40 
AnswerRe: saving listbox text to an ini file. Pin
led mike24-Jun-09 4:22
led mike24-Jun-09 4:22 
AnswerRe: saving listbox text to an ini file. Pin
Yane8725-Jun-09 0:22
Yane8725-Jun-09 0:22 
GeneralRe: saving listbox text to an ini file. Pin
led mike25-Jun-09 4:38
led mike25-Jun-09 4:38 
GeneralRe: saving listbox text to an ini file. Pin
Yane8726-Jun-09 2:35
Yane8726-Jun-09 2:35 
GeneralRe: saving listbox text to an ini file. [modified] Pin
led mike26-Jun-09 4:26
led mike26-Jun-09 4:26 
Questionerror C2664 with VS 2005 Pin
Nandu_77b24-Jun-09 1:42
Nandu_77b24-Jun-09 1:42 
AnswerRe: error C2664 with VS 2005 Pin
led mike24-Jun-09 4:17
led mike24-Jun-09 4:17 
QuestionCString behaving strangely Pin
Richard Andrew x6418-Jun-09 18:47
professionalRichard Andrew x6418-Jun-09 18:47 
AnswerRe: CString behaving strangely Pin
led mike19-Jun-09 4:41
led mike19-Jun-09 4:41 
QuestionSystem::Drawing namespace is not found Pin
Richard Andrew x6418-Jun-09 12:24
professionalRichard Andrew x6418-Jun-09 12:24 
AnswerRe: System::Drawing namespace is not found Pin
Richard Andrew x6418-Jun-09 13:08
professionalRichard Andrew x6418-Jun-09 13:08 
QuestionAssign EventHandler of one button to another Pin
TheBerk18-Jun-09 12:04
TheBerk18-Jun-09 12:04 
AnswerRe: Assign EventHandler of one button to another Pin
Luc Pattyn18-Jun-09 13:20
sitebuilderLuc Pattyn18-Jun-09 13:20 
GeneralRe: Assign EventHandler of one button to another Pin
TheBerk19-Jun-09 3:09
TheBerk19-Jun-09 3:09 
GeneralRe: Assign EventHandler of one button to another Pin
N a v a n e e t h19-Jun-09 3:24
N a v a n e e t h19-Jun-09 3:24 

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.