Answer Questions
Kroeze Does microsoft sell directly UI activex products?
Hi everyone, Anybody knows if Microsoft sells directly the graphical User Interface (3D colorful buttons, frams, etc) as activex or dll I searched on Microsoft website, but rendered a result that many 3rd parties have this as products. However, I am wondering whether Microsoft sells DIRECTLY this. Thanks! I believe this is a duplicate of http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=158558&SiteID=1 Thanks, Ayman Shou ...Show All
mmoo9154 Can I write a file longer than 2gb on ntfs disk using fputc etc. in VC++ 2003?
Can I write a file longer than 2gb on ntfs disk using fputc etc. in VC++ 2003 I have created AVI files larger than 2gb on XP-ntfs disk but none of the media programs (WMplayer. VirtualDub) can read them. Any suggestions where to start looking for the problem. Thanks, RON C The furthest I got was to find I could write the files in code, but that other programs could not read them. My recollection is that I could not read them ei ...Show All
Taen Karth Using TextOut method
OK SORRY AGAIN, was Norton Firewall the problem. Hello, i'm working with a MFC Dialog base application: i need to display on the dialog what the some operations done by application (like making a log), so i decided to use the simple method TextOut to display each text line. Where have i to use it On dialog message OnPaint() I see on the net many users use it on OnDraw message, but it seems are not available for a CDialog. Anybody can help me ...Show All
Manuel Rivera Places Bar on CFileDialog
Hello all, I'm using a custom save dialog inherited from the CFileDialog. The problem is that the Places Bar is hidden, and I can't show it. Can anyone help me please !! One thing to mention is that the places bar is also available for Windows Millennium edition (version 4.90), so you might want to change the definition of IsWin2000 to include version 4 (major) 90 (minor) version so Windows Me will get the benefit of the places bar ...Show All
Emad.Hammoud Need a good book on Visual C++ .NET
Hi, I am new to visual C++ .NET and could anyone suggest which book shall I follow to grash things Saraav@discussions.microsoft.com wrote: Hi, I am new to visual C++ .NET and could anyone suggest which book shall I follow to grash things http://www.amazon.com/exec/obidos/search-handle-url/index%3Dstripbooks%3Arelevance-above%26field-keywords%3Dvisual%252520c%25252B%25252B%2525202003%26store-name%3Dbooks/102-796 ...Show All
Manish Agnihotri VC++ 2005 Constructors
Anyone have any idea why the following sample of code gives me error C2062 (type 'float' not expected) and other errors: class Lander { public : //constructors Lander() { FFR = 0; V = 0; A = 1000; F = 1700; M = 900; MFFR = 10; MT = 5000; } Lander( float _FFR, float _V, float _A, float _F, float _M, float _MFFR, float _MT) { FFR = _FFR; V = _V; A = _A; F = _F; M = _M; MFFR = _MFFR; MT = _MT; ...Show All
Dimitar Pashev adding a class into a win32 project is not available
i can't add a native class into a win32 project using vc express beta2. this functionality seems to be available but the textbox to specify the class name is disabled, and action cannot be finished properly. is it that vc express is designecd for clr why win32 development is decreased or neglected or i need a re-installation Just installed VB C++ Express and Microsoft Platform SDK on both Windows XP Home and Windows XP x64 Professional. ...Show All
Ramesh Rajagopal Error when trying to run apps on other computers
Hi! I've just switched to Visual C++ Express Beta. All my apps compile and work well, that's on My PC only! Whenever I move my app to another PC and try to run it It gives me this wierd error: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this program" . Am I doing something wrong. Am I not getting some files that should be with my apps, or am I not setting the lin ...Show All
Sans declare/initialize int?
Hello, I wish to have an integer inumber to use as the index in myArray[inumber] How do I declare/initialize this value Also can I have something similar to the C# code of private string[] results; results = new string[myArray.Length]; Thanks Geoff Jonathan, re my message with the 2 errors - have found the cause of the 2nd one - I had outfile.Close() instead of outfile->Close() also found error in the other ...Show All
Bastian van Venrooy How to read the last line of a file in Managed C++
Hi, well this is a very stupid question but I can't find the efficient way. I need to read the last line of a very very large file. So, I don't want to open it and loop through all the lines but I need another way. Help, please, anyone can post a code snippet I believe you can use the FileStream class (System.IO.FileStream) where it supports randon access to files. Here is a link for the class itself: http:// ...Show All
microsoft_programmer Example C: Getting and Setting Certificates Properties
I am trying to compile the example C program from the MSDN Library about: Getting and Setting Certificates Properties and it appears the next error: c:\archivos de programa\microsoft visual studio 8\vc\platform sdk\include\servprov.h(93) : error C2872: 'IServiceProvider' : ambiguous symbol could be 'c:\archivos de programa\microsoft visual studio 8\vc\platform sdk\include\servprov.h(48) : System::IServiceProvider IServiceProvider' ...Show All
dkbryan Program database manager mismatch
I have been working with vc++ express for about a month, and all my projects were fine but now whenever I compile anythingi get the following error: fatal error C1902: Program database manager mismatch; please check your installation I searched for a solution on Google and MSDN but neither showed anything i could make sense of. Same here. Reverted back to Beta 2 and everything was ok. :( ...Show All
Vinicity windows.h not found...
WOW, I can't believe this information isn't easier to find. I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2. NOTHING WORKS! The Directories are not found and there is no apparent way to set them. Apparently users have found a hack to make it work, but this is crazy. It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All
Abhishek Arya [MFC] Why is the File Open dialog no longer resizable?
Hi, In VC6, the File Open dialog of a standard MFC app is resizable. In VC8, it isn't. Why not And how can I fix this in my own apps What about the Font Dialog Is it resizeable Olaf van der Spek wrote: What about File Save See an article I have on that : http://www.voidnish.com/articles/ShowArticle.aspx code=dosaverevealed It shows how you can customize the Save dialog. Remember to add ...Show All
hey answer plz i got a problem.. linking a VS2005 DLL in a VS2003 .exe
Hi, we are in the business of providing tools to our customers via a DLL. As we are switching to VS2005, we have seen a problem with supporting a customer who uses VS2003. The compilation and link works fine but the msvcr80.dll is not found when we run it. Is there a way to merge the manifest file generated with our DLL with the executable generated in VS2003 so the DLL can be found in the WinSxS folder Or are we stuck to have the custome ...Show All
