SuburbanDriver's Q&A profile
SQL Server Dynamic labels in chart.
Hi Is there a way in which I can set the labels for the X and Y axes for a chart programatically The values for the labels are returned from the database... I already have a stored proc which acts as the source for the chart. I might have the labels retrieved as a seperate query from the DB. Thanks Thanks.... Can we also display the Titles for the X and Y-axes from the database I have one query that generates the data for the report... I ...Show All
SQL Server How can I detect which version of sqlServer I am connected to using smo?
Hi, I have a quick app to do few scripts and generate sps.However some stuff which is new to sql 2005 dont work in sql 2000 as not supported. Basically. I choose a server from a combobox and connect to the database. now at this point i need to know if I am running a sql 2005 server or 2000 . Is there a call I can make is SMO to achieve this thanks a lot in advance Hi, try this one here: Mi ...Show All
SQL Server Full text indexing question
All, I am using the standard edition of SQL Server 2005. I have a table I want to put a full text index on but it is greyed out. What are the reasons why it would be greyed out Thx jonp Not quite John. Databases created using create database have full text enabled by default. However databases created through management studio you have to explictly check the full text box to enable full text. I r ...Show All
Software Development for Windows Vista FileWatchService and State Machine Workflows
I have a question in regard to the FileWatcherService activity available for download and how to incorporate it with a statemachine workflow. I am developing a state machine that will react to files being dropped into a FTP store. Based on the file extension and name of the file, a new workflow instance will be started or a persisted one with be reloaded. In either event the appropriate state activity will run. The FileWatchService will need ...Show All
Visual Studio Team System VSTS Methodology Template for Extreme Programming
Hi, **** INITIAL VERSION OF TEMPLATE AVAILABLE NOW ***** I've setup a project to develop a VSTS Methodology Template for Extreme Programming http://workspaces.gotdotnet.com/bsdagile Any offers of help or info about similar projects gratefully received. Will I've already downloaded the MSF for Agile Software Development - Beta 2 PT which is later than the one supplied with Beta II (April 05) as well as the VSTS Extensibility K ...Show All
Visual C# problem with application.No
well im testing a application witten on the platform of .net framwork 2 and language c sharpe. what the application does it displays a map and collects data from a modem wirelesss card to detect the strenght of a signal and a gps to track the route taken. everytime i test the application with the gps i get problems. does the .ne t have problems concerning collecting data from the gps if there any tips that you lot can give i really appriciate it ...Show All
Windows Forms How do I Logical AND two strings
I'm trying to create a search engine that checks for wild chracters and I'm stuck in performing a logical AND operation. I'm first converting to two strings to two integers by using the int myFirstWord = int.Parse(string1) // I'm getting input string not in correct format exception// int mySecondWord = int.Parse(string2 then anding them together: int andResult = myFirstWord & mySecondWord; I already tried different ways ...Show All
Windows Forms Bad bad memory problem
I've written a web crawler app that when running has gone into virtual memory overload. Nothing I have done has appeased it. I have tried, nullifying references, setting virtual memory limits programatically using the CorRuntimeHostClass class and I've gone t ...Show All
.NET Development Howto: Setting DataSource Property of CheckedListBox?
Hi! Is thers anyway to set the datasource property of checked list box, because in its documentation this is public property but I can't find it in intellisense. Has it to do something with Express Edtion of Visual Studio or MS forgot it or is it by design. I want to able to set two properties namely DisplayMember and ValueMember, since I can't set datasource I don't know anyother way of doing this. If someone else knows how to do that, th ...Show All
Visual Studio Team System please help with web recorder
Hi! I'm trying to record webtest. 1. Create new web test 2. Window of recorder (IE) does not appears 3. Script is not recorded What solution can you suggest to resolve this problem Thanks for your reply! I'm wondering if the recorder has started but is hiding behind another window. Does a web test open in the IDE with a status bar across the top that says "Recording..." If so, does a link appear on the web test status ...Show All
Visual Studio Tools for Office Add VSTORuntime and PIA to the bootstrapper packages directory
I try to create a WordApplicaton setup file, based on the following whitepages: http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerOverview.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerWalkthrough.asp Currently I want to add the prerequisites .NET Framework 2.0, Office 2003 primary interop assemblies an ...Show All
Windows Forms How to make similar effect of auto-hide tabs?
I would like to get some idea of making the effect of the auto-hide tabs in VS2005(like Server Explorer, Toolbox ..etc.) using the building controls Thanks ...Show All
Windows Forms Windows Service stops working
Howcome if I have a method, where all exceptions are handled, if an exception is thrown, the service just stops working It still runs, but nothing else gets executed. For example, say I have 3 methods that are called... method1(); method2(); method3(); If method2() has an exception that is handled, method3() is never called. In fact, it seems the whole service stops executing. A timer is running which calls these methods every 60 seconds. ...Show All
SQL Server Report parameter validation from report manager in reporting services 2005
Hi, Whenever user viewing a report using report manager, how can we validate the input values from user for a datatime type report parameter. i.e. validating whether the date is correct and in required format. Thanks in Advance. Regards Pintu The built in parameter UI performs only simple validation (making sure a float parameter has numeric characters, for example). The server will perform a full validation on the pa ...Show All
Windows Forms Changing the Mouse Cursor on ListView
Hi, I am having a ListView, I want to change the Cursor style of he ListView on MouseOver event of the ListView, I have tried setting the cursor style of the listview, but it is not helping me, Please suggest me some solutions. Thanks & Regards, Benin. Did u tried the code something like the following this.listBox1.Cursor = Cursors.UpArrow; it is working fine at my end, What is the problem at ur end ...Show All
