DvDmanDT's Q&A profile
SQL Server can we automate the data mining models management?
Hi, all here, I am having a question about automating data mining models managements. As we know in many businesses, patterns vary very frequently, therefore, the mining models created will need to be created again afterwards according to new rules appearing in the data. But can we make all these process automated like automatically assessing the mining model accuracy and automatically recreate the mining models based on predifined specificat ...Show All
Windows Forms Help with custom control properties
I am a newbe only 6 weeks I am trying to create a custom control that contains two DataGridViews and a ToolBar for a header. The idea is to have the main gridview hold information on say "customers, companies" and so on and the second to contain extra information and one link column to bring up the second grid when clicked but directly under the row selected. Everything works great and when i drag my control from the toolbox e ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Basic question: Transforming a vertex is shaking my worldview
Wow, I always thought I had had matrix transformations pretty well figured out until now. So say I have a vertex, conveniently located at the origin (0,0,0). If I want to apply a transform to this vertex -- namely, a translation, I could do something like this: Matrix translationMatrix = Matrix .Translation(100.0f, 50.0f, 0.0f); // a simple 2D translation Vector3 myVector = new Vector3 (0, 0, 0); myVector.TransformCoordinate(trans ...Show All
Visual Studio Team System Still not getting alerts
I am using Beta 3 TFS, and still can not get the Alerts to work. We have an Exchange Server that uses Windows Authetication. I have confirmed that the smtp server is declared in the web.config file. I have signed up for alerts under the Team Project. I have even changed the 'eSwitch' value to 3 as I have seen mentioned in other older posts in order to generate a log file. I do not get any emails from the system, and also do not see any kin ...Show All
Visual Studio Team System Sharing FxCop project
Hi, I'd like to know if there is a practical way to share an FxCop project between different developers and code reviewers. If you share the project through source safe I guess you would have to chek it out everytime you exclude a message or select/deselect an assembly for analysis and then check it in again for someone else. The goal would be to give all developers the same settings for a particular project, same excluded messages, etc. Any i ...Show All
Windows Forms Problem in using Excel Spreadsheet control on C# WinForm
Hi All, I am using the " AxMicrosoft.Office.Interop.Owc11.AxSpreadsheet " excel control on C# WinForm. I am writing the data on the Cells at run time I would like to do formatting of the cells like Bold, Merge etc. When I do in C# " _axsInkSeparationParameters.ActiveSheet.Cells.Font.Bold = true" it says Error: "try directly calling accessor methods 'Microsoft.Office.Interop.Owc11._Range.set_Bold() " But th ...Show All
Visual Studio Express Editions Memory usage
I wrote a very little test application with only one form, two textbox, one combobox and a button without a sigle line of programming, after publishing I run it and I found a memory usage, reading task manager panel, of more than 30.000 KB. Is it possible than a so little application uses more memory than Word (15000KB) on my system (Windows 2000 professional). How can I reduce memory usage ...Show All
.NET Development Windows Forms and XAML
What is XAML And how one can do programming with it Is it supports both for windows application development and web application Any one is having good material on XAML Thanks in Advance.. XAML is a Markup language for creating UI. This will be supported in Avalon, which is the display subsystem for Longhorn, the next version of Windows. You can get more information from http://msdn.microsoft.com/longhorn/ Rgds, Anand http://www.do ...Show All
Visual Studio Get SQL Server Name
How can i retrieve the name of the SQL Server among the network using VB 6 Code Hello Ryan, I'm not sure that this is a Crystal Reports question. You might want to try posting this question in another forum. Keith - Business Objects ...Show All
Visual C# How good is the garbage collector?
Just how good is it Is it a C# feature or .NET Framework feature Thanks Personally I have found the .NET garbage collector to be very efficient and well-implemented. Usually it just works, but you should understand how garbage collectors work so that you don't run into a "mid-life crisis" . (This is true of any programming environment, though.) Check out the CLR Profiler (available free from Microsoft) an ...Show All
Windows Forms autoincrement field and binding
Hi, how to get same result from binding controls during runtime (from code) and binding them in design time, using in VB .NET 2005 beta 2 I have simple table (SQL Server): autoincrement ID field and two fields (FirstName, LastName). When I connect all necessary parts (3 textboxes, listbox etc.) during design, it works fine including process of new record adding (click on BindingNavigator button AddNewItem clears fi ...Show All
Windows Forms 'Load Report Failed' with CR from .Net 2003
I have an app developed in VS.net 2003 that targets the 1.1 version of the framework. I also have a setup package that deploys all of the required merge modules for crystal reports. When I run the app on XP or 2000 boxes, every ...Show All
Visual Studio Express Editions How to create an Icon image file
Hi team, I have been trying to create an icon file for my new project. But I have been totally unsuccessful and I am confused. Since I have never done this before I must ask the question that is probably obvious to everyone else. What makes an Icon file an Icon I know that it has an extension of .ico but there is more to it than renaming a 32 x 32 pixel bmp to an .ico. Is it the size Some internal header data When I try and add a resour ...Show All
SQL Server SQL Server 2005 trial - which file to download?
Hi all, I am extracting SQL server 2005 trial edition to my flash memory hard drive. Hence suppose I should download one of the following three files: " Self-extracting executables: X86 Executable X64 Executable IA64 Executable " But which one should I choose based on what criteria (This point seems clear to everyone but myself, even after I went through all the docs on the download site) ...Show All
Visual Basic Menu Color
I want to set the background of my form to the be color of the very right hand side of the menu control. This color does not seem to be stored in the system colors. Is there a way to figure this color out Hi Grant, If you are refering to the menu strip control in VS 2005, I dont think you can get a standard system name for the color on the right hand side. The rendering of the menu strip control is managed b ...Show All
