Benjamin Fallar III's Q&A profile
SQL Server DM Windows Forms Controls in November Feature Pack for SS2005
Hello, There is a download in the Feature Pack For Microsoft SQL Server 2005 - November 2005 for the Microsoft SQL Server 2005 Datamining Viewer Controls. Unfortunately I cannot find a shred of documentation for said controls. It would be nice to know what their names are, where they are installed, how you add them to your toolbox. Sample apps would be of great benefit as well (but I don't want to ask for too much). Here is the descriptio ...Show All
Windows Forms BackgroundWorker and exception handling
Hi, this is text from framework documentation of BackgroundWorker DoWork event: If the operation raises an exception that your code does not handle, the System.ComponentModel.BackgroundWorker object will catch the exception and pass it into the System.ComponentModel.BackgroundWorker.RunWorkerCompleted event handler, where it is exposed as the System.ComponentModel.RunWorkerCompletedEventArgs.Error property. But, in this code example, ...Show All
Software Development for Windows Vista windows vista installation
How can i uninstall windows vista codename longhorn is ist possible I have xp and vista on c: please help me Hi, you say download Vista from MS site, could you give me the link please. I'm absolutely dieing to try Vista but the MSDN subscription is very expensive. Do you know of where I could get it legally, because there are loads of places where one coule get it, ie, P2P, torrents. But I was wondering of you ...Show All
Windows Forms Creating a new record. PLEASE HELP!
Hello all, I need some advice on the steps to do the following: I have a form that displays details of Accounts. The form has navigation buttons to move through a DataView dvAccounts on DataTable dtAccounts. The form also has a "NEW"&nbs ...Show All
Visual Studio Express Editions Help with KeyDown or KeyPress
I am very new to VB but I am progressing well. However, I have tried numerous solutions to this problem and have not found the right answer yet: I want my program to do something anytime a certain key is pressed. It is not going in a textbox or form. So Basically something like this: If (The "5" Key is pressed) Then DoTheseThings() End If I need it to always be active. Any help Thanks!! ...Show All
Visual Basic Checking a running time in minutes and seconds against a standard time.
I am trying to create a way to check a time placed in two text boxes against a standard time in minutes and seconds. Then display whether the user met that standard or not in a label. I can set everything up, and figure out the logic, but I am having a tough time with the syntax for setting the string values from the text boxes to time values of minutes and seconds. This is for VB.net 2005 Help Scott Hi, ...Show All
SQL Server Making SQL Keywords All Caps
Is there a way to make keywords such as SELECT, FROM, WHERE, HAVING, AND, ON etc. always appear in all caps when typing queries n the SQL Query Editor I have looked in the Options under Fonts and Colors but I dont see a way to make these keywords all caps. Any advice is appreciated. Regards, Randy J Hi Randy, holding the Shift Key during the typing of the keywords :-) Just kidding :-) I don’t think that ...Show All
Visual Basic How to add to the base class library?
Suppose I have a simple class that I use so frequently that I don't want to have to add a referency to it for each new project, but wrather have it act as if it were part of the base class library. Is there a way to do this I realize that I could create a code snippet but I would wrather not have to see the code in my projects. Thanks, SteveJ You could create a new project, add the references you use most often, etc., and then sa ...Show All
Visual Studio Accessing tableadapter library?
Hello all- We've built a library of TableAdapters as our data access layer for an ASP.NET 2.0 project. That library is in a separate VB project we include in our solution. The rest of our code is C#, including code-behind for our aspx pages, so all the C# code is in a separate project of the solution. Works great. Now, come reports. In order to use VS 2005's designer to build reports, it has to know about the datasets of our tableadapters, and i ...Show All
Visual Studio target to copy files before it builds
I have a xml file in some directory, How can I copy the another file with the same name in the same directory before it builds. I know hot to do the copying part, but which target should i use to set it before it builds <target = beforeGet> Thank you I'd use BeforeBuild. More info on this is available at our blog: http://blogs.msdn.com/msbuild/archive/2005/10/12/480212.aspx . Neil ...Show All
Visual Studio Team System Is there an example of how to test web services using https with X.509 certificate
Any examples out there to test web services that require a client-side certificate using https I created the tests on my local machine without ssl and now am trying to enhance them for our larger test system. Can't record as we are using Smart Client WinForms. Actually, the problem migh not be the certificate but how to add a FormPostParameter with Username and password. Is this the same in Smart Client forms as in IE Thanks, Burk ...Show All
SQL Server How can connect SSAS w/o domain trusted connection?
I got error: An existing connection was forcibly closed by the remote host!! string connstr = "Provider=MSOLAP.3;Data Source=amsserver;Password=;User ID=administrator;Initial Catalog=MIP2ASProject" ; Client in XP, with AS9.0 provider installed, server is sqlserver 2005 in win2003 xp1. Both machines are not under domain controller... Analysis Services does not support non-Windows authentica ...Show All
Visual Basic SQL 2005 and VB.net 2005
I have a question dealing with SQL and VB. I have been looking for a way to "Browse" my SQL for different Databases for useage in my programs. Is there something I'm missing dealing with a way to browse the SQL My app under Access had a dialog to select which MDB you wanted to use. I know SQL is Different, Need to get list of Servers. Now I want to be able to have the client select which server to use, and which database. I don't use ...Show All
Visual C++ VS2005 - UNICODE - TreeView does not respond to change events in Win98/ME
Hi, Code is written in VC6 but compiled in VS2005 Beta 2. In Windows 98 & ME, click events for Treeview controls does not respond to click or change evens when clicked on child/leaf node. It works in 2000 and XP. Thanks, see the below link http://blogs.msdn.com/michkap/archive/2005/08/15/451653.aspx The pertinent text is : " In your class that uses the CTreeCtrl (e.g. your CDialog) handle ...Show All
Visual C# public variables problem
hi, i am usig this code to store a public variable to be used fro teh whole application with all its forms. using System; namespace Shefa { /// <summary> /// Summary description for public_class. /// </summary> public class public_class { public public_class() { // // TODO: Add constructor logic here // } private int active_person_id; private ...Show All
