Bill MacKenzie's Q&A profile
Windows Forms Make really useful DataGrid at last!!!
I seen DataGrid in NET Frameworks 1.0, 1.1 and 2.0. They all has the same problems which still not resolved: 1. they are slow. actually they are VERY SLOW at rendering! Try put about 10 columns and 1000 rows and scroll or select a range... ...Show All
Visual J# Hit a bug
Hi; I am getting the following: Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Drawing.SafeNativeMethods.Gdip.GdipMeasureCharacterRanges(HandleRef graphics, String textString, Int32 length, HandleRef font, GPRECTF& layoutRect, HandleRef stringFormat, Int32 characterCount, IntPtr[] region) &nbs ...Show All
SQL Server Why I can not deploy my report project?
Hi, all here, I am having a problem when trying to deploy my new report. The error message is like this: can not connect to the server, make sure the connection information is correct . But I have double checked the connection information, the server I tried to connect is the reporting server name on my local host though. (/localhost/Report Server). So what is the problem though. Did some body here ever occur this problem Thanks a lot f ...Show All
Visual Studio Team System unit testing asp.net custom providers
I am developing with VSTE for Software Developers and I have written a custom membership provider. I have also written unit tests for all public methods on the provider. I need to run all unit tests three times, each time, I need to change the values in the provider attributes defined in the web.config file. I cannot figure out how to create 3 different web.config files and have them copied to the asp.net output directory before ...Show All
Visual Studio Missing DLL when using MSBuild
Question: I got a build of my solution that has a reference to an external .DLL, in this case it is 'Microsoft.DirectX.AudioVideoPlayback.dll'. When using an team-build of this project on a remote machine it gives me a error. ''MSB3245: Could not resolve this reference. Could not locate the assembly" Why isn't the proces also copying this .DLL to the build-machine I tried to put the 'Copy Local' option to True but this doesn't help. Any ideas Wh ...Show All
.NET Development Where do I get development tools for x64
I want to port a Win32 application to XP-64 in 64-bit mode. Where do I get tools The blurb on Visual Studio 2005 is a little vague. It says Visual Studio 2005 Professional edition has 64-bit compiler support, but it doesn't specify whether its Itanium 64 or x64. MSDN lists a 64-bit compiler in the DDK section but doesn't provide much information on run time libraries etc. I assume the 64-bit compiler listed in the MSDN DDK section is bare ...Show All
Visual Studio Tutorial, Starter Kit, Sample code, FAQ
http://www.gotreportviewer.com/ ...Show All
Visual Studio Team System C# or VB.NET
It seems to me that all the code examples shown here and in the documentation are all based on C#. My client is completely standardized on VB.NET for all its developement and we are bound to this standard as well. For us, it would be nice if the examples were also available in VB.NET. Does anyone else feel that way or do we just have to bite the bullet and go for C# when we create tests Hi Roland, Yes, I ...Show All
SQL Server SSIS COLOur Settings
How Can I change colour setting in SSIS I want change the colour of link arrow Data Flow tab.For Example flat file source to OLe DB destination.I am a colour -bilind and I confuse which of them green or red. Thanks. Sadun_Ozcelep wrote: How Can I change colour setting in SSIS I want change the colour of link arrow Data Flow tab.For Example flat file so ...Show All
Visual C++ (Newbie) - getline - Import/Export file
OK There I go i'm having a Hell to understand how Import/Export file work in C++ i need to save stuff in a external file and get them later when i re-run the program. To be more specific, i would like to save ''accounts'' without using Databases. only to master Import/Export. I just don't know how to procede I tried something with getline() but every time I enter the information shown on msdn, I get an error saying it was expec ...Show All
Visual C# Partially cancelling execution
I'm trying to figure out the best way to cancel a computational task within an application. For instance, say I'm implimenting the Command Pattern . When a specific event occurs (esc button pressed) I'd like the currently running command (if exists) to stop executing so that the application can be immediately rolled back to the state before the command started. Another example would be the class I'm currently working on that I'd ...Show All
Visual Studio Express Editions User Input
Is there a VB2005 equivalent of the VB6 input box control Hi, Are you refering to the inputbox in VB6 which prompts the user of an input If so, Try This: Interaction.InputBox("Enter a Value:", "Input Box Sample") Here's the docs for that. cheers, Paul June A. Domag ...Show All
Windows Forms Just a small suggestion.
Just a thought, but since when you right click on the toolbox and click customize it takes so long to load..couldnt the default tabpage be the .net Framework components..it just seems to me that in a .net application I would want to use .n ...Show All
Visual Basic Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?
Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work Michael Seriously I read a few of your post, atfirst I can understand that you are pissed off. But then when I read a couple more, I totally think you should go do something else. I have the same problem with MySQL but I know its a B E T A, and people answering this thread is just like YOU and ME. Its not like every reply is OFFICIAL MICROSOFT SUPPORT. So STFU. Dont act like a kid that ...Show All
Visual Basic TreeView Control Arrays
Hi, In VB6 I wrote a form that had a control array of treeview controls. When upgraded to .NET - which does not support control arrays - it now does not work as there is no control array object in Microsoft.VisualBasic.Compatibility.VB6 namespace like there is for some of the other controls e.g. TextBoxArray Does anyone know of a way to emulate VB6 style control arrays for Tree View controls Regards Michael Green ...Show All
