David Roberto Johnson's Q&A profile
Visual Basic 2 questions about Sql Data Adapter
1. When we use Data Adapter Configuration Wizard to make Data Adapter, there is a checkbox option: "Refresh the dataset: Indicates whether you want the wizard to generate code that re-reads a record from the database after updating it. The Select statement is added to the corresponding command object in the adapter and is executed immediately after the Update or Insert command has finished. This gives you a refreshed view of a record, including ...Show All
Visual Studio Team System Msscci and sprax enterprise architect
As Iwanted our UML modelling tool Enterprise Architect (Sparx: www.sparxsystems.com.au ) to support versioning on our Team System Foundation Server we downloaded version 1.0 of the Visual Studio Team Foundation Server MSSCCI Provider. When trying to connect to the team server I get a 'server busy' notification which prevents from continuing establishing the connection. I wonder if this is caused by ea or the msscci provider. A ...Show All
SQL Server NameSpace of ReportingService class
I can't find the ReportingService's namespace... i see ReportingService inerhits from System.Web.Services.Protocols.SoapHttpClientProtoco but any code what i found its impossible to compile, i need the namespace... i found the answer... Just add a WebReference named ReportService on your own machine... or on report server machine. ...Show All
Windows Forms Set Background Color on TabControl in VS2005/VB
Is there a way to set the background color of a tabcontrol in VS2005/VB It is not in the "Properties" Make a copy of your project first, just in case. Make sure that TabControlEX is in the toolbox and can be added to your form, because if it can't, then following these instructions will cause you headaches. Open up the Designer generated code and replace System.Windows.Forms.TabControl with &nb ...Show All
Visual Studio Team System VSS Converter error
I've installed Visual Studio 2005 Team Suite and tried to migrate a VSS database to TFS but get message that VSS 2005 is not installed. I thought VSS was supposed to come with Team Suite If I recall correctly, the VSTS sku includes VSS, but it is not part of the default install package. If you do custom install and include VSS (or do a full install), that should do the trick (you can also run change/remove on V ...Show All
Visual C++ VC2005 %50 Slower then VC2003
I just migrated a graphics application from VC2003 to VC2005. After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations. It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All
Visual Studio Express Editions Error message "non-generic method" using ObjectDataSource and GridView
Here is my process: (all with visual web developer 2005 Express, April version.) 1. create new dataset in the app_code folder, called interaction.xsd. (right-click on the app_code directory and select new...) a. Step through the TableAdapter Configuration Wizard. b. Select the data connection (ManagementConnection String (Web.config) c. Create new stored procedures d. sql statement "SELECT Interaction.* FROM I ...Show All
Visual C++ Retrieving proxy configuration
Sorry if this question have been asked before. I search for duplicate topic but didn't have much success. How exactly do I retrieve the proxy setting in IE from the registry Can anyone point me to a sample code of how this is done many thanks! This forum is for C++ language and compilation issues only. As it turns out there are tons of IE programming newsgroups here: http://msdn.microsoft.com/new ...Show All
Visual C++ Download a file from http server
Hello I need to write a small download manager, which must support download resuming and downloading from multiple URL, but have no idea what api-s to use. anyone can help Thanks in advance You have two choices: winsock or MFC winsock Check out MSDN. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnanchor/html/ntwrkprot.asp http://www.tangentsoft.net/wskfaq/ Kuphryn ...Show All
.NET Development Saving Dataset
Hi, I have a dataset that gets filled from different tables. I am displaying this data using datagrid to the user and also allowing user to change the values in grid. How to update dataset with these changes do i need to loop through each row in datagrid and compare with the row in dataset once the dataset is updated how can I save these changes back to database I tried DataAdapter.Update ...Show All
Windows Forms form freeze on panel load
I have one form and few panels. Each panel is user control and on load event it populates controls with data from database. The first time I load any panel it freezes for few seconds but after one panel loaded I load others it works&n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. retrieving more than 4 values per texture lookup
Is it possible to have a texture with more than 4 values per texel My problem is, I need to look up a chunk of many values (about 16) multiple times per pixel and I like to do that quickly. In my setting more than three 2d texture lookups each time (= 12 float values) is the maximum I can allow without a significant performance drop. Also if anybody has experimented with 64 or 128 bit textures I'm interested to know about the performance ...Show All
Visual Studio Express Editions Registration Benefit Portal
After downloading and registering Visual Studio Express I received my email thanking me for registering but when I try to go to the Benefit Portal I receive an error message telling me the site is unavailable or I don't have access Message reads Error: The page you have requested is unavailable or you do not have access. We have found that it can take about 24 hours for access to be granted sometimes it takes longer. You should try aga ...Show All
Windows Forms Have a question about TrackBar?
hi, everyone :) in vs.net2005 C#, How to sets the TrackBar Control style and looks like Windows MediaPlayer9 thanks. ...Show All
Windows Forms How to determine if DataGridView rows are accessible?
Is there a 100% accurate way to determine if cells of a DataGridView are accessible before trying to access them I have master/detail DataGridViews bound to a dataset. My code, which tries to access cells of the detail grid during SelectionChanges of the master grid sometimes throws NullReferenceExceptions saying the detail grid columns don't exist. I want to prevent this from happening. I have tried the overly compli ...Show All
