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

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

sondlerd

Member List

nsrajesh
RudyH
Mosawi
Jill
likong
rsf_05
Garg Umesh
mgoertz - msft
Gwapo Joe
Igor Siticov
RERAFASDFF
Wojtek P
roygdavis
aeroboy
Xavier ALVARO
dopecoder
James V
Sudhaks
Anthonysc
Techi Vignesh
Only Title

sondlerd's Q&A profile

  • Windows Forms ComboBox Changes in .NET 2.0

    Hello Everybody i am using WinApp using .NET 2.0. for ComboBox there in no ListItem in .NET 2.0. I want to add Name, values to ComboBoxes manually, How to do this. any suggestions are appricated Thanks for response, but i want to add name & value through ListItem Object but there is no ListItem in .NET 2.0. is there any other ...Show All

  • Visual Studio Team System Merging and Branching at MSFT

    Hi, I've read a few blogs on Merging and Branching so I know enough to be dangerous! Whilst reading these blogs I thought; how do MSFT do their branching Let me explain a little and I'll simplify things here. Say VS 2k5 used TF. When MS started they created the project in TF. Files were added to a main branch. Then it came round to Beta 1 time. There must have been some cut off point where they said; right, lets create a branch and call it Beta ...Show All

  • Windows Forms Smart Client and DLL searching

    Hello, I am working with a smart client application and it works  fine. When I access it through web I get following IIS log: 04:52:22 127.0.0.1  GET /AsyncWebServ/SmartClientDemo.exe.config 403 04:52:22 127.0.0.1 GET /AsyncWebServ/SmartClientDemo.exe  304 04:52:22 127.0.0.1 GET /AsyncWeb ...Show All

  • Visual Studio Team System WI permission

    Hi, There is a way to give some different permission on some different WI. I mean, under one Team Project give some different permissions on different WI types. Thanks in advance, Shmulik We do not support permission based on work item type. Currently you can provide permission based on Area node only. -Mohammad ...Show All

  • Visual Basic Compute values

    I have this problem to do: After values are placed in the x and y text boxes, pressing Compute Sum places x+y in the sum text box. How do I code this Hi Mumshelp, If you have values in textboxes x and y you can get them using the following method: Dim ValueX As Double Dim ValueY As Double Dim SUMValue As Double Try    ValueX = Val(x.Text)    ValueY = Val ...Show All

  • SQL Server MDX: Null value to replace column in Query

    I have an MDX query that is not doing what I want it to do. Currently, I have an application that expects to recieve a certain number of columns in order to make a chart.In SQL, if I was not requesting data for all of the columns I could replace the column name with a NULL and still recieve the other information with the in the appropriate format (Except for that column would have all NULL values). I cannot get this to work in MDX... an exam ...Show All

  • Visual Studio MSBuild Copy Task works intermittently

    For some unknown reason, the Copy Task sometimes works, and sometimes doesn't. Does this happen to anyone else I'm running from the command prompt. I haven't encountered any problems using the Copy task as you are illustrating. Maybe it is something besides the Copy task One possibliity that would work on & off would be if you are copying based on an Item. Items are evaluated at the begining of the build, so ...Show All

  • Visual Studio 2008 (Pre-release) Resizable Geometries

    Hi there, how do I implement resizable geometries Let's say I have CombinedGeometry, which consists of a rectangle and a circle. I use XOR type of join. Please not that I do everything by the code force. Lets say the region for the that CombinedGeometry got resized. How do I resize my geometry appropriately Should kind of 'cache' every element into variables and change the size of those elements or there's a different way for doing that ...Show All

  • Visual Studio Express Editions INSTALLATION ERRORS

          I downloaded Visual Basics 2005 Express, Microsoft  MSDN 2005 Express Edition, and Micrsoft SQL Server 2005 Express x86, as a pundled package. The first 2 installed fine. But I'm having some issues with the SQL Server, it stoped in the middle of the instalation and said instalation failed.( An unexpected error occoured during setup. The data file C:\DOCUME~1\DJARTS~1\LOCALS ~1\Temp\sit27125REBOOT. ...Show All

  • Visual C++ Release object code seems now incompatible with debug object code

    Prior to Visual Studio 2005, it was possible to link together C and C++ .obj files which were a mix of release (compiled using /MT) and debug (compiled using /MTd) builds. I'm finding with Visual Studio 2005, that the size and layout of C++ class objects which have STL container data members now varies between the debug and release builds, such that this linking of mixed build objects no longer works. Is there a way I can compile my releas ...Show All

  • Visual Studio Team System TFserver workgroup edition

    Hi, experts, I am using a TFS workgroup edition. I wonder unless the 5-users limitation, are there any other limits about it, such as the number of projects hosted in the TFS and others thanks a lot first. John ...Show All

  • Visual C++ How do I partially specialize a template function?

    I have template < class P_T1, class P_T2> static inline void f() {} I want to redefine template<class P_T2> static inline void f<void, P_T2>() {} to do something else (as a special case when P_T1 is void). It does not work because I get error C2768: 'f' : illegal use of explicit template arguments Anybody help Partial specialization of function templates is not supported by the C++ ...Show All

  • Windows Forms more message boxes

    I've got some more problems. I can't figure out how to create an If..else statement with regards to the YesNo message box. Here's pseudo code of what I want to accomplish. If (yes clicked) messagebox (correct) else if (no clicked) messagebox ( you lose) well...hope that's enough info to go on, thanks for your help. I hope I understand... You want to know what is the result from a messagebox this is simple ...Show All

  • Visual C# Any API that allows the copying of a directory ?

    Hi Guys, i am working with files and folders in my project. Currently my method of "copying" a directory is to recurvisly go through the original folder and reproduce the folder structure in my destination folder and the copying the files over. Does C# cater for a Directory.CopyDirectory() method Hi, Read the following post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=88811 If you want this operation to be done in a single ste ...Show All

  • .NET Development How to enter string with embedded empty double qoutes in the app.config file?

    Platform: .NET 1.1, Visual Studio 2003, C# I want to put the following element in the app.config file but I get a runtime error. <add key="ExcelOleDbConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties=""Excel 8.0;HDR=YES"""/> The error is : "This is an unexpected token. The expected token is 'NAME'. Line 25, position 119." Line 25 does refer to the element. Position 119 is the character 'i' in ...Show All

©2008 Software Development Network

powered by phorum