tdmwlm's Q&A profile
Windows Forms DataGrid scroll - tough one
Hi all, Is it possible to make a DataGrid scrollable while freezing one of its columns That is, while the rest of the columns scroll, that single column stays put. Thanks. I saw a grid that does this, but again I am not sure h ...Show All
Visual Basic Using multiple ORs in an if statement
Why doesn't using multiple ORs in an if statement work properly e.g whats wrong with this If results(1) = (cantbe(1) Or cantbe(2) Or cantbe(3) Or cantbe(4)) Then random1() End If It only checks cantbe(1) and cantbe(2) is there a way of getting around this at first glance statements 1) and 2) and 3) appear to be the same, they arent. 1) results(1) = (cantbe(1) Or cantbe(2) Or cantb ...Show All
SQL Server SQL Server 2005 System Table (View?) Map
Is there an estimate on the availability of the System Map for SQL2005 If it is already out there, would someone be so kind as to tell me how to get it Thanks, DO I am also after a Printed hardCopy of the SQL Server 2005 system catalog map. I can see the softcopy, but to relate the things together, its often not so comfortable to scroll the window up & down to see the complete view. ...Show All
Visual C++ The New Visual Studio 2005 Beta 2
I have Visual C++.NET Standard, and have used it to successfully build applications for quite some time, maybe a little over a year. I cannot get the Visual Studio 2005 to include .lib files necessary in my solution to compile Direct X Applications, anyone else think this is odd I hope so, I must be missing something, because the old version let me enter the directories for includes and libraries, this new one did not have that option A ...Show All
Visual Studio Team System Team System and Microsoft Project Resource Name Conflict
Hi When i create a project and assign Valid users to it, the default way the team system writes the name is the windows way (Last Name, First Name MiddleInitial). But when i open to manage tasks for this project in Microsft Project, the resource name are now split because of the comma delimiter in the name. How do we fix this Was this fix included in SP1 Thanks in advance. ___________________________ Sarah Camer ...Show All
Software Development for Windows Vista Passing credentials with Invokewebservice activity
How do you pass in user credentials when using an Invokewebservice activity. I'm starting a workflow from within a Winforms application and it fails when calling the webservice.... System.Net.WebException was unhandled by user code Message="The request failed with HTTP status 401: Unauthorized." Source="System.Web.Services" StackTrace: at System.Web.Services.Protocols.SoapHttpClientPro ...Show All
Visual Studio Team System How can I use ReadIdentity function in VSTS
I have the following function Identity ReadIdentity(SearchFactor factor, string factorValue, QueryMembership queryMembership) how can I use that function and which .dll or include file I need for that. Here is a code sample on how to use this function ------------------------------- using Microsoft.VisualStudio.Bis.Services; using Microsoft.VisualStudio.Bis.Proxy; using Microsoft.VisualStudio.ELead.Common; string bisUrl = " ...Show All
.NET Development Tricky Question Data Access
Hi all am developing one web application in .net, I want to develop a component a console project which will run as server for any data access.I am confused in how the web server will connect to this data access server for data accessing. I just want to distribute this data processing out side web server ie only a function will be called from web server from the dataaccess server which will be running on different m/c , and function will retu ...Show All
Visual Studio Tools for Office Clear data from excelsheet
Hi I am able to bind ListObject/ExcelSheet control from the database. Now I have created one Button control named as "Clear". When this button clicked the content of listobject should be disappeared (not from database). What code should I write on click event of the button. Thank you. Set the data binding on the ListObject to null. You can do this by calling the SetDataBinding(null) met ...Show All
SQL Server Coverting Int to DateTime Recommendation?
Friends, I have a database that I am in the process of converting to a new application. All the dates are currently stored as an numeric YYYYMMDD format. I am hoping someone can suggest the best way of dealing with these in SQL Server. Should I convert them to DateTime formats for example, and what is the best way to do this Any input would be greatly appreciated. J.H. yes you should do it. the best ...Show All
Visual Studio Tools for Office VSTO Outlook Addin - How to disable registration after build
Hi all, I've created an Outlook Addin using VSTO with VS2005 beta 2 (Whidbey). I've noticed that the Addin is registered after a successful build without me having to do anything. Is there anyway to disable this behaviour I work with a team of developers and I don't want the Outlook Addin to be registered on everyone's machine after he or she does a build. In addition I'm trying to use the build events to copy the built files to a lo ...Show All
Visual C# How to create a data link properties dialog box
I wana let my app's users to choose their connection string themselves, therefor how can I raise a data link properties dialog box and get it's result ( there's no data link properties dialog component in .net2) http://support.microsoft.com/ scid=http%3a%2f%2fwww.support.microsoft.com%2fkb%2f286189%2fen-us%2f ...Show All
Windows Forms Bug in C# only in Windows 2003 .NET framework 2.0
Hello, I am encountering a bug, and I can't figure out what it is causing. I am catching all what I can, but still it exists. The funny is that it is only available on Windows 2003. Here is the output. Can someone help me finding/killing this bug Thanks. ESTAN See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentO ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Creating Projective Textures
How the Manual gave me some intro. but not much. Could you give us some more details to work with - Direct3D 8 or 9 Something else - What manual you mean the SDK documentation if so, which page - What effect are you trying to achieve Projective Textures aren't exactly a feature of Direct3D. You can do projective texturing - but that's just a specific use of regular textures. Best regards ...Show All
Visual Studio Question on reportViewer1.ServerReport.ReportServerCredentials.SetFormsCredentials
Hi, all, I am now developing windows forms and use report viewer to display reports (Reporting Services) to user. Since some users are not domain users but still needed to access to the reports, I intend to use reportViewer1.ServerReport.ReportServerCredentials.SetFormsCredentials in order to control all users using the same windows account to access reports. However, the report viewer always return rsLogonFailed error. Below is my code ...Show All
