amaly0827's Q&A profile
Microsoft ISV Community Center Forums Copying range of cells to another worksheet without copying the drawing objects
I want to copy a range of cells from one worksheet to another without copying the enclosed drawing objects (like arrows). I use the following code, but it copies everything including the arrows. Worksheets("Blank Item").Range("A1:AY190").Copy Destination:=Worksheets("Item Entry").Range("A1:AY190") How can I get the copy to only copy the cells themselves Use the cli ...Show All
Visual Basic Image extraction from ActiveX by help of addin
Hi All I got stuck in a situation of the tool development. Actual scenario is to extract all the details of the project of ActiveX control by help of add-in and present the information. I was quiet sure of many areas but got once stuck at the place of extracting images from the image control. i am not able to figure this out.. Any help on this is appreciated. Thanks in advance. Ashok ...Show All
Visual C++ VC++ 6.0 standard - install error
I have an old version of Visual C++ 6.0 std version that I used years ago on my Win98 computer. I have since changed computers and have Win XP Professional now and am trying to re- install the Visual C++ 6.0 standard version for my son to use. I get past the license agreement and entering the code - then get error: c:\windows\system32\autoexec.nt not suitable... and my options are close and cancel. If I close instead of cancel out I continue on ...Show All
Windows Forms Customize Setup
I am using Visual Studio .NET 2002 and I am trying to create a setup project foar an application. The setup should allow the user to enter an IP address for an application server. I am using Textboxes (A) for this. My problem is that I am trying to create this setup for different clients, that have different default IP addresses. Currently, I have n setup projects (for each client), but I would like to create only one. I thought of read ...Show All
.NET Development the order of null in a comparision
hi, Someone told me that the order of null in a comparision would affect the performance of the statement. he said that if (null == someobject) { .... } would yield in a slightly better perfomance than if (someobject == null) { .... } have anyone ever heared something like that anynote or hint thanks I also want 2 know abt this. bcoz i also ...Show All
.NET Development How to get the ip address of a printer?
Hi all, I have a network printer, how can I get the Printer Ip address from The Printer name is there any classes or functions to do this Thanks. Hi, thanks for your reply, but the question is get the Printer's IP address, not the ip address of the host which printer installed on. I install a network printer, which port is "ne4" and the port is TCP/IP standard Port, whose ip address is 192.168.0.2, My question is ho ...Show All
Visual Studio PLK
I requested a PLK and got one using an old package guid. I really need to have the PLK regenerated for my new package, but I cannot do that on the VSIP site. I tried copying the original guid over into the new package, but the Load key fails with "invalid key authentication" . What do I need to do to get this working i did and got a new key. i still get the failure in the key. i am using a managed ...Show All
Visual Studio Team System Subfolder overwrite issue in Team System RTM
Hello, We've run into a frustrating problem with the Team System RTM involving drag and drop operations in the IDE that overwrite files in subfolders. The issue is illustrated here with an animated GIF movie: http://blogs.vertigosoftware.com/teamsystem/archive/2006/03/31/Subfolder_overwrite_issue_in_Team_System_RTM.aspx James Manning confirmed this as well, so I think it's a bug in the RTM. I need to figure out a few things now: 1) Can anyone ...Show All
SQL Server SQL Server 2005 CTE reports wont deploy...
I am currently using my SQL Server 2005 Developer Edition MSDN disc to create multi value reports demonstrations, and i couldnt be happier with them (Thanks guys! ;-)) the problem is that they wont deploy, giving me the error A connection could not be made to the report server http://localhost/reportserver The attempt to connect to teh report server failed, check your connection information etc. etc MICROSOFT.REPORTINGS ...Show All
Visual C# What does this error mean?
I recently started learning C#, and I am now trying to play a video file in it. I tried out something simple as follow, but i get error when I try to debug this. (Without debugging it doesn't give any error which is strange) The error is included following the code: private void button1_Click_1( object sender, EventArgs e) { Thread aba = new Thread ( new ThreadStart (targ)); aba.Start(); } public void targ( ...Show All
.NET Development How can remove the xml name space attribute from query result in SQL 2005? Many Thanks!
How can remove the xml name space attribute from query result in SQL 2005 Many Thanks! I store a XML content into a typed XML field in SQL 2005 database, when I run the code below, I get the Result 1. I hope that the xml name space attribute isn't diplayed in query result, it mean that I hope to get the Result 2. how can I do select Bookmark.query(' declare namespace x=" http://www.hellocw.com/onlinebookmark";//x:Bookmark[@Id="f8dce8hj-846c-4e ...Show All
Windows Forms Unable to change the backcolor of the menu strip.
Hi all, I'm unable to change the backcolor of the menustrip. I tried changing in the property and in the code but no use. I've coded it as Me.MenuStrip1.BackColor = System.Drawing.Color.White But the color I have is Maroon. any help ...Show All
.NET Development WinForms GUI TEST tools?
Hi! I am looking for some GUI Test tools for a windows forms app. Do you know some good regards, gicio To follow up for those interested. NUnitForms does compile and works against NUnit 2.2.6 (for .net 2.0). So NUnitForms remains a strong tool to use on .net 2.0. Cheers, Johnathan ...Show All
SQL Server SQL Server June CTP Installation With SQL Server Express
Hello, I have installed a copy of Visual Web Developer Beta over the Internet which comes with an April version of SQL Server Express. I tried to install SQL Server 2005 June CTP on the same machine but it says it has incompatible beta components from Visual Studio or SQL server. Does this mean that the two can't co-exist on the same machine Hello. 1) Stop and disable SQLEXPRESS service in one of the service m ...Show All
Smart Device Development How to Display Modal Dialog?
Basically, I have a fairly straightforward question. How to display a modal dialog form and then return to the calling form. Most of my experience to date is with VB6 and I'm probably just going about this the wrong way. I'm using the following code to display a Help|About dialog from a menu click. Fairly standard. private void mnuAbout_Click( object sender, EventArgs e) { frmAbout frm = new frmAbout(); frm.Sh ...Show All
