TTruax's Q&A profile
Windows Forms Automating input to GUI screens in Custom Actions
I created a Deployment project in VS 2005 that has a custom action. The custom action creates a windows form that has a couple of text boxes in it. The user fills some values (e.g., a database connection string, username) in these text boxes (which already have some default values), clicks OK, and the installation continues. Now, I want to install this application from the command line (using msiexec) without any input from the user. Effectively ...Show All
SQL Server Need to create <Query> statement programmatically
I am creating a web application that uses a using a web service to get data for my reports. Since the webservice only accepts 1 parameter called "sql" (the sql select statement), I am using the report's query string to get the data. Here is the data source and dataset info I am using: DataSource Name: WebService Type: XML Connection string: http://localhost/myWeb/myWebService.asmx Credentials: No credentials DataSet ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Visual Studio Express Editions Window Service Problem With VB
Hi Im sorry. Lets Say i use this Window Service To Check A certain folder Which might be different on differnt pc. But It will always be the Folder Of my Web Application. Let say Folder of Webapplication is : WebApp In it got Webapp/Bin ,Webapp/Code,WebApp/DB,Webapp/Images,WebApp/Temp in this window service i want to check the Temp folder to see if anyfile is inside then proceed to my Sql Procedure. In WeB application i woul ...Show All
Visual C# Console commands
hi ppl.. i have a prgram that needs to be able to emulate console (cmd) commands... i want to execute cmd commands but do not show cmd... for example... run the command dir.. and retreive the result without using the Run() method. .. cause it shows the cmd,, is there any way to do this thx mig16 thanks but i want this: " i want to execute cmd commands but do not show cmd... " ...Show All
Visual Studio Express Editions Major new discovery: the Platform SDK's MFC source code can be built and used with VC++ Express
As you all may know, MFC is not included with Visual C++ Express 2005. You'd have to purchase VC++ Standard edition to get MFC. But the MFC source code (no binaries) happens to be included with the Platform SDK, in the folders: <installed Platform SDK folder>\SRC\MFC and <installed Platform SDK folder>\INCLUDE\MFC There are some make files in there (mfcdll.mak etc), but the main MAKEFILE an ...Show All
Visual Studio Team System Where's the log?
We just installed Team Foundation Server Suite. I can access it from the same machine but when I try from other machines, I get a failure notice, TF31002: Unable to connect to this Team Foundation Server. Possible reasons for failure are - The Team Foundation Server name, port or protocol - The Team Foundation server is offline - Password is expired or incorrect. For more information, contact the ...Show All
Windows Forms Find Dataset Column Types
How do I find programmatically the types shown in the dataset schema For example: for the dataset ID column I want to find int, for company name a string, etc Steve Easy, dataset.tables(tablename).colums(ColumnName).datatype Hope that's what you are look ...Show All
Visual Studio 2008 (Pre-release) reg requirements of winfx to run in other OS
Am creating one winfx windows application in windows XP. How Can I make that application as *.msi, to install in previous version Operating Systems like(windows 2000,98, millenium) I do not think WinFX is supported on 98/ME and am not even sure if they it is supported on Windows 2000. If you need backwards compatability with these OSes, especially 98/ME you should probalby look to older technologies, especially ones that are not as c ...Show All
SQL Server AcquireConnection Error - Lookup Component
Hi, Trying to get a particular SSIS is package working - while running the Package Installation wizard a package is reported with the following errors: AcquireConnection method fails with error code 0xC0202009 Then Lookup fails validation and returns code 0xC020801C The odd thing is the Lookup does not exist in the package, it did exist at one point but was deleted. I have tried searching the XML and can't find any reference to ...Show All
Visual C++ I want my ClassWizard....
Ok so I like a lot of the stuff in VStudio 2005. But why did you guys take away my classwizard Also I want my property pages easily accesible like they used to be. I could click on/ tab to a control and hit alt-enter and boom the property pages would pop up.. now i get this ugly all property view... My 2 cents... Adding new stuff to improve the product is great but taking away stuff just impedes productivity. ...Show All
Visual FoxPro Installshield install problem V9.0
My installshield will not install properly, it hangs up and sends a message that looks like this. I am on a single user system, no networks. "A network error has occured while reading the file (super long file name here) Foxpro Express limited edition .msi" I have v 7, 8, and 9 on the computer. Do I need to unistall 8's installshield program I have had problems with it too. In my case I changed TEMP and TMP environment variables (us ...Show All
SQL Server Using WebService Task
Hello, I'm trying to use this web service : http://office.microsoft.com/Research/Providers/MoneyCentral.asmx WSDL i get an error : "This version of the Web Services Description Language (WSDL) is not supported" What's wrong Did you receive any answer outside the forum to this question What address are you providing in your HTTP connection manager Are you providing the URL exactly as you typed it in your question, above -Doug ...Show All
SQL Server Question on MDX
I am trying to write a calculated field. I need to calculate the Sum of a Item Sold over a period of time where 2 measures called BV value and Unit Price are zero. Can someone suggest what functions I should use to get this done Thanks Ann Hello Ann, Did you mean to use a calculated member If yes, please, try the following: WITH MEMBER [Measures].SumOfSoldItems AS 'sum ( filter ( [Date].[Fiscal Year].members, [Measures].[B ...Show All
Windows Forms Cell formating in DataGridView (vb 2005 beta 2)
Hi again! I have a little problem with the format of a cell in a DataGridView. I want to apply a Money Format (0,00 €) to the "Total" column. I try setting the format in the properties in COLUMNS in the DataGridView and setting the DefaultCellStyle of the "Total" column. This is the setting DataGridViewCellStyle { Font=[Font: Name=Microsoft Sans Serif, Size=8,25, Units=3, GdiCharSet=0, GdiVerticalFont= False ], NullValue=0.0 €, Forma ...Show All
