| Thread | Last Post | Replies |
|
| how to make a button the default? | 12 Jan 2004 11:57 GMT | 3 |
how can i make a button the default so if the user push the enter button it is handled?
|
| export a .NET executable file... | 12 Jan 2004 11:52 GMT | 2 |
Could I export a .NET executable file to an executable that doesn't need the .NET framework to function? Thanks Peter
|
| listview searching | 12 Jan 2004 11:20 GMT | 1 |
list box has a function called "FindString" that searches the list in for the text entered. I am using list VIEW and need this same functionality, I have multiple columns all of which I can search ascending or decending, but I wish
|
| how to do drag and drop asynchronously? | 12 Jan 2004 03:51 GMT | 6 |
Hi, all. I want my program act as an drag source and do drag and drop asynchronously. So, I created a class CDataObject which implements interfaces IDataObject and IAsyncOperation. To begin drag and drop, I wrote the following code:
|
| IO Completion Ports - VS C++ 6/VS .NET C++/C# | 12 Jan 2004 01:48 GMT | 1 |
My Winsock app works fine when compiled using VC++ 6 compiler, however I get runtime exceptions under heavy load if I recompile using Visual Studio .NET, the exceptions point to "GetProcessHeap()" function. Is there
|
| atoi question | 11 Jan 2004 21:31 GMT | 1 |
I have a structure that looks like this: struct { UINT i1; UINT i2;
|
| Renaming WinForms in VC++ | 11 Jan 2004 19:21 GMT | 3 |
I am almost embarrassed to ask this but I can't figure out how to rename a form (and it's file) in VC++. I don't like being stuck witht the main form called Form1. I'm sure it must be obvious but it looks like the name is read-only in the property view.
|
| linking MSDN subscriptions libaray | 11 Jan 2004 16:27 GMT | 2 |
I have Visual C++ 6.0 Professional Edition and I had ti reinstall it when my hard drive crashed. The MSDN cd's that came with Visual C++ are now corrupted (do to my 5yr old little girl getting a hold of them :-( ) and I have no help system in the Visual c++ editor. I got a hold ...
|
| neuronal network | 11 Jan 2004 11:19 GMT | 3 |
i would like to make a software, who can learn if a .jpg of a human is male or female. the software should use a neuronal network. the idea is, that first i view some hundret pictures of people, and always click male or
|
| One Trouble debugging watch window in VC++7.0 (.NET) | 11 Jan 2004 09:28 GMT | 1 |
When I compile my code and try to debugging, i met one trouble in watch window. i can't see some buffer values, it looks filled by 0x00(null) in watch window.
|
| Win32 bitmaps | 11 Jan 2004 08:33 GMT | 1 |
IM new to windows programming. Ive been trying to load an bitmap into my hdc and display it. My specific problem, Im programming pong. I want to use a bitma to represent the ball, but im having tons of trouble. Im pretty sure
|
| How to add a method member to a class or object in run-time? | 11 Jan 2004 05:23 GMT | 1 |
In run-time,is there any approach to add or revise the members,such as method or attribute ,of a class or object? As for the object of class soapclient30 in MS soap toolkit, after it executes the mssoapinit method,it will
|
| LNK2022 Error | 11 Jan 2004 05:16 GMT | 1 |
I'm trying to compile with the /CLR option in VS.NET 2003. I get the following error : error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (tagYYSTYPE): (0x02000072).
|
| compile error msg | 11 Jan 2004 04:52 GMT | 1 |
I am getting the following error message during compilation of my C++ program on XP laptop using .NET libraries: ossxerces_utils.cxx C:\narayan\axcelis\Lib\ossxerces_utils\src\OssDataFileTemplate.cxx(122) : error C2582: 'operator =' function is unavailable in 'std: ...
|
| Field initializers allowed? | 11 Jan 2004 04:36 GMT | 1 |
I have Visual Studio 7.1 and I wrote the following C++ program #include <iostream using namespace std class ID
|