| Thread | Last Post | Replies |
|
| Concatenate char to String | 09 Sep 2004 03:15 GMT | 2 |
Okay I know this is basic C++ but can someone tell me how to concatenate char[] to string. Ex: char hexChar[]={'A','B','C','D','E','F'};
|
| Impersonation (fairly simple I thought) | 08 Sep 2004 17:00 GMT | 6 |
If a program running under the interactive logon session (say Susan), needs to impersonate Bob (via "LogonUser()"), but Bob needs to access the network as Susan (i.e., his local credentials will be his own, but his network credentials will be Susan's), is there anyway to do this? ...
|
| VC++ 2005 support for XML Comment generation | 08 Sep 2004 12:28 GMT | 1 |
I have been looking at various info about VS 2005 and I keep seeing that the XML code comment generation is being extended to VB.NET, but there seems to be no mention of it correctly supporting C or C++. At the moment it is very hit and miss with the C/C++ comment generation, as ...
|
| Vs2005 Beta and Profile Guided Optimizations | 08 Sep 2004 11:03 GMT | 5 |
I hope I picked up the right group ;) A few days ago I installed the VS2005 Beta and started playing with it. First of all the (Profile Guided Optimizations) PGO Feature looks very
|
| Managed C++ DefaultMemberAttribute Bug | 08 Sep 2004 06:51 GMT | 1 |
(Type your message here) Hi, I am trying to write a managed class tha expose Multiple Indexers Properties To C#, I use the 'DefaultMemberAttribute' Attribute, but when i use the class from C# I get Strange Compiler Error.
|
| Whidbey Framework Version | 08 Sep 2004 00:46 GMT | 1 |
Is there any way to get Whidbey to build for, say, framework v1.1? Thanks in advance.
|
| Warning C4800 | 07 Sep 2004 18:19 GMT | 1 |
I have a little issue I hope you can help me with. I retrieve the processes that are running on my computer and get the C4800 warning in certain situations. The code snippet below illustrates my challenge. Process* localAll[] = Process::GetProcesses();
|
| ATL Richedit text change events | 07 Sep 2004 16:55 GMT | 1 |
In trying to create a RICHEDIT-derived ActiveX control in ATL, I've managed to successfully implement the stock font property, thanks for all your help on this. I'm now stuck on receiving notification that the text has changed.
|
| DDE in C# .NET | 07 Sep 2004 11:59 GMT | 1 |
I've got this code: (Library GMDDE.dll) namespace GMDDE { delegate Int32 DDECall(Int32 uiType, Int32 uiFmt, Int32 hConv,
|
| std console output for windows based app (???) | 07 Sep 2004 09:06 GMT | 4 |
(*) I am writing an unmanaged application that hosts managed assemblies ( e.g. CorBindToRuntimeEx ) my app may host window based PEs and Console based PEs, the host is a single executable and should be able to host the two types of the PEs.
|
| Funktion calls in different classes | 07 Sep 2004 08:54 GMT | 1 |
I have a coding problem. I hope I can explain it well enough. I’m using VC++.NET, managed window forms I want a dialog window change some process going on controlled by a class defined in my main window form class.
|
| Caputring Text From a 3rd Party RichEdit Chat Window | 06 Sep 2004 02:40 GMT | 2 |
I want to capture / read the text flowing through a chat window that is part of an external application. I should note that I don't just want to capture
|
| Return type | 06 Sep 2004 02:13 GMT | 22 |
How can i specify the return type of a function returning a managed array of chars. If i try to write: "char __gc[] func()" i get an error! How can i do that? Thanks!
|
| Calling a .NET assembly through PURE UNMANAGED code | 05 Sep 2004 15:51 GMT | 1 |
I am tiring to load an assembly from memory ( e.g. System.Reflection.Assembly.Load( byte[] ), this works fine through managed and mixed code. NOW, I am tiring to achieve the same thing through PURE UNMANAGED code, I can't use com or com interop, does some one have an idea
|
| New line in .NET | 04 Sep 2004 18:12 GMT | 2 |
What is the new line character for a TextBox/System::String/Clipboard? '\n' seems to copy to ClipBoard a square symbol. Best regards, Ioannis Vranos
|