Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
managed string -> unmanaged string19 Oct 2004 13:29 GMT10
I use the following code to convert a managed string to an unmanaged one:
_TCHAR error[255];
const char* umstring = (const char*)Marshal::StringToHGlobalAnsi
(merror).ToPointer();
Shell Extension19 Oct 2004 12:39 GMT1
Dear Community,
is there someone, who can tell me which FMTID and PID I have to use inside
the GetColumnInfo-method, for changing the content of the "Type"-column in
the detail view of the explorer?
Crystal Reports 9 and Visual C++ 619 Oct 2004 11:24 GMT1
 I am trying to run a Crystal Reports report from Visual C++ 6.0 code.
Basically, I just got this code which works with Crystal Reports 8.5 and
tried it. However, I have Crystal Reports 9 and I get an unnamed exception.
I have googled all day but I couldn't find anything. Can ...
Urgent help on IXMLHTTPREQUEST19 Oct 2004 10:24 GMT8
Everything works fine with ixmlhttprequest. It gives me "access
violation" only when i am trying to release it from the memory (i.e
pXMLHttpReq->Release()).
Below is my code.
_beginthread()19 Oct 2004 02:53 GMT6
I am trying to test out _beginthread() but I keep getting an error that:
_beginthread : undeclared identifier
I am using Visuall C++ with DotNET Studio and am on windows XP.
Here is the full program:
Future of C++ and .NET/WinFX18 Oct 2004 21:04 GMT9
I've looked at recent posts and not found material, but I'm new to the
board, so please forgive if this thread has come up before.
I'm facing a conundrum about development of business applications which have
robust user interface requirements (sorry, details must be kept private).
How to call IE to open an HTML file from a C program ?18 Oct 2004 18:26 GMT2
I have a user manual for my program in HTML format, and I want to open it
from my program by clicking a button.
How can I call the IE with my HTML file inside my program ?
Thanks,
Finding Program Files in different languages18 Oct 2004 18:07 GMT1
How can I find the Program Files directory, independent of the language of
Windows version ?
Thanks,
Elga.
[CLI-C++] Using sizeof inside a generic function18 Oct 2004 15:42 GMT1
I like to know if is it possible to use sizeof(T) inside a generic
function.
I don't know why the following function compiles while if I define
ON_LINE_STATEMENT it does not.
Building DLL18 Oct 2004 09:51 GMT2
I have a simple question of building a DLL as follows: (VC2003)
my_dll.h
======
#ifndef SHELL_DLL_API
managed extensions18 Oct 2004 09:30 GMT4
I'm having a problem compiling a managed extensions project that has one set
of functions that is supposed to be unmanaged.
I've found out how to set the properties of a single file, in which way I
can set the /clr option on a file level, which is good.
Latest WTL released18 Oct 2004 08:06 GMT1
Version: WTL 7.5.4291.0
URL     : http://sourceforge.net/projects/wtl/
Distinguishing between a mngd & unmngd assemblies18 Oct 2004 02:59 GMT3
Ho can one distinguish between a mngd & unmngd assemblies? ( preferable in
managed code )
Signature

Nadav

Question on STL string18 Oct 2004 02:12 GMT3
A basic string, declared using my own custom-defined typedef:
typedef TSTRING std::basic_string<_TCHAR>;
would TSTRING::data() have O(x) exeuction time proportionality to the size
of the string, or static?
dotnet framework 2.017 Oct 2004 22:09 GMT6
If I download the 2005 beta express versions and install them, will the .NET
framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on my
machine? What I mean is will I have two versions side by side - i.e. is the
beta marked as 'this version is not allowed to replace an ...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 September, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.