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

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

Kostil

Member List

gidmanma
Dinesh Asanka
richdenis
Lenin82
GemHedar
wscrivens
bigballball
JosAnt
Sheila1983
tbh
CarlN
Christian Stefanescu
QueenAji
Byron
tdrock
Venom
holmes7899
Gary Ng
Ulrich Straus
brjali
Only Title

Kostil's Q&A profile

  • Visual Studio Team System Question about changesets gathered for Team Build.

    I just noticed a behavior which I had hoped wasnt the case. I have a TeamProject with two branches. I have two Team Builds - one to build Branch1, the other to build Branch2. I make a change in Branch1, fill out the comments and check it in. Then make a change in Branch2, fill in the comments and check it in. Then I start the Team Build which builds Branch1. When the build happens it gathers up both changesets and associated them this build (which is supposed to be specific to Branch1, but now included changesets and comments for Branch2). Is this intended Am i doing something incorrectly Can I change some setting so that the chan ...Show All

  • Visual Studio Team System TFS Verification

    I'm on my third installation of TFS. First time  All went OK bit I couldn't create projects. Second, Wouldn't install at all. Third and this time. Totally rebuilt server and now it's all installed. Before I attempt to create a project can anybody give me a checklist of things that should and shouldn't work. For example at the moment I'm logged on the machine as TFSSETUP who is a member of local admins.  I have Foundation Client installed also. 1. http://localhost/ = Under Construction 2. http://localhost/reports = Reporting server website and I've added our develpment NT group and tfsservice to system administrator role 3. http:// ...Show All

  • Windows Forms Windows XP and Data Grid control

    Does anyone know if there is a way to obtain an XP Themed data grid column headers   Should I inherit the DataGridTableStyle class and override the paint or something (which I don't think you can do).  I want to acheive the effects you get like column header hovers, left aligned sort indicators.  I can do the sorted column highlighting in&nbs ...Show All

  • Visual C# C# 2.0 RTM compler incompatability with c# 1.1

    I have an existing application that declares a class that derives from System.Windows.Forms.Form and an interface. This compiled and worked correctly in 1.1 but an error is reported during in C# 2.0 "IRecitalMirageForm - type is not supported by the language" public class Form1 : System.Windows.Forms. Form , IRecitalMirageForm Is there any workaround for this behavior Barry, Thank you very much for sharing your issue. I am puzzled, not by the error you get but by it previously working! Please, if you have not already done so, file a bug in our product center with a repro also of the previous worki ...Show All

  • Visual Studio Express Editions how do i print a form/document?????

    I created a form that has various labels and text boxes. How do I print this form I see that I can use the PrintDocument in the toolbox, but i still have to create the code for it to print. I don't know where to start. the documentation in the help file gives you a lot of code but not where or how to place it. ...Show All

  • Visual Basic Any way to trim all these IF statements?

    Hi, I'm a VB6 hobby programmer and I'm just getting in to VB2005. I installed the VB Express ed. last night. I'm writing a simple game and have run into a coding issue. I have 15 buttons on a form. As part of the game, you click the buttons to essentially move them around. After each click, I run a subroutine to check if the user has "won" the game. In order to check for a win condition, I check to make sure each of the 15 buttons are in the right location on the form. This has caused me to have an "if statement" mess of code. The way I wrote it is like this: Private Sub CheckWin() If ESX = 114 And ESY = 139 Then   ...Show All

  • Windows Forms Config File in VS.NET?

    I created a simple windows forms application.  In a web app you have the web.config and VS.NET has a web.config in its list of files to create. I have read that a windows forms app has a app.config or a app.exe.config   Why is there no option to create one in vs.net 2002  thanks! When you followed the steps I outlined above ...Show All

  • SQL Server xp_sendmail issue

    I'm using Server 2000....I have pointed the master database to the sqlmap70.dll so now QueryAnalyzer understands the xp_sendmail syntax; EXEC master..xp_sendmail 'Callan' , @query = 'qmtest' ....however, I now receive the following error; xp_sendmail: Procedure expects parameter @user, which was not supplied. ....yet, when I add the parameter @user = 'guest' It tells me; xp_sendmail: Invalid parameter '@user' Any help would be GREATLY appreciated... Please refer to Books Online for the complete set of parameters for the SP and some examples. There is no parameter like @user. There is a parameter called "@set_user" but that is a ...Show All

  • Visual Studio Team System Is there any client to access Source Safe in VSTS similar to the one that we had in VSS

    Hi I wanted to know if there is any way where a person can view a source control explorer for a team project without actually opening the IDE Is there any client available which lets us view the TFVC The Team Foundation Client (found on the installation media in the TFC directory) is the stand allone version of Visual studio with only the team explorer. You are free to install it on as manny machines you like as long as you have a Client Access Licence for the named user that connects to the Team Foundation server. There is no web access available at this moment to provide a central approach ...Show All

  • Windows Forms designer can't load form. Where is 'more information'?

    after going from beta2 to rc1, the designer all of a sudden cannot load my forms anymore. instead, i get the infamous window with the red top that says some errors may go away building the project, while other need code changes. needles to say: the file compiles fine, the form could be opened with the beta2 and vs2003 designers and obviously doing a rebuild doesn't help at all. now what the additional error message says; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. ok - great. now how do i retrieve the loader exception property. how can i fix this where can i find more info ...Show All

  • .NET Development machine.config file

    hi, can anyone tell me where can i find the machine.config file   i read it somewhere it says it is in the Microsoft.net  framework but i can't find it...please help! thanks Hi, It will be in the Windows Directory. \Windows\Microsoft.NET\Framework\v1.1.4322\CONFIG    ( for v1.1 ) NOTE the version specific folder can be: v1.0.3705    - for .NET 1.0 v1.1.4322    - for .NET 1.1 v2.0.50215   - for .NET 2.0 Beta 2 Regards, Vikram ...Show All

  • SQL Server Grouped Totals

    I have a report with grouping that shows very odd behaviour. The report is set up basically like: Group1: Sum(x);Sum(y);Percent=Sum(x)/Sum(y) Group2: Sum(x);Sum(y);Percent=Sum(x)/Sum(y) Group3: Sum(x);Sum(y);Percent=Sum(x)/Sum(y) Detail: ...,x;y,... On the Group3 level, if I use the formula ReportItems('Group3SumX').value/ReportItems('Group3SumY').value the value of the Group3SumX text box is altered! I tested this by putting the aggregate =Sum(Fields!AppCount.Value) into two different textboxes. One I referenced in the Percent calculation and the other not: both values were different. Any ideas about th ...Show All

  • Visual Studio Express Editions getchar() issue

    Hi!Does anyone know how getchar() works exactly A very simple example would be of great help as neither local help of C++ nor the MSDN online lobrary gave me a clear idea of how it works with the info they give about getchar().It's like gets(),if I understood well,with no need to worry for buffer overflows.Also,whats that EOF condition Finally,if I use char to store a value for getchar() to return it will I get an error Thanx! http://msdn2.microsoft.com/en-us/library/x198c66c.aspx should contain an example. EOF --> stands for End Of File. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Forms Drawing graphic lines with 'XOR' ?

    Finaly I have started to convert my VB6 app to VB.NET2005... I can't figure out how to apply the VB6.Drawmode = XOR, or any other way to draw lines and erase them them on top of other graphic lines as the user moves the mouse If not XOR is supported, is there any other way to do this (like a rubberband) Yes, I know I can use Windows GDI calls, but then all my other graphics must be converted from VB6/VB.NET drawings to GDI (as all graphics should be able to drag as they was in VB6) Please - need help, have searching for on answer too long already ...Show All

  • Visual C++ How do you define windows version for compiling? & run from VS?

    How do I say what version of Windows I want to use when I make a build Is it possible to have it work for multiple versions (98SE, 2000, ME, xp) Secondly, how do I launch an executable from within the VS IDE Thanks! Code built with VS2005 should work on all the versions of windows you mentioned unless you are using a specific Windows API (in your code) that exists in one version but not the other. As for launching an executable through the IDE, just press F5. Thanks, Ayman Shoukry VC++ Team ...Show All

©2008 Software Development Network