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

Software Development Network >> Chip 1.5 at 11.25's Q&A profile

Chip 1.5 at 11.25

Member List

Son
sunshine58
IamOsiris
MichelleK
Alex202
Larry Menard
T-BERK
Phil Hoop
Kessica
Jordan111
Alain Schneble
Dan Hadfield
nicky_tsh
Fretje
franks_spr
S.Milind
Matt Vandergrift
CynthiaCC
Exal81
SarikaPK
Only Title

Chip 1.5 at 11.25's Q&A profile

  • Visual C++ Problem compiling with proper warning level (xlocale problem)...

    Hi, I had a problem with compiling the following piece of code with Visual C++ 8 (aka. Visual Studio 2005, Beta 2, cl.exe version 14.00.50215.44): // C4101a.cpp #include <string> int main() {   int i; // C4101 } Compiling this with the command line "cl /WX /W2 /EHsc C4101a.cpp" should not report warning C4101 as in: test.cpp test.cpp(11) : error C2220: warning treated as error - no 'object' file generated test.cpp(11) : warning C4101: 'i' : unreferenced local variable However using /W3 option should report it. I've tracked the problem to be caused by the inclusion of the Standard C++ string file (ie. the #includ ...Show All

  • Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)

    The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT:   Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README.  You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checkin - you can now associate/resolve bugs and specify checkin notes with your checkin Improved performance - opening controlled solutions, get, checkout, checkin, and compare/diff are much faster M ...Show All

  • Visual Studio Express Editions how to get "OpenFileDialog" file name not path?

    how to get "OpenFileDialog" file name not path thanks. ...Show All

  • Visual Studio Team System Multi Branches

    Hi, Are there any best practices for managing a multi branches environment We might have a 20 - 30 branches in one project. We thinking of creating team projects in order to group by branches, but we would like to hear more opinions. Thanks, Michael Your choice of splitting branches between Team Projects mostly affects work items, document portals, and other TFS features -- as far as the source control system is concerned, it's one big tree. Branch/Merge operations don't care which TP they operate on. I can only think of two "gotchas:" (1) TPs each create their own default security groups; if you don't ha ...Show All

  • Visual Studio How to translate from Properties to Items?

    I have a property that has comma-separated values, like "A,B,C,D" and I need to pass it to another target. My current solution is to declare it as items and the pass it to msbuild with batching: <PropertyGroup>    <MyProperties>A,B,C,D</MyProperty> </PropertyGroup> < ItemGroup >    < MyPropertiesAsItems Include = "A;B;C;D " /> </ ItemGroup > < Target Name = " MyTarget " >    < MSBuild Projects = " $(MSBuildProjectFile) "                     ...Show All

  • SQL Server Need distributed service broker sample

    I'm working with the April CTP of SQL Server and I'm trying to create a proof of concept using service broker.  I'm struggling with the "abc's" of it.  If anyone has or can point me to a distributed "Hello, World" for service broker between SQL Server 2005 and SQL Express instances it would save me some time and trouble. thx! Niels, The two link http://staff.develop.om/nielsb/code/routing2.zip http://staff.develop.com/nielsb/code/routing-aprilctp.zip still do not work (a connection with the server could not be established). I do not know if the server is down, or is the document no longer for pul ...Show All

  • .NET Development XSD + XPATH = XSD-Type?

    I got an XSD containing a definition for XML and I got XPath Queries which would return nodes from an XML valid against that XSD. I know that all the queries will result in nodes containing simple types. How can I figure out what the simple type is without actually having XML data Just to clarify, I would have something like: < xml version="1.0" encoding="utf-8" > <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.contoso.com/books" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="auth ...Show All

  • .NET Development access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connect using RUN and the IP address. Whenever I try to connect the laptop to the desktop I get the same message; \\... is not accessible. You might not have permission to use this network resource. Cont ...Show All

  • Visual Basic how to make a specific column of datagrid read only

    hello friends my name is pradeep I used datagrid to display the columns of table in oracle but i want to make primary key column read only and autoincrement plz reply Hello Pradeem   There are couple of ways to do this scenario. Generally Autoincrement is set at the Database level . You can create a column in Oracle where you can set the Auto Increment property .   If you have a Typed Dataset , Open the dataset designer , select the column and you can set the auto increment property to be true in the proeprty grid . You can make the column also readonly here . Datagridview shows the column as ...Show All

  • Windows Forms Typed DataSet and Relationship Name

    I am wondering if there is a way to display the Relationship names in the intellisense like the Table and Column Names. Any ideas.... Thanks, rythm This might not directly answer your questions, but in .NET 2.0 Typed Dataset automatically create Methods for retrieving child rows by relation - which are displayed in Intellisense of couse: When creating two Tables, MyMainTable and MyRelatedTable , and bind them together with a Relation, which is called MyMainRelation , your Instance of MyMainTable will display the following Method: myMainTable1 . Get MyRelatedTable Rows By MyMainRelation (); So if you ask ...Show All

  • Visual Studio Express Editions where to get MicrosoftR Visual BasicR 2005 Express Edition: Build a Program Now!the registration benefits from

    Hi Apologies if this has been asked before but I get an error message Error: The page you have requested is unavailable or you do not have access. I registered and everything went fine as far as I know, any ideas Regards Tom http://msdn.microsoft.com/vstudio/express/vb/ ...Show All

  • SQL Server Creating a DB script

    Somebody knows a tool able to generate DB scripts from a .mdf file Management Studio Express. Right-click on the database and choose 'Script Database As..." and select an option. You can also script individual objects. This does not include data, you'd need to use BCP for data. Management Studio Express CTP is at http://www.microsoft.com/downloads/details.aspx familyid=57856cdd-da9b-4ad0-9a8a-f193ae8410ad&displaylang=en . Regards, Mike Wachal SQL Express team ---- Check out my tips for getting your answer faster and how to ask a good question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=307712&Site ...Show All

  • Visual Studio Team System TFS Sandbox Install on Windows XP using Virtual Server 2005 R2

    I have installed a sandbox environment on my machine as follows: Host: Windows XP SP2 - VS2005 VM1: Windows Server 2003 - DC, DNS, and VPN VM2: Windows Server 2003 - TFS If my VMs are configured with static IP addresses within the same subnet (i.e. Router = 192.168.1.1, Host = 192.168.1.2, VM1 = 192.168.1.99 and VM2 = 192.168.1.98), the Host can ping the VMs and everything works great. I now would like to modify my configuration to support the following scenarios: VMs have static IP addresses that can be independent of the current network (i.e. Router = 192.168.1.1, Host = 192.168.1.2, VM1 = 10.238.0.99 and VM2 = 10.238.0 ...Show All

  • Smart Device Development RichInk Control Changing the Font

    Sorry if this post is a little long.  Any help would be appriciated. I am currently using a rich ink control in an application I am working on.  I wanted to change the font to courier new but there is no message to change the font for the control.  So I grabbed the handle to the child window which contains the text. The problem is that when I write the text to the control initially it is written using the standard system font and the scroll bars of the control automatically ajust to the appropriate width for the size of the default font.  In order to change the font of the control I have to grab a handle to a child wi ...Show All

  • Windows Forms Detecting events of remote control

    I got a remote control with my tv card and would like to use it for other purposes than with the TV prog that I got. Could any one tell me how to go about to do it. I looked in all the DLL's and couldn't find anything.  Is it possible to detect all input events in windows, and then check if it has been a remote's butt ...Show All

©2008 Software Development Network