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++ / December 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
NEWBIE03 Dec 2005 03:58 GMT9
I am new to VC++ and want to write and unmanaged application using 2005
visual studio. I do not want to use the dot net environment and was told
that I can write unmanaged application using 2005.  Can anyone help me by
telling my what kind of project I need to create to make this ...
Strange question: why can't some classes be inherited?03 Dec 2005 01:52 GMT6
I just discovered that the ImageList class can't be inherited. Why? What
could go wrong? I can invision a case where someone would like to add, say,
an ID field to an ImageList, possible so that the individual elements in an
array of ImageList's could be identified by the ID, ...
Multipart named dll does not let itself be registered!03 Dec 2005 00:41 GMT1
I am naming all my assemblies in a multipart format, e.g.:
    Company.Project.Component.dll
This has worked perfectly with C# assemblies. The problem arises with C++
native COM servers because when I try to regsvr32 them they don't get
Multiple simulataneous forms in a sinlge application02 Dec 2005 22:39 GMT20
How does one launch multiple forms in an application?
Using Photoshop as an example, this application seems to be composed of many
'disjoint' forms. Yet, they all seem somewhat 'active' in contrast to one of
them always being 'modal' (e.g., if you are moving over a picture the ...
Link error after converting from 6.0 to 200502 Dec 2005 11:58 GMT9
After converting from 6.0 to 2005 when I try to Compile my project I'm
getting a LINK error
Error 1 fatal error LNK1181: cannot open input file " ?/.obj"
Any ideas how to fx this please ?
Dynamic Arrays in C++\CLI02 Dec 2005 04:16 GMT6
How do you use a dynamic array or equivalent in C++\CLI?
When using CArray in MFC its simple you say array.Add( item )
If the size needs to grow it will do that for you.
Iv tried using array<item> but understand its dimensions cannot be
Error: "cannot instantiate abstract class"02 Dec 2005 03:13 GMT2
I have the following problem:
I have a class deriving from ICustomTypeDescriptor:
public __gc class TPropertyBag : public ICustomTypeDescriptor
{
AutoCAD 2005 & VS2005 C++/CLR: fatal error C100102 Dec 2005 00:35 GMT4
I'm testing AutoCAD 2005 automation via VS2005 Pro C++/CLR and I'm getting
fatal compiler errors.
I start with a default C++/CLR class library project and modify it by adding
the following references:
AddFontResource - help01 Dec 2005 19:40 GMT1
I'm a total C++ neophyte, and we've got a short deadline to turn around.
Essentially, I need a utility that installs a series of fonts on a given
system, and I don't know whether the .NET runtime is installed on that
system, so I want something that will run w/o the .NET runtime, ...
LNK2001 error after conversion fro FX 1.1 to FX 2.001 Dec 2005 19:18 GMT1
I have a C++ interop project, which links fine with VS2003, but after
converting it to VS2005, it compiles everything withour errors/warnugs, but
I get the following linker message.
DBRDMUM.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
how to create "scrollable" control01 Dec 2005 18:37 GMT3
myForm is 500x400 px and it has panel1 control which is 4000x200 px!!
how can I create scrollbar on a panel1 so it's contents may be scrolled left
and right?
(c++.net)
a subtle change in behavior...01 Dec 2005 16:52 GMT7
I use to make the statement that you could always replace any 'private' or
'public' access with 'public' and the code would still compile. This is no
longer the case.
It turns out that in /clr it is not allowed (as far as I can tell) to reduce
Occurences of a file01 Dec 2005 13:50 GMT1
I am looking at the best way to produce a list of all EXE, DLL's etc stored
in the system.  
I have looked at FindFirstFile and FindNextFile API's but I am confused that
if I change to all the sub-directories to obtain the list of files I would
STL.NET serialization01 Dec 2005 11:58 GMT15
This is a follow on from my previous thread about clr/safe and STL.NET
http://groups.google.com/group/microsoft.public.dotnet.languages.vc/browse_threa
d/thread/0eb9b25a83bc02df/b170a89dbc67c332#b170a89dbc67c332

A more specific problem now is migrating the current MFC serialization
gdi flickering01 Dec 2005 06:01 GMT12
hi, i created a paint program for my c++ class using a global GraphicsPath
variable. i the, in the onpaint method, draw the line the users draws with
the mouse. simple. the only problem is that when i invalidate the panel im
drawing on in order to see the line, it flickers, even ...
Pages: 1 2 3 4 5 6 7 8 9 10 November, 2005
 
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.