antonella cavalleri's Q&A profile
Visual C++ dialogs
hello, i just started programming using this software and i was wondering if anyone could help me. given i have 2 dialogs. how do i add the 2nd dialog class as a variable to the first dialog class thanks! First, you need to #include the header for the second class in the cpp file of the second dialog. Then you can just create instances as you would any other variable. That's assuming you o ...Show All
SQL Server Query on Custom source Component
Hi in the acquireconnection method Using the below statment I can get a connection Object oledbConnection = cmado.AcquireConnection(transaction) as OleDbConnection; from the connection object I can get the connectionstring from the object by calling oledbConnection.connectionstring() property which will have all the details like DataBase, UserName & other Inofrmation but there is no password Info. How to get the password I ...Show All
Smart Device Development Close CameraCaptureDialog and ShowDialog
Hi all, I need help because I'm developping an application in C# on a WM5.0 smartphone (C600). In this application, I use the cameraCaptureDialog to take picture. Here's the code : public partial class Form1 : Form { public Form1() { InitializeComponent(); CameraCaptureDialog cameraCapture = new CameraCaptureDialog (); cameraCapture.ShowDialog(); } private void menuItem1_Click( object ...Show All
Windows Forms An error occurred while parsing EntityName
HI, there! I get this error for every windows form I try to open in the designer of VS2005 Professional - C#, for almost every .NET Framework 2.0 sample project downloaded from www.windowsforms.net; when I create my own projects, everything works just fine; what could be the problem The sample link: http://www.windowsforms.net/Samples/download.aspx PageId=1&ItemId=200&tabindex=4 Thanks in advance! An error occurred while pa ...Show All
Visual C++ operator const char*
Why that the function c_str and operator const char* didn't return the same value in this code #include <iostream> using namespace std; class MyString { char * buffer; int length; public : MyString( const char * pChaine); ~MyString(); const char * c_str() const ; operator const char *() const ; }; MyString::MyString( const char * pChaine) {   ...Show All
SQL Server Enterprise Publisher to Express Subscribers (2005)
I implemented a merge replication publication on a SQL Server 2005 Enterprise instance on a test server. On my laptop I have VS.NET 2005 installed with SQL Server 2005 Express. It's my understanding that I can subscribe to a publication with Express. I also have SQL Server Workgroup installed on my laptop so I'm able to use Management Studio to control the Express instance. The first issue I encountered was that you cannot subscribe to a public ...Show All
Visual C# how to use mssql in visual C#.net
any tutorials i seem cannot find Hi, http://www.c-sharpcorner.com/Database.asp ...Show All
Microsoft ISV Community Center Forums Business Scorecard Manager 2005 Webpart problem
Problem with the Business Scorecard Manager 2005(Maestro) on an Analysis Services cube of SQL Server 2005 Apr CTP While using the Office Report View Webpart (Pivot Table) in WSS, cannot see the Toolbar with the Save option. So if i create a Pivot table with the Dimensions & measures, click another link and come back to this page, the Pivot table gets reset without any fields Any solution Per one of our support engineers: The Busin ...Show All
SQL Server Updating data
Hello. Is it possible to somehow update data as it is copied from source to destination using SSIS. Currently I extract data from Database A, load it into database B, then clean/update the data in database B and then load it into database C using DTS on 2000. What I would like to do is extract data from database A, clean/update it, then load it straight into database C without having to load it into database B first. I am unable to c ...Show All
SQL Server Can't Create a stored procedure in SQL Server 2005 from VS 2005 using C#
When I create a stored procedure in VS 2005 using C# and deploy it to the server I can't execute it there and here is the error message: Msg 6522, Level 16, State 1, Procedure GetAll, Line 0 A .NET Framework error occurred during execution of user defined routine or aggregate 'GetAll': System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral ...Show All
Windows Forms VB to C# ?
Can someone tell me how to "translate" VB code to C# in one class I have this: Private Sub Class1MouseDown() Handles Class2.MouseDown and in the other declared: public MouseDown() and somewhere in some function: RaiseEvent MouseDown() So, how to do this in C# ...Show All
.NET Development Problem with OleDb...or sqlserver...
Hi, The reason i am positng this is because i am having an error using SQL SERVER 2000 with OleDb on .Net 2005. This is the situation: 1. Database running on a server. 2. Two clients connect. 3. There's a table that represents a tree like this: -------------------- GROUP groupID parentgroupID Name -------------------- 4. Both clients access the tree. One of them deletes a group and commits. ...Show All
Windows Forms Textboxes & Text Files
I am trying using the readline event to copy the contents of a text file into 5 seperate textboxes. The lines of code contain commas. Can i use the comma as a marker. Please can anyone help Thanks Peter. Joe. Thought I would write ...Show All
Windows Forms Close button problem...URGENT!
Anyone know how I can conrol what happens when a user presses the close button on the for ( the x int the top right corner). My problem is that the form doesnt close when the button is pressed. Please help!!!!! Fou ...Show All
Visual Studio Team System Where to find "Network Requirements and considerations - Firewall" docs
I am installing a new TFS in dual server configuration with a dedicated build server. We run a distributed multi-tier environment with hardware firewalls between each tier. I am trying to find out what firewall requirements exist between each of the three servers and have not had any luck. The file 'TFSAdmin.chm' has a topic on firewalls but it is only a placeholder at the moment. TFSAdmin.chm - Team Foundation Server Product Overview &nbs ...Show All
