manab's Q&A profile
Visual Studio Express Editions obtain filename only from opendialog
can anyone help me with how to retrieve only the filename and extension with openfiledialog. when I use openfiledialog.filename I get c:\folder\filename ( just like the documentation says) and cant seem to find an easy way to get just the filename. I am using visual basic express. thanks hi, you can try something like that Private Sub Button1_Click( ByVal sender As System. Object ...Show All
Visual Studio Team System Team Foundation Beta 3 Shipping in Nov and TF Not Shipping Until Q1 2006
Now that the cat is out of the bag: http://www.eweek.com/article2/0,1895,1850411,00.asp 1. Can you tell us what level of support we will get with Beta 3 2. Will our Beta 3 DBs be migratable to the RTM version 3. What does "Go Live" really mean for TF 4. Will the Visual Studio Team System editions also be held back until Q1 2006 5. Will TF be in the August CTP I'm fairly c ...Show All
Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)
The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT: Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README. You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checki ...Show All
Visual C++ MoveFileEx is failing
In one of our applications we are moving the contents of a text file to another text file using MoveFileEx command. The problem is it is not moving the source file contents to target file at our customer site. When we tested at our development center after receiving the complaint, it worked correctly. What could be the reason for the failure at the customer site Do make sure that the from and to locations are on the same volume. If you ver ...Show All
SQL Server Create script in 2005 without the [] delimiters around the object names
Anyone know how to permanently set up SQL 2005 Server Management Studio to NOT put those silly [ and ] delimiters around object names when using the CREATE SCRIPT to... funtionality from object explorer ...Show All
Windows Forms capicom error when trying to publish winapp onto local IIS
i have win xp sp2, vs2005 RTM, and i have a simple win form app. it compiles ok, but when trying to publish it into my local IIS i get those errors: 1. Cannot publish because a project failed to build. 1 1 WindowsApplication1 2. SignTool reported an error 'Failed to sign bin\Debug\WindowsApplication1.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the ...Show All
SQL Server How to flag a row and allow max one row flagged in the table.
Hi, I am new to SQL. which is the best way to flag a row Create a bit column IsFlagged Additionally, I want to create a table-level constraint that allows max 1 row flagged true in the whole table. I can't nest a select expression in the CREATE TABLE statement CONSTRAINT clause that counts flagged rows. So how do I do this Appreciate the help. you can do something like this ...Show All
Visual Basic ADDINs - Accessing the Settings/Resources in the IDE
I have an Addin - AddIn1. I want to inculde this AddIn1 in a project Project1 and access the settings/resources of the project Project1 in Addin1. I could get to the properties using this code - but can't get the Settings/Resources - any clue this is the code in AddIn Private Sub SetActiveProject() Dim doc As Document Dim prjItem As ProjectItem Dim bfound As Boolean = False   ...Show All
Visual Studio Save As on a Project Throws "The parameter is incorrect"
Hi, I don't know if this is a known issue, but if I try to call "Save MyProject1 As..." from the File menu of VS2005 on a project created with the MyProject sample of the VSIP SDK, I get an "The operation could not be completed. The parameter is incorrect." error message. My own project type (not based on MPF) behaves the same. Does somebody know what causes this problem Br, Gaspar Hi Don, You' ...Show All
Smart Device Development Emulator Problem
hi, I used vs2005, vss2005 & CHS Windows Mobile 5.0 PPC Emulator to develop application. I pressed F5 to run the application in the CHS PPC emulator. But after several minutes there didn't have any response in the emulaor, which hadn't happened before. So I checked the modified files in and closed the emulator. Later I closed the vs2005 and rebooted the computer. But this time, my emulator didn't response to my mouse click, but keyboard w ...Show All
Visual C# How to add listview groups?
I can't find good samples in adding groups to listview, please help. ...Show All
Visual Studio Tools for Office What Kind of things can I do with VSTO?
Hello Experts. I am currently on a new proyect, this project must show some reports to the users, preferibly in PDF or WORD documents, I told my boss to use reporting services because its easy to draw reports there but the new sql server will cost 6000 dollars the version that includes reporting services so I need to know if the thinks I do with reporting services can be done in Vsto. Draw Tables, Put colors for Indicators, Put ...Show All
SQL Server Nested Table Relations in SQLXML
Hi Folks This question applies to SQL Server 2000 and SQLXML. I have a table with columns as follows: AccountID ~ ParentAccountID ~ AccountData Sample data: 1 ~ NULL ~ This is a parent account 2 ~ 1 ~ This is a child account As you can see, there is an inherant tree structure in the above data: ParentAccountID is a foreign key to Primary Key AccountID. I wish to query these using a FOR XML and retrieve a document like the ...Show All
SQL Server Unabel to connect to SQL 2005 Analysis Services in SQL Management Studio
I just installed visual studio 2005 and SQL sever 2005 standard edition. I experimented a bit, and I got the following messag when I want to connect to Analysis services in SQL Sever 2005 Management studio. When I click the connect button, I got the following message: " A connection cannot be made. Ensure that the server is running (Microsoft.AnalysisServices.AdomnClient). No connection could be made because the target ...Show All
Windows Forms Is this app still alive?
I cannot insert a new critter.... my first critter....ERROR "Server is expirenceing some problems try later" I have got this error for 5days now. Please help The web server was running out of disk space. I had some alerts&nb ...Show All
