| Thread | Last Post | Replies |
|
| hotkey | 31 Mar 2008 21:15 GMT | 1 |
In my visual studio 2003, the bookmark hotkey, ctrl + K+ K, works. But ctrl+F2 does not work. How to enable ctrl+F2? Thanks.
|
| Subject: TRACE very slow in /clr enabled MFC projects | 31 Mar 2008 14:59 GMT | 1 |
I have enabled the /clr options in some legacy MFC projects (because I needed to use the .NET features). The TRACE macro are running VERY slow comparing the the old versions (that have no /clr turned on). Is there a work around for this? Thanks.
|
| Can fopen tell me the coding of a file? | 29 Mar 2008 01:32 GMT | 1 |
When I use fopen for reading with the CCS options, the library will look at the byte order mark to determine the file type and read accordingly. I have a more compilcated case. I want to open a file for appending I want the appended data to always be in UTF-8. If the existing ...
|
| WinXP administration, passwords, lockdown :) | 28 Mar 2008 22:57 GMT | 1 |
Basically, I have three siblings that aren't allowed to be on the computer without permission. I know it may sound lame, but it has to be done, because they always find ways to get viruses on the comp. Anyways, i put a password protect upon return from screensaver, but is there ...
|
| compare string to button text | 28 Mar 2008 15:43 GMT | 5 |
I am using visual c++ 2003 i believe. I created a new win32 application, and put 1 button on the form and changed it's text to "Start". and this code does not work:
|
| Q: (.NET/GDI/BitBlt) Problem copying form to bitmap | 28 Mar 2008 02:38 GMT | 5 |
I'm not sure where this post belongs since I'm using managed vc.net, but the issue is around GDI BitBlt. Here is a summary of the problem: - I am trying to copy a bitmap of my main form into a picture box.
|
| Internal limitation: too many fields | 27 Mar 2008 16:22 GMT | 1 |
I got the infamous run-time error Internal limitation: too many fields. ... Could not find or load a type. (Exception from HRESULT: 0x80131522) My 'VC++ managed' assembly (VS2005) use MFC in a shared Dll and stl, it's
|
| Visual C++ 2008 Redistributable installation uses C:\ as temp dir | 26 Mar 2008 17:41 GMT | 2 |
I downloaded the Microsoft Visual C++ 2008 Redistributable Package from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9b2da534 -3e03-4391-8a4d-074b9f2bc1bf to a temporary directory (C:\Temp). When I install it, it expands these files to C:\ and it doesn't ...
|
| Office 2003 license restrictions | 26 Mar 2008 16:09 GMT | 1 |
-Is it true that our old Office 2003 can only be loaded on three computers total? -Is it possible to buy an extension license for a new computer? Thanks! Steve
|
| Can i use Visual C++ Net dll to native c, c++ | 26 Mar 2008 14:40 GMT | 1 |
if i make a dll using Visual C++ Net, then can i use the dll in native c, c++? i want to make a program like below 1.i want to make a server using C# with Net Remote(Server Side)
|
| monitor type | 24 Mar 2008 21:17 GMT | 1 |
how do you know if any visual c++ application what type of monitor that you have installed? vga svga xga wxga etc how would you write the function? Marc
|
| Could not run my exe | 24 Mar 2008 17:05 GMT | 1 |
--------------------------- Microsoft Visual C++ Debug Library --------------------------- Debug Error!
|
| Can't connect wirelessly | 23 Mar 2008 11:06 GMT | 1 |
I have a Dell Dimensions 8200 Desktop(circa 2002) running Windows XP with SP2. I just bought a D-Link DWA-130 Wireless N USB Adapter and I am trying to connect this set up to a Mac Airport Extreme wireless Router. The PC recognizes the wireless signal and correctly identifies ...
|
| Loosing XP style on execustion | 21 Mar 2008 15:30 GMT | 11 |
We just upgraded from VS2003 to VS2008 Pro. One thing I noticed is that, while editing forms in Visual Studio, they have a nice Windows XP style (rounded buttons and frames, etc). However, once I run the program (either inside or outside the debugger), that style is lost
|
| IList<t> and BindingSource | 21 Mar 2008 15:12 GMT | 1 |
I'm really not sure what I am doing wrong here, but when I try to bind my custom IList type to a bindingSource and thus to a datagridview there are no columns or data in the grid. I even put all the items in an arraylist and tried to bind to that and
|