HoustonRocket's Q&A profile
Visual Basic How to execute click, some select, input text in HTML page, using WEBBrowser Control (VS2005)
I use new WEBBrowser control (VS2005) in my program (WinForm) for open web site. (VB2005) After using method "navigate", in my webbrowser control I have HTML page from some website. This HTML page has some input button with events or input text control or other interactive control on it. I can click with mouse on that buttons or input text from keyboard or select value from combo box to send this page back. question ...Show All
Visual C++ Error initializing button with attached image
I posted this earlier, but it seems to have disappeared When I set the image field of a button on my form, I get the following error when my form is initializing. A first chance exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "Form1.resou ...Show All
SQL Server Tx replication works in 2000 but not in 2005?
Hello, I've got a simple transactional replication set up. I have a separate publisher, distributor, and subscriber with 76 articles (tables only) being pushed from the distributor. I have this exact setup with the same tables and data working in the SQL 2000 environment. I am testing replication on our SQL 2005 test servers before moving to production, however when the distributor attempts to push out the initial snapshot I keep getting ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 4 Beginners!
Hi, well i read post and post but all of them assumes than we know how to use directx, so I wondering about: Where can i found info, tutorials, about how to get started... In C/C++, or C# oriented to those how never in their lives have contact with DirectX before and their skill in programming are Intermediate... thx PS. Simple kind, because i found one, but in the begining it said.... Create a new project... ok, but in VS.NET 2005 C++ are a ...Show All
Software Development for Windows Vista Have the WinFX runtime components already been installed in Vista Beta 2?
When I attempt to install the WinFX runtime on Vista Beta 2 (Ultimate) setup asks me whether I want to repair or unistall -- Are the Beta 2 components of the WinFX runtime already installed in Vista Beta 2 (In earlier CTP releases they were not, but someone from MS said that they would be included in future Beta releases.) Thanks Jack Hi, Yes, the Win FX RC have already been installed with Beta 2. Thi ...Show All
Visual Studio Team System tfs and active directory
does tfs have to run in an active directory domain or can it run in an nt4 domain are u sure about that mate i asked a TFS guy at the melbourne 'READY TO ROCK' forum about this -> can my w2k single server be a workgroup, not an active directory thingy .. and he said 'yep'. edit: and this link in this forum .. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=137499&SiteID=1 -PK- ...Show All
Visual C# Future C# string optimization directions
This is a topic of academic interest to me. Are there any plans to optimize code patterns such as: string results = ...; bool foundSomething = results.ToLower().Contains( "something" ) ) Here, I'm making a case-insensitive search and it seems that ToLower() is an unnecessary use of CPU cycles and memory accesses. One possible solution, which isn't very extensible, is for ToLower() to do a lazy-copy: it will first make a refe ...Show All
SQL Server WSDL Support in WebService Task
I have a wsdl file that SSIS says it doesn't support. What aspects of WSDL does SSIS not support. I can send the WSDL file to anyone that wants a copy, just use the contact me on my blog. This occurs with the webservice for the reporting services as well It looks like a bug. The problem is in the method CreateReport , and it's because of type of the parameter Definition . Looks like base64Binary data type is not suported by us, but that sho ...Show All
SQL Server SSIS Tutorial giving Me Grief
Hi, I'm trying to learn SSIS and currently going through the tutorials. I'm on Lesson 3 were you create a package configuration so that you can change a folder location. I have followed the tutorial to the T and get an error when I try to edit the configuration file using 'Package Configuration Wizard' it also doesn't work (no suprise there ). Error: "the configuration refers to an object that does not exist in the p ...Show All
Software Development for Windows Vista Designtime experience in Workflow designer Control Sample
Hello I have used the sample in my own application, and I am very happy with it. However, I don't understand how the designtime experience comes into play - In the visual studio designer, there are little red blobs that appear when the validations fail. When I put in my own validations on my custom controls there is no designtime experience like this. Is there anything one can do It would add the icing on the cake. It would also be useful to hav ...Show All
Visual Studio How do I create an application.extension.config file using MSBuild?
Hi, I'm using MSBuild to build an executable program (exe) from VB.net source code. How do I get MSBuild to output an ApplicationName.exe.config file Thanks, Damian MSBuild does not generate .CONFIG files on its own. The only thing it can do for you is copy an existing .CONFIG file from your project to the final bin directory. So, if you have a file in your project called "APP.CONFIG", then MSBuild will copy this file ...Show All
Windows Forms ActiveDocumentHost to be cut from .Net 2.0
To all those who thought that with .Net 2.0 and ActiveDocumentHost we would finally have a clean way of display OLE documents (Excel, Word, etc) within Windows forms: I have just read here http://www.shawnburke.com/default.aspx document=128&userinterface=9 that this features ...Show All
Windows Forms Sorting DataGrid without GUI effects
Hello - I have a DataGrid with many columns. I want to allow the user to sort the DataGrid based on a particular column. Vis Studio 2003 will allowing sorting by changing the DataGrid AllowSorting property to true. Unfortunately, when you click on a column header, the Control places a really wide Triangle graphic in the header to indicate sorting (ASC or DESC). Since I have so many columns, I'd like my Column Widths to be just large enough ...Show All
SQL Server SQL Server Setup Unexpectedly Failed
Everytime I try to install SQL server express I get this error: http://img20.imageshack.us/img20/3065/prob7pq.jpg The log contains this info: Microsoft SQL Server 2005 Setup beginning at Sat Apr 22 22:44:38 2006 Process ID : 2108 c:\ec2fdcc12749806553ab9fe997\setup.exe Version: 2005.90.1399.0 Running: LoadResourcesAction at: 2006/3/22 22:44:24 Complete: LoadResourcesAction at: 2006/3/22 22:44:24, returned true Running: ParseBootstrapOptionsAct ...Show All
Windows Forms Warning MSB3331
I have a Windows VB application built using VS 2005 Beta 2 that includes a reference to DAO (3.6) but when I do a build I get the following warning. I can't find information on the warning in MSDN or google. Can anyone explain what is causing this and how to correct it. ============================= C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3331: Unable to apply publish properties for item "dao". == ...Show All
