abbasshaikh's Q&A profile
Visual Basic CodeSnippets Manager
CodeSnippets Manager I have two problems. First, I added a subdirectory to MyCodeSnippets called Exceptions. However, no 'plus' sign appears to the left of the MyCodeSnippets Folder. How can I get subdirectories to produce a plus sign next to the mysnippets directory Second, if I want to add my own code to this Exceptions folder, how do I do it. Imports wants a file that contains a 'CodeSnippets' type. I copied my code ...Show All
Windows Forms How to make the end of TextBox.Text in view?
I have a TextBox with WordWrap to false and Multiline to true. I am using it as a text editing box for my application. I can set the cursor to the end (SelectionStart and SelectionLength). But how do I programmatically make the TextBox to display the content with the last character (cursor) in view when the text is longer than the width of the control Thanks in advance. Have you tried the TextBox.Scro ...Show All
Windows Forms Failed to load resources from resource file
Hi, I may just be being thick here but, after installation, setting up a new Terrarium, compiling the simple carnivore, and trying to indrocude the animal to the Terrarium, I am getteing the following error: "Setup Error Failed to load resources from res ...Show All
SQL Server Report Builder - Editing existing report
I am working on SQL Server 2005 Developer Edition. I have prepared a new model and based on that I prepated few reports using Report Builder. Now, I need to edit existing report to apply few more filter and new column. For that I am opening report in to Report Builder and applying new filters and adding new attribute. Everything is set. I will save this report. Now strange thing happens....while saving this report, I am getting following e ...Show All
.NET Development Using Session state to store objects
Hi I want to save an object, and make it available over several pages. So far it seems the best way for me to do this is to use sessions. However I can't find a way to store an object for the duration of a session. Below is some of the code Fragment of Method 1 SearchResultCollection ownerResults = Code to return SearchResultCollection Session[ "ownerResults" ] = ownerResults; Fragment of Method 2 SearchResultCo ...Show All
.NET Development Web Service - Visual studio.net 2005 , No option of creating web services
Hello, Using VisualStudio.net 2005 I want to create a web service. When I select new project there is no option of creating a web service. create a web site, then add a web service File | New | Website also you do not have to run IIS to develop and test, create a local file system web site and no iis is needed. ...Show All
Visual Studio Team System "...is not a licensed user" after Upgrade
We have just upgraded from beta 3 refresh and everything was fine during the complete process. The last step was to upgrade the clients with Team Explorer. Now it is not possible to connect to the Team Foundation Server: Team Foundation Server TF31001: Team Foundation cannot retrieve the list of team projects from Team Foundation Server XYSrv. The Team Foundation Server returned the following error: The request failed with HTTP status 403: AB ...Show All
Visual Studio Team System Install Problem
Any ideas on solving this..... followed the instructions but getting this message after trying to create a new project. thanks. 04/15/2005 01:12:32.245 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://ls-svr-dn01:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0200268 seconds 04/15/2005 01:12:32.485 | Module: ELeadServiceMediator | eLead web service proxy constructed | Com ...Show All
Visual C# Direct X
In language Visual C# 2003 there was a function Pass, in a class Microsoft.DirectX.Direct3D.Effect, and in language Visual C# 2005 this function is absent, what function replaces this function I am using VS C# Express edition B2, and the april 2005 edition of the DirectX SDK and the class you are looking for is there. Generally the SDK is seperate from the VS Enviroment, meaning that if an object is in the 2003 enviroment it will be in the ...Show All
SQL Server prompt/parameter position in UI
RS 2000 - I have 3 parameters in my report. I would like the 3rd parameter to be positioned directly under the 2nd parameter so it makes more sense to the user than when the parameters are displayed by default left-right top-bottom and the 3rd parameter ends up under the 1st parameter. What controls the position/location of the prompts Do I have any control over it The ordering of the controls is based on the o ...Show All
SQL Server Can more than one database be queried
Can more than one database be queried when creating a report in SQL Server 2005 if they are from the same data source Our company is going to SQL Server 2005 for a bunch of Access databases and a C++ system. Would like to be able to query these different database at the same time to create the report. Is it possible to do this or do we need another reporting service Thank you for any help, Jennifer Yes ...Show All
.NET Development Return DataTable or DataSet without schema
I'm trying to get some data from my database into Infopath using a web service. So far i have a web service that returns a DataTable [Webmethod] public DataTable Status() But when i try to create a schema in infopath using this method i get an error saying it does not support a message including the schema data (xsd). Is there any way to strip the schema away (so that only data is sent) before sending it Or maybe another way of ...Show All
Visual Studio Express Editions Help with Visual Basic Express Edition
Hi im a Visual Basic Programmer and just downloaded Visual Basic Express Edition, and i want to make my first program but ween i debug it the program says Visual Studio cannot start debugging because the debug target 'C:\Documents and Settings\Andrew\LocalSettings\Application Data\Temporay Projects\HellowWorld\bin\Debug\HellowWorld.exe'is missing.Please Build the project and retry,or set the outputpath and assemblyName properties appropriately ...Show All
Visual Studio Team System Beginner's question
Hi, What does it mean when it says that one of the dependant requests failed I see that my web test fails. If I expand the request that shows as failed, then I see that one of the dependant requests failed and it looks like it's an image. There's a "404 Not Found" in the HTTP Status column for it. I'm not really sure whether it means that there's a reference to an image file in the code that's not there anymore or something else. Al ...Show All
Software Development for Windows Vista Loading Workflows from assemblies: FileLoadException
Hello, I am getting the following error when trying to load a workflow dynamically: System.IO.FileLoadException was unhandled Message="The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)" The code that errors is as follows: using System.Reflection; ... Assembly assembly = Assembly.Load(@"C:\Path\SequentialWorkflowLibrary.dll"); ... SequentialWorkflowLibrary is a sequential workflow library t ...Show All
