| Thread | Last Post | Replies |
|
| array creation (elementary question) | 04 Jun 2007 14:38 GMT | 2 |
(.NET 2.0) code: array<TextBox^> ^dialog_txb = {gcnew TextBox(),gcnew TextBox(),gcnew TextBox(),gcnew TextBox(),gcnew TextBox()};
|
| CLI/C++: unmanaged structure to managed code in WinProc | 04 Jun 2007 14:35 GMT | 2 |
I have CLI/C++ code to override WndProc(Message% m) in order to create NC area. I tried to marshal unmanaged ptr (m.LParam) to managed object by using Marshal::PtrToStructure like: if (m.WParam == IntPtr(1))
|
| CLI/C++ DesignerAttribute quesion | 04 Jun 2007 14:21 GMT | 1 |
I'm using CLI/C++ to develop a custom control in VC2005 IDE for fun. I wrote a designer class inheriting from ControlDesigner. I overrode Initialize method to set up initial control properties like: void MyDesigner::Initialize(IComponent^ component)
|
| problem with latest platform SDK and intrin.h | 04 Jun 2007 06:56 GMT | 4 |
I am using the current platform SDK headers and libraries (including the CRT headers and static CRT libraries). If I #include windows.h and intrin.h in the same source file, the compiler spits out error C2733: second C linkage of overloaded function '_interlockedbittestandset' ...
|
| Rebuilding intellisense ... how ? | 03 Jun 2007 12:40 GMT | 1 |
Repost ... first post never appeared .... I'm working on a larg(ish) project which consist of about 800 files spread accross 37 modules. I have done a lot of major refactoring over the last few months, and the VC (2005) intellisense is simply not
|
| How to access a method of VC++ 6.0 .exe in .Net | 01 Jun 2007 19:40 GMT | 4 |
I have a VC++6.0 .exe file. I want to call a method of that .exe from .Net Application. Please give the help..
|
| sending emails | 01 Jun 2007 14:38 GMT | 1 |
Hi, I am using outlook 2003, POP3 account on my laptop and a company called electric mail for our email service provider. When I us my laptop at home I receive my work emails but can't reply or send emails from my laptop. My home ISP is insight cable insightbb.com
|
| Struggling with the basics of globalisation | 01 Jun 2007 01:10 GMT | 2 |
Hi all, my first post here. I'm using VC++ 2005 Express. How do I get the names of special folders on the local system? For example, if I want to get the desktop folder name on any version of
|