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++ / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
setting focus to control after validation31 Jan 2008 23:34 GMT3
I have a number of controls on a tab page. I want to validate them all
when the user tries to leave the tab. I then want to highlight the
first control which fails validation. How can I do this? I try setting
focus but something seems to set the focus back to the control which
Linking error of CxxFrameHandler331 Jan 2008 23:12 GMT1
I have a dll compiled using DDK 3790.1218 WNet environment. Everything works
fine until recently I need to link a Lib file that is complied using C++ in
VS2005. After I add the Lib file in my DLL's sources file, I have the
following linking error.
Can I use DataSet, DataGridView and PropertyGrids without resorting     to C++/CLI?31 Jan 2008 11:47 GMT2
Is it possible to access all of the cool features of the new .net 2.0
& 3.0 with native win32 (C++)? I'd like to use cool components like
DataSet, DataGridView and PropertyGrids without resorting to C++/CLI
and the like...
STL map initialization (again - corrected example syntax)30 Jan 2008 23:56 GMT3
I use an STL map to store integers associated with string keys, like this:
 map<string, int> g_myMap;
 void Init() {
   g_myMap["a"] = 0;
STL map initialization30 Jan 2008 02:27 GMT1
I use an STL map to store integers associated with string keys, like this:
 map<string, int> g_myMap;
 void Init() {
   myMap["a"] = 0;
Add Icon To Toolbar29 Jan 2008 00:25 GMT2
I am new to programming, so please bear with my ingorance...
To begin, I have no problem adding the standard controls to my toolbar, such
as STD_FILENEW, and so on, but I can't figure out how to add my own
customized icon to a button on the toolbar.
How do I call Win32 API functions SetClipBoardViewer, ChangeClipboardChain, etc, from C++ .NET app ?25 Jan 2008 22:07 GMT2
I am a "hobby" programmer with a lot of familiarity with pre-.NET C++
programming in Windows, but not too much with .NET. I've written a
Form based Windows application and want to set it up so that the app
monitors changes to clipboard data. Therefore, I need to call the
What is the future of C++ MFC and CLR?25 Jan 2008 17:51 GMT1
I'm curious about the c++ MFC and CLR.
I don't develop C++ projects. Past I developed several applications.
But now there is CLR, ATL, MFC etc..
I didn't see any developer using .Net Framework CLR with C++.
Chinese character in MFC25 Jan 2008 11:37 GMT1
I have a MFC project here which require me to read chinese character from a
text file and display them. However, the chinese txt file have to be save in
unicode while my program cannot read unicode file. I am wondering if anyone
can help me out if there is any solution that I ...
MessageBox location25 Jan 2008 08:52 GMT4
I am having difficulty persuading MessageBoxes to appear over my
application (using C++/CLI in VS2005). I would expect
MessageBox::Show(this, "Some message");
to cause the message box to appear over the Form pointed to by this,
Learning path for C++.net 200824 Jan 2008 14:23 GMT4
I'm interested in learning C++.net 2008, but have not seen any referecne
material yet for this language.  Such as an Introducing or Step By Step
title?  Does anyone know if there are any learning plans for C++.net 2008 or
does anyone have any good starting points?
C # Generics22 Jan 2008 21:53 GMT1
I have to be honest I haven't used many generics in my coding; I
really want to start using more of them but  am having trouble with
what is the best way to use a generic with my Send method because the
Send method needs to point to different data factories. I really would
How "should" I remember and reuse form size and location?22 Jan 2008 00:33 GMT4
I have a VC 2005 application that I want to remember some dialog locations
and sizes between executions.
What is the recommended process for this?
Steve
Problem with compiling  managed c++ code with added c - library with variable named generic21 Jan 2008 20:39 GMT3
I have project that uses managed c++ where I use c - library, this library
contains some variables named generic, during compilation I get error: Error
1 error C2146: syntax error : missing ';' before identifier 'generic',
Problem is with name generic, unfortunately I cannot change ...
Hi guys, i need simple help for my Project in C++/CLR...21 Jan 2008 08:17 GMT1
hi guys, i am having my final year project coding in C++/CLR. and i am
novice at that. may i ask where can i find any materials that teach us
how to call form from another forms and passing values between them ?
plz .... thanks in advance ...
Pages: 1 2 3 4 December, 2007
 
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.