Confused999's Q&A profile
SQL Server Assistance on implementing Data Mining
Hi, I'm new to SQL Server and data mining, so please forgive my ignorance... I'm working on a project which requires me to use the datamining provided by SQL Server 2005. I've a table for which i want to predict the values in a table (Encyclopedia) The table contains the following fields: Component Major Attribute Minor Attributes(which is basically a list of CSV for attributes in no particular order) I want to predict the component if i enter the attributes ..... my questions: 1. Should i change the table structure in any way to assist in data mining 2. What model would be preferrable 3. If i'm using the model ...Show All
Visual Studio Tools for Office vsto 2005 Schma file deployment
hi i have vsto word project deployment scneriao is n/w to n/w [i.e word is hosted in wss and server as a template for document Library.] i have a schema file. how to / where to mention path of schema file so that when user open word document from his m/c , schema file gets downloaded from the server location specified "somewhere " ..... in some manifest file ....... nilesh shah. Here are two great resources you can review that will explain the process of deploying your app properly. Thanks! Mike Hernandez Community Program Manager VSTO Team VSTO Deployment These whitepapers are interrelated, s ...Show All
Visual Studio Side By Side Installation
Hi I am looking to move from .NET 1.1 to .NET 2.0 for all new projects but still have to support those existing projects written in .NET 1.1. I realise I can install V1.1 and V2.0 of the framework on the same machine, but am I able to install Visual Studio .NET 2005 on a machine that has Visual Studio .NET 2003 installed on it without causing problems for maintaining those existing applications Regards Smeat I have both VS2003 .NET and VS2005 installed. It works, if you double click a project it usually try to open with VS2005 so I usually start the environment I want to work with first and then load the pro ...Show All
Windows Forms selecting text and check for spaces
Hi there, I am developing a tool which generates notes. The requirement is that the created note can not be longer than 400 characters (including spaces) If it is over 400 characters the color of the font is changed and the first 400 characters are copied to the clipboard. There is only one problem. It cuts the note exactly at 399 characters, hence it could cut a word. How can I check for the first space below 400 characters in the text so the word will not be cut Thanks heaps. Chris That is how I change the color of the font. string strAll = richTextBoxPrintCtrl1.Text; string strColor = strAll.Substring(399 ...Show All
Windows Forms folder browser doesn't show folders
Hi, I am using c# 2.0 (framework 2.0). We are using folder browser control. When I run the application from vs.net 2005 IDE, and ask the application to show folder browser..it shows the folder browser box with ok and cancel buttons only. It doesn't show the folders...so user can not select any other folder. However, if I run an EXE of the same application and run it ( i.e. now not from IDE) then it works just fine, and available folders are shown, and user can select it. Can anybody guide, how do I see it even when the application runs from IDE. Thank in advance. Regards, Pravin Have you marked your Main thr ...Show All
Visual Studio Running Document Table
Can any one please clarify me about the running document table in VSIP. can we extract the values from it One use of the enumerator would be to enumerate all open documents to see if they are dirty. I did this today for Team Foundation integration. We iterate through the RDT to see if any documents in hierarchies "of interest" is dirty so that we can prompt the user to save them. To do this you get the RDT enumerator and then call GetDocumentInfo function to get it's hierarchy, persistance info, etc. ...Show All
Windows Forms Occasionally Connected Clients & ClickOnce
Hi, I have a occasionally connected smart client application which uses the central SQL server database when online and uses small footprint file based database as local datastore in offline mode. One of the advantage of going for smart client was: use of local resources / responsiveness. The application also has to offer self update capabilities. Is ClickOnce right fit for Occasionally connected clients Is it better to use MSI instead of using local offline app from ClickOnce Cache (as it will have to write to local database). Your thoughts please. Thanks, YT76 I think you can use either deployment approach for O ...Show All
Visual FoxPro FoxPro won't run. Fatal Error - C0000005
Hi I've been working away in FoxPro for the past few days and then this morning, after using it for a couple of very productive hours, I suddenly got this error when I tried to start it up. Fatal error: Exception code=C0000005 @ 05/25/06 03:28:35 PM . It gets as far as showing the menu and the various things like the command window and then gives the MSoft error message. It shows as error 1000 in the Windows error log. I'm using VFP9, SP1 on XP with latest SP. Standalone PC. There's nothing major I've done this morning to change my PC. Since then I've: * Checked the registry * Virus checked it * checked that all the har ...Show All
Visual Studio Express Editions Learning Resources Zip File
I was going throught videos on learning Visual Basic 2005 Express Edition and in lesson 2 (I just started) he says that you can download a learning resources .zip file from the location where this video was. I can't find the file anyone know where it is We are talking about tool strips and adding images tot he button and the zip file supposidly has the images. Thanks, Rick When I down load what I'm running the video off the web. I did download the visual basic 2005 express edition and installed that, but I did a search for rss and there were 2 folders but they only had 3 files. Not the gif files I was ...Show All
Visual C# get https URL with POST params
I need to get a https URL which takes POST parameters as input in c#.net. i.e. instead of using http://richard.gluga.com/test.html to login to the https URL, I'd like to do it via c#.net and get the resulting page so I can parse it. Any ideas how I can go about doing that Hi, You can use the System.Net.WebClient class for this.. Read more here... http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemnetwebclientclassuploadvaluestopic.asp HTH ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Drawing Custom Model Format
hi, im started with DXSDK a few days and i want to know if there is a way to fill a ID3DXMESH with my custom format my code: namespace my_work { struct my_vertex { int vIndex; D3DXVECTOR3 vPosition; D3DXVECTOR3 vNormal; D3DXVECTOR2 vUV; }; struct my_face { int vIndex1,vIndex2,vIndex3; }; } OBS: i've tryed to use vertex buffer with FVF but my models don' ...Show All
Software Development for Windows Vista More simplistic conditions and branches
IfElse is fine, but we would like a very simple YesNo container that branches based on a property value of the preceding activity. Any suggestions on how this might be implemented Is it possible to determine the task immediately before your task What steps are required to present a drop-down list of the available boolean properties on the preceding task We could use reflection and build our own custom UITypeEditor, but I know the EventSink does something similar so there must already be a facility for such a drop-down. Thanks again! I'm not clear on what you want to accomplish. Can you give me an exa ...Show All
Windows Forms looking for pageframe for a form
In a windows form project I need to set up something like pageframe--this is actually a Visual FoxPro term. It has nothing to do with web pages. I cannot find anything similar in Visual Studio 2005 toolbox. I tried to install some additional dll from IDE and the one: Microsoft.WizardFramework.dll sounded relevant, so I attached it to Choose Toolbox Items listbox (it is a C++ /clr Winform project). I got these controls: WizardPage, BranchPage, ConfirmationPage, ProgressPage, PrinterProgressPage, and InfiniteProgressPage. I could not make anything out of them so far. How can I set up this control that would allow me to change form's page ...Show All
Visual Studio Team System Project Portal bug? Cannot get Discussions onto Quick Launch Bar
That's right. When I modify the settings of the General Discussion on our project portal so that it reads: General Settings General settings of this discussion board include its name, description, and security. Current general settings of this discussion board: Title: General Discussion Web Address: http://tiger/sites/Why/Lists/General Discussion/AllItems.aspx Description: Use the General Discussion to hold newsgroup-style discussions on topics relevant to your team. On Quick Launch Bar: ...Show All
Visual Studio Team System Syntax error in MFCLOC manifest
Why would we get a syntax error in the event viewer for Microsoft's own manifest file Syntax error in manifest or policy file "C:\Program Files\. . . some of path deleted . . .\Microsoft.VC80.MFCLOC.MANIFEST" on line 5. We have been spending great effort trying to convert our x86 C++ code to VS Team and have had many issues. I copied components to another system along with run-time libraries and manifests and get this error and the lovely "Component identity found in manifest does not match the identity of the component requested". The file is dated 9/23/05 and looks like this: < xml version="1.0" encoding="UTF-8" standalone= ...Show All
