Bklynjava's Q&A profile
Visual Studio Express Editions DataGridView1_CellContentClick' Doesn't Work For All Cells.
Visual Basic 2005 Professional: I have a DataGridView with 'ReadOnly' set to true in the Properties Window. I would like to have it perform an operation when any cell is clicked. In .vb [Design], I double-clicked each cell, and, it jumped to 'DataGridView1_CellContentClick' where I entered the instruction to perform. But, it only works for some of the cells in the middle of the DataGridView. The rest of the cells do nothing when they ...Show All
Visual C++ Turning a Visual C++ WinForm into a DLL
I have a WinForm app that I've created in Visual C++. For the most part it's managed, but I didn't write all the code so there may be some unmanaged code as well. I want to use the code as a DLL for another .Net C# project I'm working on. Currently, I've managed to do this by taking the following steps in my C++ WinForm. 1) Under Project's Property Pages, I've set Configuration Properties->General->Configuration Type = Dynamic Library (.dl ...Show All
Visual Basic "Undo operation on a component context threw an exception"
I have been developing an application with Visual Basic and I have been recieving this error more and more. It seems, according to the bug report, to occur most frequently with asynchronous callbacks. I am wondering if anyone has any further information on this error. The resolution in the bug report does not work - even with my async code with the workaround, I get the exception. As stated in other threads , this is not an easy error to debug b ...Show All
SQL Server Problem with SSIS Transaction...Transaction Scope
Hi, I am having some problem with SSIS transaction. Eventhought I tried to imitate the concept that Jamie presented at http://www.sqlservercentral.com/columnists/jthomson/transactionsinsqlserver2005integrationservices.asp . My workflow is as followed ********************************* For Each ADO.Record in Oracle (transaction=not supported) If (Certain_Field_Value = 'A') Lookup Data in SQL DB with values from Ora ...Show All
SQL Server Images aren't being displayed in deployed Reports
Hi everybody, When I develop and run (preview) a report in my machine (Vs.net 2003), the report is displayed correctly, including images. But, when I deploy the report to the server (Win2k Server), the report runs OK, but the images are not displayed! I've already tried everything I found in the internet about this problem .... changed the way of put the image in the report (Embedded, External), tried an image with only RGB colors, changed the ...Show All
Windows Forms Datetimepicker bug
i have a datetimepicker with a showcheckbox property set to true. I set the format of the date to MM/dd/yyyy so that i can input numeric dates. But everytime i input the numeric dates the cursor focuses on the checkbox control. This is obviously a bug. is there any workaround to this problem please help. To attempt to clarify your issue, you have a DateTimePicker on a form with other controls. Programatically setting the date of the DateTim ...Show All
Visual Basic Slow performance on Paint Event
I have added the code on the user control paint event and pasted 20 of this user controls on a form. At the runtime, it seems to be redraw everytime when the form switch from background to foreground. How can I stop the control redraw or how to improve the drawing speed Is it possible to freeze the form repaint until each controls completed the paint event Private Sub funcbutton_Paint( ByVal sender As Objec ...Show All
Visual Basic VB Futures, VB 2005 Essential Content, Other Content From PDC '05
Hi Forum Readers - I just wanted to give you a heads up about some of the pretty exciting announcements and content coming out of PDC '05 this week, so you can share in the fun. I discuss the overall activities and Essential Content available from PDC here: http://blogs.msdn.com/pauly/archive/2005/09/12/464207.aspx I discuss the announcements of LINQ and next generation Visual Basic features here: http://blogs.msdn.com/pauly/archive/200 ...Show All
Windows Forms Install Error
Wanted to install it and check it out and it wouldn't work for me (the client install) Got this error: "Unable to locate the localhost database. Please contact your network administrator and re-install this application" Then it rollsback everything. An ...Show All
Visual Studio VS 2005 and SourceSafe 6.0c
I've been using VS 6.0 for years and this all worked so seamlessly, so I'm really disappointed that I'm having such a hard time with this. In VS 2005 (from my workstation), I create a new website on my development IIS server. I want to add the entire site into SourceSafe, but when I do, it says: Microsoft Visual Studio cannot add FrontPage Web Sites to source control. Use Visual Studio to save all Web Site files. Then from th ...Show All
Visual Studio Why isn't there a "no filter" option in dexplore?
Dexplore Express beta 2. For Visual C#/C++/WebDev (and probably SQL/J#/VB) Express. I can't seem to find the "no filter" option for Document Explorer. This means I must browse the indexes and contents using a filter. In VS 2003, you had the option of not having a filter so you could see all the topics in the help collection. However, for VS2005, there is no way to see all the topics. To workaround this, I have to use FAR to add my own filte ...Show All
Visual Studio Team System Issues with moving TFS to a new domain
Hi Over the last month or so I've been trying to move our TFS from one W2K3 domain to a different one. Having followed the guides I always have problems and I think I know where these problems stem from but I don't know how to fix them. One of the first steps in moving domains after stopping the TFS services is to join the new domain. It is here I think the problems start. Once I have joined the new domain, I can no longer look at any T ...Show All
Visual C++ msvcr80d.dll not found
I've created a simple Win32 console application. When I try to debug it, I get the message: "This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix the problem." The Release version runs fine. Any idea as to what the problem could be Thanks, Jonny This means several things. a) your console application does not have manifest. Either embedded inside or ...Show All
Windows Forms XPanderControl
I see there is no code for the XPanderControl and there is no info available on it on the Vertigo site. Will this be made available or can I use the XpanderControl DLL in commercial projects The source for the GDI+ binary con ...Show All
.NET Development Bad Data problem...
Hi all, I have just ported my .NET 2003 project to .NET 2005. No major problem was experienced during the porting. However I am now getting the following error: "System.Security.Cryptography.CryptographicException: Bad Data." Any suggestions on how I can get around this problem A number of sites that I visited suggested deleting all my cookies, this I have done, but I am still getting the same error. Mike55. ...Show All
