ToroLocoMex's Q&A profile
Smart Device Development error with MFC in visual studio 2005
Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that: f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND t ...Show All
Visual Studio Switch VSS Source Control Plug-in on the fly?
I put my solution folder on a mobile disk. When I am in the office, I want to use the LAN booster to access the VSS db. While I am away from the office, I want to use the Internet Web Service to access VSS db. Is it possible to switch the access method for the solution on the fly Every time I change the access method in Tools | Options | Source Control | Current Source Control Plug-in , the solution will be closed. Do I ...Show All
Software Development for Windows Vista Advice on where to begin
Beyond the Activity objects which have been posted online, what other Activities & Workflows will shipping with WinWF when it is released I'm sure the developers here on this forum would like to focus their efforts in areas that are not redundant with the shipping framework... Lastly, what advice can you offer us in terms of where to begin... I did not attend the PDC this year, but I have review most of the PPT files that have been pos ...Show All
.NET Development Error Handling in Unsafe Code
Hi, I have small problem, Actually I dont know how to do error handling in unsafe code, can some one help me in this regards, I struck in my project, sorry to ask for earlyest replay. What kind of errors do you want to handle Can't you do it the same way you do in "safe" code - handle the appropriate exception ...Show All
Visual C# About Conditional Compilation Constants ?!
Hello all, I will transfer the project from VS2003 to VS2005. Is there any Conditional Compilation Constants has difined for VS2005,so we needn't difine it and use it directly. I hope some one has been write the code like this: VS2005 is defined by me in the properties of the project #if VS2005 //comiple with VS2005 #else Compile with VS2003 #endif A better way is to do this with project templates. ...Show All
Visual Studio Express Editions Free Ebooks in Express Editions - How to get them?
hello everyone, i just downloaded the ISO version of visual c# 2005 express edition and installed it on my workstation. is there any way for me to avail of the free visual c# ebooks that registered users of the online edition can get thanks and best regards, matt Solution to download e-book (or free tool from Microsoft Connect) by Microsoft File Transfer Manager. Close all internet connection. Ope ...Show All
Visual Basic Help with Timer
I am developing a parenting educational course with specific requirenments regarding how much time the student needs to spend on each particular lesson. I am looking for a timer code that: 1. Track and display how much time they have spend on the current lesson. 2. Makes a button (or a link to a new form) available after 40 minutes has passed on the current lesson to jump to the next section 3. The hardest one ( I think) Stores time they have al ...Show All
Smart Device Development Edit data in data grid
I am using VS2005 standard and an IPAQ hx4700 with windows mobile 2003 second addition. I created a form Application with a data grid for my Pocket pc 2003 device. The grid recovers the data from SQL server but will not let me edit any field. If I make the same application for standard windows using the same data adapter and data set, the grid allows me to edit. What do I need to do so I can edit the data on the Mobile ...Show All
Windows Forms Problem with visual properties in user controls
Hi, I'm creating a Winforms project with a form (form1) and a UserControl (UserControl1) I have designed Usercontrl1 with background = yellow. Then I have dropped the control from Toolbar to form1. It appears with yellow background. It's OK. But if I modifiy the background in usercontrol1, and set them to red, the control in form1 remain yellow. The problem I have detected is in form1.designer.vb. In that file there are a line in ...Show All
Visual Studio Tools for Office Comments color in Word
Hi, I'm trying to change the backgroud color of the comments I add to a word document. I can do it using Options.CommentsColor but this function modifies the color of all of the comments in the document. Is there any solution to modify the color of the comments in an independent way Can I have various comments in a different color in the same document without change the author thanks for your help, I ...Show All
Visual Studio Express Editions No Way To Close Open/Save WebBrowser Control Dialog Box
I have a project in VB Express in which I use a WebBrowser (new 2.0) control to host Office documents. The problem is that every time I navigate to an Office document it presents the "Open/Save" dialog box. If I hit "Open", it displays the document in the WebBrowser control as I want it to. I need some way to suppress that dialog box but still "Open" the file in the WebBrowser control. Is this even possible I've ...Show All
Visual Studio Express Editions Unable to get MSDN Library. How can I?
I downloaded 2005 a few months ago. I find it great. I did not get the MSDN Library, but it said I could get it "at a later time". I bought a book the other day with the MS VB 2005 Express Ed Disk. But with trying it I can only get to a message that says, "Unable to locate the product. Pleases enter the location of Microsoft Visual Studio 2005 Express Edition - ENU." I've tried and tried but to no avail. Are there any c ...Show All
Visual Studio Express Editions PDF Visual Basic Guide 'Build a Program Now!'
Please see this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=375278&SiteID=1 I have looked at my old emails and found that the PDF document was titled 'Build a Program Now'. Unfortunately, those emails did not include a link to the PDF document! I have now found out how to get this! For the benefit of anyone else interested, once VB Express has been downloaded, make sure you register it. Microsoft then ...Show All
.NET Development When method returns Com Invisible type?
Hello, What exactly is the behaviour here Marking BarNotForCOM [ComVisible(false)] will result in the ReturnBar() function to be exported as the quivalent of object ReturnBar(). QI on the unknown object will only succeed on IUnknown as thats the only interface you know on that object. Unless you have type information for the object you cant do much with it. If you implement an interface (even through another type lib/assembly) on BarNot ...Show All
Visual C++ MS C++ 2005 express database mismatch error when compiling
Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All
