| Thread | Last Post | Replies |
|
| 12 octobers patches _vscwprintf( pszFormat, args ); difference! | 14 Oct 2005 08:44 GMT | 4 |
Am I the only one? After having installed the patches as a brave MS citycen :), this function suddenly returns one less then before or possible vswprintf assumes the given length including the terminating zero.
|
| HelpButton, what HelpButton? | 14 Oct 2005 01:49 GMT | 1 |
On a managed C++ Form I have tried both true and false for the HelpButton property. I see no difference. Where is the Help button suppose to go, what does it look like, and why won't it come up? My guess is it's suppose to look like a question mark in a small box in the
|
| Reducing ComboBox height | 13 Oct 2005 20:58 GMT | 1 |
How can I set ComboBox height smaller than default value in MC++. Thanks, Hugo
|
| templates and managed code | 13 Oct 2005 20:56 GMT | 11 |
Is there any plan to support templates with managed code in the (near) future? For instance, VS.NET 2005... : )
|
| HitTest in ListView return LVHT_NOWHERE | 13 Oct 2005 20:49 GMT | 1 |
I get LVHITTESTINFO::Flag=LVHT_NOWHERE when I do a Hit Test in my ListView. The list containts items and subitems created with designer. Clicking anywhere in the list makes not HitTest return valid Index (return -1). Why? Hugo
|
| Taking Ownership | 13 Oct 2005 18:33 GMT | 7 |
I am trying to allow for user account to take ownership of an Active Directory object. I have assigned the Modify Owner permission to the user on the AD object - a distribution list in this case. Using Active Directory Users and Computers, the user can take ownership of the object ...
|
| help me.... | 13 Oct 2005 18:31 GMT | 2 |
im currently working on a .dll, can somebody give me an idea on how can i use some of my .exe class..thanks...
 Signature Message posted via DotNetMonster.com
|
| Terminal Services Session | 13 Oct 2005 16:41 GMT | 1 |
Hi, can I detect if my application is running in a Terminal Services Session? I'm using VC++ .NET, and I want to replace the old API GetSystemMetrics(S_REMOTESESSION) with a .NET method. Thank you
|
| old graph.h | 13 Oct 2005 15:03 GMT | 1 |
Hi guys, long time ago I did use visual studio to made some dos demos. Right now, with visual studio dotNet, I can't compile it becouse I don't find the include file. Anyone can say me how I can make dos demo? tnx
|
| Reading text and sybols from images | 12 Oct 2005 23:50 GMT | 3 |
Hey I was just wonderin if any of you guys know of any SDKs, classes or even just methods that can read computer text and symbols from bitmaps?
|
| Using Images in VS C++ managed apps | 12 Oct 2005 20:46 GMT | 1 |
Is there a good book /on-line tutorial /etc. on how to use images in managed C++ applications? In particular, how to access images in files such as jpg's (either at run-time or development-time) for use with Button/PictureBox/ImageList etc. The ability to get info on such images
|
| .NET and Native Dll Debugging | 12 Oct 2005 20:46 GMT | 2 |
I have searched on search engines for previous dicsussions dealing with this.. but didnt find em any useful... so here I am.. I am having a .NET (BV.NET) application in which I am calling a managed dll(C#), which inturn is calling a native dll (c++). OK. Now in the
|
| Why are the mangled names are a bit different? | 12 Oct 2005 19:19 GMT | 3 |
Hi, can anybody help please! I've got an app with a few dlls. When I run the app I get the following message in a message box: The procedure entry point
|
| Determine subitem clicked in listview | 12 Oct 2005 18:28 GMT | 2 |
How can I get the SubItem clicked in a ListView in detail mode. Thanks, Hugo
|
| Capture a client window and save as a file (bmp) | 12 Oct 2005 18:23 GMT | 1 |
Capture a client window and save as a file (bmp), WindowsXP platform. Does anyone know how to go about doing this with Managed C++ v7.1? Maybe GDI+? DirectX? IdeasVacuum
|