Gogula's Q&A profile
Visual C# italian language helping?
Hi everybody!!!:) I'm an italian girl, ad i would like to know if it's possible to view and hear the helping tool in may italian language i can't understand very well in an another language different from mine. Please help me. ...Show All
SQL Server REPLICATION with partitioning
two questions: Im using Snapshot replication; 1. how can I replicate database1.table1 to database2.tablex1 by default replication will replicate it to database2.table1 2. If i have database2.table1 sitting on 10 partitions where table is partitioned on PK_x where x is divided by 10 how can i make tableX1 to be a member of database2.table1 sitting on the 7th partition. that is pk_x = 70-79 partition schemes and function are already set thanks 1. when creating your articles, you can set the destination object ...Show All
Visual Basic Protecting Class Library DLL's?
I originally posted this on VBForums.com, but haven't received any replies yet, so I thought I'd try here. Anyway, the project I'm currently working on is getting quite large and we are looking at breaking a few components of the software off into manageable class libraries (i.e. DLL's). I've been experimenting with it over the past few days and the problem I'm finding is that the DDL's are insecure. What I mean by this, is that when we distribute our software to the public, anyone with Visual Studio 2005 will be able to create a VB application, then add our DDL's as references and viola, they now have access to the internal functionality a ...Show All
Windows Forms Do you need "Microsoft Visual Studio .NET 2003"?
And if so, I do not have this, can you download it somewhere for free Hi, It is not mandatory to use VS.NET 2003 for building applications with the .NET Framework. You can use the SDK tools from command line or a free IDE such as SharpDevelop: http://www.icsharpcode.net/OpenSource/SD/Default.aspx You cannot download Visual Studio.NET 2003 for free but you need to buy it: http://msdn.microsoft.com/howtobuy/ Regards, Vikram ...Show All
Visual Basic Field names
hi all. i want to know what code to use to change the name of a field (of say a checkbox) if a condition is met while the program is running. is it therefore possible to name 5 checkboxes: P1, P2, P3...P5, and then use a variable, (eg : choice) to assign functions to the fields. eg: P(choice).value = True thank-you for your help. You can't rename a control on run time. But you can change other properties. Best regards. Fernando Cardoso ...Show All
Visual Studio Team System When does TeamBuild get the BuildTypes?
When I start a TeamBuild going for a build type, I get asked where to get put the code, but what process / Target actually gets the BuildType folder, or is this part done outside of MSBuild i can see that CoreGet gets the source tree but this is some time after the BuildType if made availabe. Thanks for your help Graham Yes - as you have already guessed, getting the contents of the buildtypes folder is obviously done before the tfsbuild.proj is built by MSBuild. The build agent on the build machine syncs the requisite tfsbuild.proj file onto the build machine before the MSBuild process begins. During tfsbui ...Show All
Visual Basic Error- Could not load file or assembly
I have two projects in a solution. One is a class library with my FTP, GPG and some other classes that get compiled into a dll call CBI.Utilities. The other is my main app which in a few places call the ftp class. I added the reference to the main solution by browing to the project from references under the main solution and now I get this error when I try to instantiate the ftp class. "Could not load file or assembly 'CBI.Utilities, Version=1.0.2053.21021, Culture=neutral, PublicKeyToken=78bbe40a91a1660e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: ...Show All
Visual Basic Rotating an image or bitmap object
Hello, I'm looking to (through code) rotate an image or bitmap object. It has to be to any angle, too, not just 45 or 90 degree intervals. I HAVE code to do this, however, the centerpoint for rotation ends up being the top-left corner of the bitmap. I need it to rotate from the centre. Thanks in advance to anyone who can help. http://www.codeproject.com/vcpp/gdiplus/gdiplusbrushes.asp That program allows you to load a bitmap, and enter translate and rotate parameters and see the result. ...Show All
Windows Forms How to Unselect item of ListBox?
Hi, My Window Form ListBox lbxQuyen with SelectionMode MultiExtended. I use the following code to unselect all Item in ListBox, for(int k=0;k<lbxQuyen.Items.Count;k++) { this.lbxQuyen.SetSelected(k,false); } But this code not run well. When I debug this, lbxQuyen.GetSelected(k) is not false. Could you tell me why Thanks Oh, Something seem good as you tel ...Show All
Visual Studio Team System Security Settings for client not on domain to connect
I notice that a machine we are testing with team system that is not on the same domain as the team server (simulating a developer working from a remote location) has issues connecting to the team server. The user has a domain account and is a member of the test project. Specifically, when the user tries to connect to team server from the machine that is not on the domain, he receives the following message: Unable to connect to this team foundation server (ip address). Team foundation server URL http://ip_address:8080 . Possible reasons for failure include - the team foundation server name, port number, or protocol is incorrect; - you don't ...Show All
SQL Server Inconistent time out error during update operation.
Using our ASP.net application we are getting inconsistent results when we are trying to update a table with more than 15 update queries sequentially. We are using Merge replication in our SQL server database. On updating one row, it invokes a trigger to update another table and one more trigger for the merge replication. At only few instances, the update operation fails and it reports "Time out expired" error. We are not able to simulate this error in the Test environment since it does not have replication. Can any one help me in resolving this issue. Please advise . Hi Krithi, Is this ...Show All
Visual Studio Addin Menu Clicks firirng too many events
I have 3 menus with events and I am getting really weird results on menu events. All menu events are firing on any single menu click. Here is the relevant code. Public Class Connect Implements IDTExtensibility2 Public Shared oVS As DTE2 Dim _addInInstance As AddIn Private cmdbar As Microsoft.VisualStudio.CommandBars.CommandBar Private WithEvents mnuAbout As CommandBarButton Private WithEvents mnuSetup As CommandBarButton Private WithEvents mnuTest As CommandBarButton   ...Show All
Visual C# Class View
hi.. Is it possible to take the printout the contents of Class View or can i copy that and paste it to word document for my documentation process. Or is there any other way to get the Class Hierarchy of whole project done in C#. Thanks Hi, there is no way to copy paste the class hierarchy, unless you use a Class Diagram and map out the classes. The other way would be to take a screen shot of the Object View from VS05 and paste it in Word. Of course if you use XML comments for your classes, then when compiled with the documentation switch an XML file is generated which has the compelete hierarchy. R ...Show All
Visual C++ OpenMP Suport
Is OpenMP not supported in the Express Edition I turned on the compiler switch but it complained about not finding the files. I seareched my disk for the necessary files (omp.h, vcomp.dll) but they werent found, so, I guess they wrent included in the installation of c++2005 express. Do I need to get Pro Thanks in advance! Joe Allrighty....finally found a product page.... OpenMP is NOT supported in Express or Standard. You need at least Pro if you want to use OpenMp. http://msdn2.microsoft.com/en-us/library/hs24szh9(VS.80,d=ide).aspx Joe ...Show All
Visual C# Ghost Variables?
I am currently developing an Order Entry application in C#. The order entry process follows a wizard-like format. We have a class, WizardBase, that contains the screen to display. At one point, I had enabled /unsafe code in the project properties. I had also enabled Optimized Code. One of my team members noticed that he couldn't properly declare variables in any function. We tried, and the variable declaration was sporadic at best, most times it didn't work at all. Here's an example of what I am saying: int i = 0; Breaking on this declaration and viewing i in the watch window, would report "i does not exist in the current ...Show All
