Software Development Network Logo
  • Smart Device
  • Microsoft ISV
  • Architecture
  • Visual J#
  • Windows Live
  • VS Team System
  • SQL Server
  • VS Express Editions
  • Visual C#
  • .NET Development
  • Visual Studio
  • Windows Forms
  • Game Technologies
  • Visual Basic
  • Visual C++

Software Development Network >> WhiteClaw48's Q&A profile

WhiteClaw48

Member List

Nathan Yokoyama
Jeff G87474
Dislay Name
bbogdanmircea
Doutaz Michel
Ping06
Hallo2ooo
schallm
K.Ardah
Jawad Naeem
BobSun
Wesley_Case
XIII
Ayd?n Kaya
SunHunter
Ron K.
FistFullOfSteel
BatDeveloper
DavideA
Dave Yuhas
Only Title

WhiteClaw48's Q&A profile

  • Visual Studio 2008 (Pre-release) X509SecurityTokenParameters Vs. X509SecurityToken

    Hi, What is the relationship between these classes I can't find anything significant in the doc, so I am probably looking in the wrong place. I'm trying to bring a sample up to date with the latest version and I've hit a block. There is a call to SamlTokenCreator.CreateSamlToken()  which now requires TokenParameter types instead of  Token types. I have been able to change the types throughout the sample. In the original sam ...Show All

  • Visual C++ Question Regarding Automation

    Hi, I'm dealing with some automation for my code, and there is some syntax that is there that confuses me I have code like this: BEGIN_DISPATCH_MAP( MyDocument, C CmdTarget ) //{{AFX_DISPATCH_MAP(MyDocument) DISP_FUNCTION(MyDocument, "SetVisible", SetVisible, VT_EMPTY, VTS_BOOL) //}}AFX_DISPATCH_MAP DISP_FUNCTION(MyDocument, "SetInvisible", SetInvisible, VT_EMPTY, VTS_BOOL) END_DISPATCH_MAP() The part i dont understand is why the A ...Show All

  • Visual Studio Where are merge modules for VS2005 beta 2?

    Anyone can help me to find a link to merge modules for VS2005 beta 2 downloading   Only the 64-bit Merge Modules are included with Visual Studio 2005 Beta 2 install.  32-bit Merge Modules will be available to download from our site after the product release. As indicated, you can use the CRRedist.MSI to deploy your applications. Keith - Business Objects ...Show All

  • SQL Server Correct invalid SID

    I migrated my SQL 2000 secuity from one NT Domain to another. In the process of changing the login names in the master..sysxlogins table, the SID did not get updated. Is there an easy way to correct the SID entry without dropping and recreating each user Do you mean that you have manually changed the login names in sysxlogins and you wish to update the SID entries as well Can you explain what you meant by &q ...Show All

  • Windows Forms Save the Treeview Nodes into Access Database using VB.Net.

    Does anyone have an example of how to save and restore the Nodes from a Treeview into an Access Database using VB.Net.  What I’m looking for is a way to save and restore the TreeView control with the Nodes in the same order as they&nb ...Show All

  • Visual Studio VS2005 July CTP under Virtual PC - shortcutCLTDbg32.txt can't be read

    I've been trying to install the July CTP of VS2005 Professional under Virtual PC SP1  which is running Windows Server 2003 SP1 and it invariably fails towards the end of the main install trying to read D:\VS\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug\shortcutCLRDbg32.txt telling me the file was not found and offering me the choice of Retry (which loops failing with the same message) or Cancel (which does a rollback). That fil ...Show All

  • Visual C++ How to Rotate a Window???

    Hi , Is there an API method to Rotate a Window with all its content. Thanx ...Show All

  • Visual Basic Having trouble with syntax

      Having trouble with syntax    What I'm trying to do here is get the value of the IDColumn.  I get a wobbly line under tbl at the bottom saying variable tbl is being used before it is assigned a value.  A NullReferenceException could result at runtime. Furthermore, I know ToString isn't going to do the trick, but I don't know what member will give me the value.  There isn't a value property, which seems a shortcom ...Show All

  • Visual Studio Team System Error 32000 - The Commandline ... returned non-zero value: 2338

    Hi there, I have now uninstalled TFS BETA 3, as it would not function at all. Now I am installing TFC CTP, and I receive the following error: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 32000.The Commandline '"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TFServerStatusValidator.exe" ...' returned non-zero value: 2338. Right after this, I get this: TF53010: An unexpected condition has occurred in a Team Foundation compo ...Show All

  • Visual C# set the cell of datagrid or table to certain text..?

    Is there a way to programatically create a table or datagrid For example, when i click a button, it will display a table which the cell contains the certain text i want, like row1, column 1 ="Price" row1.column 2 ="Profit" row2, column 2 = "xxx" hi, i don't know what version do you use , this code worked on VC# EE with .net framework 2.0, if you have old version you ...Show All

  • Visual Studio VS2005 Help - Invalid Syntax Error

    After removing some adware, my VS2005 help now does not work. It comes up but it says "Invalid Syntax Error" and will not work regardless of what I check on the options for online or local. I have uninstalled it and reinstalled it but it still says the same thing and will not navigate to any of the topics. How can I get it work again Try this: Go to your add/remove programs and repair the Document Explorer. ...Show All

  • SQL Server Printing large reports in single page.

      I have a report which consists of 20 columns, and when I view it in IE it is coming in a single page, I can scroll horizontally to view all 20 columns. But when I try to take print outs, all my columns are getting split across several pages and it complicates the user to analyse the report.   I would like to know, Is there any way by which I can bring everything under one single page, without compr ...Show All

  • SQL Server SQL Server 2000 Null problem

    Hello, I have a SQL database and it was converted from Pervasive. During the database conversion, by mistake it was transfered the NULLs in numeric fileds. Do anybody have any ideea how can we corect this I'm thinking if is any way to check for corrupted data. Thank you in advance for any help, Diana Do you mean all rows with column value NULL was changed to a numeric value, like zero Looks like th ...Show All

  • Visual Studio 2008 (Pre-release) Why can't I serialize and de-serialize my expression trees?

    Building on the whole concept of code is data, data is code, expression trees are the new sliced bread : I would like to know why I cannot serialize and de-serialize the expressions A lot of us spent a lot of time in client/server applications and legacy ASP applications being told by architects, managers, peers, and our own consciences that we should never embed queries directly within the code. Now, we can make the case that patterns can be us ...Show All

  • Visual Studio Team System VersionControlServer.QueryHistory question

    Hello I've used this function in order to get all the changes from range of dates VersionSpec sFrom = VersionSpec .ParseSingleSpec( "D" + dateTimePicker1.Value.Date, selectedUser); VersionSpec sTo = VersionSpec .ParseSingleSpec( "D" + dateTimePicker2.Value.Date.ToShortDateString() + " 23:59:59" , selectedUser); IEnumerator ie = versionControl.QueryHistory( @"c:\path" , Version ...Show All

©2008 Software Development Network

powered by phorum