| Thread | Last Post | Replies |
|
| Welcome Screen Picture | 14 May 2008 16:15 GMT | 1 |
When i first got Vista Home Premium, my welcome screen pic (the tabby cat) was HUGE, about 2 inches by 2 inches. Then one day, (i hadn't changed anything) it got little, like 3/4 inches by 1/2 inch. I looked everywhere in User accounts but it only lets u change the pic, not the ...
|
| StartInteractiveClientProcess and CreateProcessWithLogonW | 14 May 2008 15:23 GMT | 2 |
What's the difference between StartInteractiveClientProcess in http://msdn.microsoft.com/en-us/library/aa379608(VS.85).aspx, and CreateProcessWithLogonW? http://msdn.microsoft.com/en-us/library/ms682431(VS.85).aspx
|
| Reinstallation error for Windows XP Media Center | 13 May 2008 19:20 GMT | 1 |
When installing it asks for the service pack 2 CD and I insert the disk that cam with the installation CDs and it mentions there is a file missing, an asms file. This CD worked the first time I installed xp a few years ago but is not working now. Is there some place that I can ...
|
| unresolved external symbols | 12 May 2008 21:45 GMT | 2 |
I am compiling a CPP code using Visual studion .net 2003. I get the following error, despite having windldap.h and wldap32.dll in my include and lib paths. Here is the error. uuid.lib rpcrt4.lib ole32.lib oleaut32.lib uuid.lib
|
| GetClipRgn | 12 May 2008 18:14 GMT | 1 |
Trying to use GetClipRgn from "OnDraw" (Visual C++ 2005), Windows XP. The code is: HRGN hRgnClip = CreateRectRgn(rcPaint.left, rcPaint.top, rcPaint.right, rcPaint.bottom);
|
| excel 2002 | 12 May 2008 16:36 GMT | 1 |
I deleted some data (sheet) from a spreadsheet document by mistake and I saved the document by mistake with the deleted information, now my document is blank. I would like to recover the deleted data.
|
| How to create a sound from a VC++ .NET program | 11 May 2008 13:25 GMT | 6 |
I want to create a sound to alert the user when some event occurs. How do I do it from my VC++ .NET window form program?
|
| Member variable order, is it guaranteed. | 09 May 2008 21:08 GMT | 1 |
I'm very new to C++/CLI and was doing some reading. I came across a statement that the order of member variables isn't guaranteed, unless you added a metadata statement. I can't find the reference now and I don't know if I just dreamed it up or what.
|
| Passing a constant by reference | 09 May 2008 18:24 GMT | 14 |
I want to call a function that takes a void* argument and pass it the address of a constant. Is there a way to do this without explicitly defining the constant and then passing the address of the constant? In other words, what I *don't* want to do is this:
|
| vcproj file and MS build? | 08 May 2008 16:50 GMT | 8 |
Can anybody shed some light... Confused here :(( Isn't VS.2005 supposed to use the new build system, that can be invoked separately from the IDE? If yes, why it creates vcproj files? Are these files compatible
|
| Where to set the CPP file search path in Visual Studio | 08 May 2008 05:52 GMT | 3 |
Hi, dear all, Sometimes, when I debug my program, VS seems very smart to find the cpp file even if the file was not in the working directory. I am wondering how did VS try to find the cpp file when we debug program.
|
| "Add Web Reference" in ATL application disabled | 07 May 2008 18:35 GMT | 1 |
I am using VS 2008 Team Suite for my ATL application, at one point I needed to "Add web reference", but I found it disbaled. I used the same application in VS 2005, but that was not the case in VS 2005. When I am creating web application (ASP.NET), Add web reference is
|
| Visual Studio's 2005 question | 07 May 2008 15:42 GMT | 1 |
Hello I apologzie if I have this in the wrong group but I tried the moderated comp lang moderated C group and they suggested I try a windows group. After further seaching I came across this group and I know it's not an exact match but I was wondering if you guys could
|
| C++/CLI class implementing Enumerable | 07 May 2008 14:21 GMT | 4 |
Can someone point me to documentation or examples on how to implement an Enumerable interface in C++/CLI? I've found examples for C# but nothing for C++. I'm wrapping a native library that supplies iterators and I'd like to
|
| Why is Marshal::StringToHGlobalAnsi argument not const? | 05 May 2008 15:25 GMT | 2 |
I try to be const correct everywhere and found that I can't pass a const String to this API. Is it going to change the value? Or is the signature not the best it could be? I want to write this:
|