The One's Q&A profile
Visual Basic Picture Box and Track Bar Transparency
Hi to all, how can i make my picturebox and trackbar transparent. Is there any way i can do it Help me please;) Thanks Hi To make a picturebox transparent, You can set the backcolor of the pictureBox using: pictureBox.BackColor = Color.FromArgb(150, Color.Orange) ...Show All
Visual C++ Can't Get the Form to appear
I have a program that I am working on. I have run into this problem countless times and it is strange to me that it works sometimes and other times does not. I have created an application using Visual C++ .NET 2003 standard. Here is an example of the situation. I add a new form called aboutDialog. Set the form properties. In another form I add the #include "aboutDialog.h" In the code I have the following: &nbs ...Show All
SQL Server Upgrade Express to 2005 CTP
Is there a way to upgrade SQL express 2005 to SQL Server 2005 CTP Upgrades via Setup are not yet supported. You will need to uninstall Express, install the full CTP, and then attach your databases. Note: Uninstalling Express will not delete your databases. However, it will remove any users, jobs, etc you created. Dan ...Show All
Windows Forms Model View Controller
Hi All! I'm looking for articles, turorials or books on how to implement the model-view-controller (or model-view-presenter) pattern in a .NET windows forms application. Any suggestions on this matter Regards Pelle martin fowler article explains MVP and it's advantages over MVC. http://www.martinfowler.com/eaaDev/ModelViewPresenter.html ...Show All
SQL Server Data & Log File Location on RAID 5
Hi! I searched for an answer on this, but did not find exactly the info I am looking for . . . With SQL 2005 I assume it is still appropriate to put data and logs on separate physical drives for best performance. However, I have only one RAID 5 for data and logs. Does it help to put these on separate partitions on the same array for data and logs or should I not even bother since it won't be separate physical disks Thanks! ...Show All
SQL Server Problems with remote SQL 2005 server and excel as an input source
Hello, I am trying to write my first couple Integration Services packages using SQL 2005. My configuration is a workstation running windows xp professional, and a windows 2003 server that is running the SQL server. Anytime I run a package that accesses the remote server from my workstation, the job fails with an error code. The workstation cannot seem to run a package to load data to the remote sql server. Why is thi ...Show All
Visual C++ AFT_EXT_CLASS Query (Urgent!)
Hi, I am using a face tracking sdk which provides... libraryx.lib,libraryx.dll and libraryx.h in libraryx.h the contents include a c++ class defn which i need to instantiate to make use of the library. class AFT_EXT_CLASS libraryx{ // -- class defintion } Now how do I use it.... I have my main class (my_proj.cpp) which #includes the libraryx.h, I also have added stdafx.h and stdafx.cpp files in my project. (see end for bot ...Show All
Windows Forms Cannot Connect To SQL Server
I am not able to connect to a SQL 2000 database running on Windows 2000 Adv. Server from a Web Service. I can access a copy of the database found in SQL 2000 on Windows NT server. DNS is used when accessing the web servic ...Show All
.NET Development TcpListener and TcpClient ports
I have searched for the answer to this question but I find conflicting information in most references to it that I could find. As I understood, when a listener on a server receives an incoming connection request from a client, the newly created TcpClient object on the server connects to the client using a different port so that the listener can continue to listen on the listening port. This implies that multipl ...Show All
Visual C++ C# to C++
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Map_Maker_Worker { /// <summary> /// Dialog for a useless application that runs a checksum on multiple maps. /// </summary> public class frmSigner : System.Windows.Forms.Form { private System.Windows.Forms.Button btnSelectMaps; priv ...Show All
Software Development for Windows Vista Install Sept ctp
I am using team suite beta 2 (.44 build) and installed the sept. runtime, sdk, and vs extensions on 2 different machines, but the WWF projects never show up in the New Project dialog. Also opening a sample (DocumentReview) tells me that the "project type is not supported by this installation". DanHaligas wrote: http://www.microsoft.com/downloads/details.aspx familyid=7096d039-2638-4f63 ...Show All
Visual Studio VS 2003: Add-Ins Not Showing in Tools Menu, But Showing in Add-In Manager
I've had this problem with a couple VS 2003 add-ins. The add-ins install successfully. What happens is the add-ins show in the Add-In Manager, but they don't show as available under the Tools menu. The Add-In Manager shows the add-in as set for "Startup," and the registry keys are in the right places. I've even run regasm on the assembly dll. It just won't show up. Any ideas Thanks! -Auri Where did you put your .addin file Try ...Show All
Visual Studio Express Editions Null for Rows?
Hello, I have made this dataGridView, and a button... the button will build a XML file into a form that I have set. But if I leave the Data in DataGridView to nothing, then it wouldn't build the XML with nothing... It simply would say that there is the NullException Error... I am wondering (both ways are fine to me) that if there is a way to validate (if it is Null) before it process it to XML or just force it to XML form and save it which in XM ...Show All
Windows Forms MSAA accDoDefaultAction not working for form menu items
There seems to be a problem with MSAA's handling of accDoDefaultAction for menu items. The problem can be reproduced using MsaaVerify as a test case and AccExplorer 2.0 as a test harness: Steps to reproduce: 1: Start MsaaVerify 2: Start AccExplorer 2.0 3: Select MsaaVerify's window with AccExplorer 4: In AccExplorer, navigate to the 'About' menu item 5: Def Action should show 'Execute' 6: Push 'Do It' 7: MsaaVerify's 'About' box should appear, ...Show All
SQL Server How can I configure sql mail in sql express?
is that possible You asked about SQL Mail, thats a specific feature of SQL Server and it does not ship in Express. This is also true for Database Mail. The current version of express has as a reporting solution the report controls that are part of VS. An express version of Reporting Services will be made available, but its not part of Sept CTP and I am not sure if it will include sending mail ...Show All
