fdirosa's Q&A profile
Windows Forms DataGridView - skip columns with the tab key or arrow keys
Is there a way to skip certain columns when the tab key or arrow keys are pressed Thanks, KB No there isn't any built in way to do this. You'll need to derive from the DataGridView and handle the tab/arrow keys yourself and skip over the columns you don't want the user to navigate to. You'll also need to handle mouse actions (override OnMouseDown) and don't call base/mybase.OnMouseDown for cells in columns tha ...Show All
Visual Studio Cross Project builds
We have a solution that contains both c# and c++/cli projects. When building using msbuild, we are directed to use devenv /build to execute a build from command line. In the Feb CTP Professional version, I got this to work fine. I just updated to the latest Visual Studio 2005 Standard Beta 2 (April) and with the same commands I get errors like: "The application for project 'c:\...\code\Parser.csproj' is not installed. Make s ...Show All
Visual Studio Source code control
Dear All, I am using the VS.NET 2005 professional. I have a few developers working on the same project. I would have to have the source safe control the same as it was in VB6. What else would I need to have the source safe server installed and also the projects source code can be shared and developed by multiple developers Regards, LG > Once you've installed the VSS software on a machine, ...Show All
SQL Server "Execute on main package thread" (dts2000) still available on ssis ?
Hello The Navision 4.0 ODBC-driver gives following error when connecting in ssis : "Internal error 182 in module 1." The driver doesn't like multi-threading behavior . In DTS2000, this issue could be solved by turning on the workflow-option "Execute on main package thread" ! I was wondering... is there a way to do this also in SSIS Kind regards Geert G. Interesting issue, for which I have no sure answer. Looking at the properties w ...Show All
Visual FoxPro multiple instance of a form
i try this sample from "solution samples" titled RUN MULTIPLE INSTANCE OF A FORM. There is that launcher form and a button for multiple instance of a form. Now suppose at the launcher form i put a field for a computation result. The result comes from one instance of a form which i put a field for computation of a certain calculation, How could i send back the result to that launcher form, wh ...Show All
Software Development for Windows Vista Error: EventDeliveryFailedException ?
I have got a dual WinForms/ASP.NET workflow application working, except for raising events to workflow from ASP.NET. The events work ok if raised under WinForms app, with DefaultWorkflowScheduler. Under ASP.NET I raise the same event (same code in same DLL) I get the error below. The ASP.NET code raising the event is this: ASP.NET Code: '...Get the GUID of the task Dim ID As String = Me.GridView1.SelectedRow.Cells(4).Text Dim ins ...Show All
SQL Server SQL CLR memory management
Hello, I have a few questions about the behavior of the CLR host within SQL Server 2005. We are using a UDT (call it MyDateTime) created in C# that represents the COM FILETIME type, in order to have single millisecond resolution. MyDateTime values are stored in the database as binary(8), with the UDT itself being used primarily for display and reporting purposes. I am running performance tests using a prototype (written in C# as ...Show All
Windows Forms Auto-update feature does not seem to work on all machines.
Hi there, I have recently created a Windows application that was deployed using ClickOnce and thst runs on +- 20 PCs on the network. The first 3 updates / patches to this application were detected and installed automatically on all the machines. Since then however, only some of the machines have been detecting that a new version of the software is available. I have already tried uninstalling the application from one of the affected client ...Show All
Visual Studio dataset Visualizer
Hello, I am using the DataSet.ReadXML() method to fill a dataset. I need to be able to debug this dataset and take a look at the rows. I have read articles about the DataSet Debugger, but I do not seem to have that feature in my Visual Studio, I am running VS2005 with the .NET 2.0 framework. I should mention I am developing a Pocket PC application. Why cant I use the DataSet Visualizer Please help, thanks I ta ...Show All
Visual Studio Documenter
I would like to construct a documenter for vs 2005. As I asked in another post MSFT didnt put this functionality in vs 2005. Where should I start You have two different paths you can take. You could create a tool that runs when build has completed, or you could build a tool that works like a project inside of VS. If you just want to hook into build, then you could create an Add-in to do it, and it would be a lot easier. I ...Show All
Visual Basic Why don't Visual Basic programs run on all Windows computers?
My pretty little program only runs on two out of four computers. The others display this ugly error message: Run time error '339" Component 'COMDLG32.OCX ' or one of it's dependencies not correctly registered: a file is missing or invalid. There is no HINT of how to fix this problem anywhere. I've searched the Visual Studio help, these forums and the Microsoft site. Do VB programmers just live with this problem or is there a solut ...Show All
Visual C++ how to browse for folder?
i could not find how can i open browse for folder dialog in plain c++ win32,not MFC.User interface examples are much mfc,but i want to make it in win32. :) http://www.codeproject.com/cpp/BrowseForFolder.asp ...Show All
Software Development for Windows Vista Installing vs 2003 onto vista 5270
I cannot install VS 2003 onto Vista 5270, any ideas copy it to the hard drive and try again. You might also need to run the msxlm6 first, if i remember correctly Josh http://windowsconnected.com ...Show All
Visual C# Usercontrol
I made a user control that has a web browser on it. I then added to a form. during run time i get this error " ActiveX control '8856f961-340a-11d0-a96b-00c04fd705a2' cannot be instantiated because the current thread is not in a single-threaded apartment." how do i change the curent to a single theareded apaartment Cisco hank you for your help i got it now. Cisco ...Show All
Visual Studio Team System Extensibility Kit update
Will there be an update of the Extensibility Kit for Beta 3 or what's the schedule here Thanks, Neno For everybody: The Team System extensibility kit is now part of the Visual Studio 2005 SDK and can be downloaded from here . ...Show All
