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 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Creating wmv Movie Clips19 Jan 2007 06:12 GMT1
I am designing an appliaction to stream video from video server in vc++6.I
have created buffer for storing the bitmap bits of video in application.Can i
create .wmv movie clips from these buffer?
In visual studio 2005 i can use Windows media format sdk for this
pause the execution of code in one routine while letting the app respond to keyboard18 Jan 2007 16:05 GMT18
I'm using  Sleep(100) and that works OK.
However, it would be better if my app continued to receive and process
keyboard messages.
How can I pause the execution of code in one routine while letting the app
threading question: is this code going to work perfectly?18 Jan 2007 15:27 GMT3
I created 2 functions which run in seperate threads. what they do simply is
that thread1 starts and does something while the thread 2 waits for it. Then
after thread1 is done, it resumes the second thread by calling SetEvent and
itself goes into wait condition by calling ...
overriding C runtime functions with my own implementation18 Jan 2007 03:45 GMT3
I have the following:
1.A C++ dll (with no managed code whatsoever) compiled with visual C++ 2005
that links to libcmt.lib as its runtime library.
and 2.A piece of binary code (also compiled with visual C++ 2005) that I
drag drop from app to explorer with delayed file creation17 Jan 2007 18:46 GMT1
I am developping an app using managed C++. I want to be able to do a
drag drop from the app to windows explorer. The files to be dropped
onto explorer do not exist yet, the files are to be created by the app
when the user does the drop into explorer.
Display a time span in days17 Jan 2007 17:34 GMT9
I have a time saved in a time_t variable.
I'd like to be able to display the number of days since then but can't find
anything built-in that will help.
Failing that I'd like to display the date (only the date) that corresponds
Can I delay windows automatically shuting down my app?17 Jan 2007 16:46 GMT4
My program gets a WM_QUERYENDSESSION message and asks the user if it is OK
to shutdown.
While he's thinking about it, Windows displays a box saying the program is
not responding, and if not answered shuts down my program.
Is Visual c++.NET 2005 a compromise compared to C# or VB.NET ? advice needed17 Jan 2007 15:19 GMT1
I've been assigned the task of designing a distributed application from
scratch. I have no legacy applications to integrate or support. But I'm
faced with the question : Is visual c++.net a compromise when compared
to C# or VB.NET.
Newbie: Convert from string to integer17 Jan 2007 10:00 GMT6
Hi I am trying to take input from the console and put it into an integer.
The code below is my attempt, it works, but is there a way that .Parse can
be used without referring to an existing variable (whose value would be
irrelevant anyway).
is it possible to programmatically detect Visual C++ 2005 SP1?17 Jan 2007 07:12 GMT2
Is there some way I can do something like this
#if <running on Visual C++ 2005 SP1>
//SP1 code here
#else
mixing managed code with native code16 Jan 2007 19:14 GMT1
I have an Assembly using IJW that uses a third party native library.
There are quite a few function calls that uses callbacks and pointers.
One of those takes a delegate: bool enumXXX(char * someData, unsigned
long lparam);
File Open dialog box16 Jan 2007 17:16 GMT5
I have a question about the file Open dialog box.
I would like to be able to make the dialog box bigger by
selecting the bottom right-hand corner and dragging/expanding the
box.
Constant MissingManifestResourceExceptions16 Jan 2007 13:28 GMT1
My company has been using Borland's IDEs for years and we're just now
migrating to Microsoft.  I'm in the process of learning visual c++ by
trial and error.
I have created a test GUI app, and things are going well except any
A bunch of afx.h errors after moving to vc express16 Jan 2007 09:15 GMT3
I developed my previous project (an MFC project with managed
extensions) on VC.NET standard edition, it took some time to configure
it but eventually it worked.
Now I'm configuring a new machine with VC express.
My program gets a WM_QUERYENDSESSION...15 Jan 2007 22:54 GMT2
My program gets a WM_QUERYENDSESSION message and asks the user if it is OK
to shutdown.
While he's thinking about it, Windows displays a box saying the program is
not responding.
Pages: 1 2 3 4 5 6 7 December, 2006
 
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.