Bravo's Q&A profile
Software Development for Windows Vista 我?Windows Vista Beta2 5231 的一些看法 In English
Very unexpected,I have not unexpectedly seen,Here has a Chinese the posting In here me said,I this system feeling which use to me,The machine disposition is not good,Also when lowly disposes to this system test 1、 When uses our country domestic IM software QQ,If simultaneously starts WMP to be able immediately working as machine。 2、 When uses the IE browsing homepage also often makes the mistake 3、 After i ...Show All
.NET Development Interframework operability
Can a v1.1 Dll reference and call functions within a v2 Dll Assuming of course that both frameworks are present on a given machine. Rory Becker Yes. But you must have some considerations. This article will answer your question. http://msdn.microsoft.com/library/en-us/cpguide/html/cpconnetframeworkassemblyunificationoverview.asp Good luck, ...Show All
Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)
The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT: Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README. You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checki ...Show All
Visual C++ .Net 2003 compile problem (New to 2003)
Hello, Im new to the 2003 .net environment and managed code, etc. so please help.. I'm trying to expose a com component. I've got a manged dll and now i need to wrap it in a com component. This is my code: from the header: [id(1), helpstring("method getTrendLog")] HRESULT getTrendLog([in] BSTR trendTag, [in] DATE startDate, [in] DATE endDate, [out,retval] OLE_HANDLE* ResultSet); from the source: STDMETHODIMP CRepor ...Show All
Visual C++ Linking: libcimtd.lib requested
Hello, after conversion of a VS6 project to a VS2005 project, the linking broke down with a fatal error as some "libcimtd.lib" was not found. libcimtd.lib is no part of VC/lib (but libci, libcmtd are). After including libcimtd in the list of libraries which are ignored at linking, everything worked. Cheers Michael Mixing C and C++ I/O should not be a problem. It is mixing old VC6 iostream headers and new s ...Show All
Visual C++ 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, I got there just before your message - largely by trying anything I could think of! Thanks Geoff ...Show All
Windows Forms How do you get the My Documents directory?
This may be an obvious question, but I'm going to ask it anyway. I'm writing an app in which I'm providing the ability to export data to Excel. When I display the Save Dialog box, I want to set the default directory to be My Docu ...Show All
Smart Device Development Performence issue with PPC 2003 Emulator
Hi I faced a critical issue related with the performance of Pocket PC 2003 and Pocket PC 2002 Emulator. I created an EVC++ application (using EVC4.0 tool), which reads the SQL queries from the file (.sql extension), executes the queries and loads the records into database file. (SDF File for Pocket PC). I ran this application with database file of size 12 MB (Around 39K SQL Quries) on 2002 and 2003 emulator both. But I found that 2003 emu ...Show All
Visual Basic Accessing a running program's ram
I want my program to access a program's ram (when the program is running in memory) so I can debug it explicitly. I know how to edit a file by storing it in a buffer but how would I do this when a program is running. If suggestions or code samples are given, please make sure they are for vb.net and they are explained. Thanks. Hi! Access memory Your program access it's memory. Access to other program's memory is protected for securit ...Show All
Visual Basic ADO/Access Questions
I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All
SQL Server Instead Of Update Trigger w/ Self-Referencing Table
Setup: Using SQL 2005 I thought it was the other way around - that AFTER triggers were evaluated after a statement and that INSTEAD OF fired before. In either case, perhaps the parser is evaluating the statement that way. Try throwing Profiler on it to see what's really happening. See: http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part10/c3761.mspx mfr=true for more info. What are you trying to accomplish Perhaps ther ...Show All
Windows Forms DataView instance problem!
Good morning all. When my form opens, a SqlDataAdapter and a DataTable are created. Both are declared public. Also, a save button is created. When the save is hit an event is fired and the DataAdapter.Update() is called. I swear ...Show All
Visual Studio Express Editions vwd 2005 express beta 2 and final .net framework 2
Hi First of, i am very pleased with the product vwd 2005 express beta 2, but after the final release of the .net framework 2, and some (unsuccessfull) experimenting, i have two questions which i hope someone would answer. Is there a way to make the vwd 2005 express beta 2, work with the final release of the .net framework 2. Will the final release of vwd 2005 express have any further limitations, compared to the vwd 2005 express ...Show All
Visual C# How to make certain classes accessible to your own developers only?
Hello, since almost 2 years my company is playing around with .NET and there is one question none of us few .NET developers could answer good enough to make us satisfied. If I develop a shared class library that contains classes that 3rd party developers should be able to use, how can I make some of the classes inaccessible to these 4rd party developers though keep them available to ourselves I know that we can use internal class SomeClass { } ...Show All
Visual C++ applying an icon
How do you apply an icon to your app after you have manually editted the app.rc file Because when I look at the icon now it's just that regular old ugly version of the window. But when I open the file it shows the icon I had originally applied to it on the top left. Like just say for instance everything is normal and nothing is edited. Okay, I create my own icon and apply it and then debug my program, as it should it shows my icon beside t ...Show All
