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

Software Development Network >> Microsoft sure makes it hard's Q&A profile

Microsoft sure makes it hard

Member List

Brian MB
Endren
Matt Finucane
William_fr
Matt Neerincx
pavy
Werner
crjangel
UtterMan
Keith Boyd
Bhushan Patil
W S Jones
Dwain Douglas
Michael O. Schoneman
james_m
KingyNL
JohannSinuhe
Brian Westover
Seema Ramchandani MSFT
Bob Rivers
Only Title

Microsoft sure makes it hard's Q&A profile

  • Visual Studio How to set envrionment variables in MSBuild file?

    Experts,    In a msbuild file, How do I set a environment variable Thanks, Hmm... that should work. Here's example script - <Project DefaultTargets="T" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <DevEnvDir>$(VS80COMNTOOLS)..\IDE</DevEnvDir> </PropertyGroup> <Target Name="T"> <Message Text=" $(VS80COMNTOOLS) "/> <Message Text=" $(DevEnvDir) "/> </Target> </Project> Here's the output Target T: C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\ ...Show All

  • Visual Studio 2008 (Pre-release) Error - hyperlink in a WBA in an IFrame

    I have a hyperlink in a WBA which is hosted in an IFrame. The hyperlink is pointing to an HTML page. When I click on it, an error is raised right before the WBA exists and the browser is redirected to the HTML page. The error is here: http://www.valil.com/AmazonBookInfo/error.jpg I have created a sample project to recreate the error: http://www.valil.com/AmazonBookInfo/TestHyperlinkIFrame.zip (double-click on index.html from bin\Debug and then click on the hyperlink) The error shows up only if the WBA is in the IFrame - if it is loaded by itself it works OK. Thank you, Valentin Iliescu Thank you very much for reporting this er ...Show All

  • Windows Forms Discussion Board

    Can anyone help me  to create Windows form disscussion board in C# It is certainly possible to create a discussion board using C# and Windows Forms.  However this question is too broad to be answered here. If you have a specific question regarding Windows Forms, feel free to post it in the Windows Forms General Forum. Thanks, ...Show All

  • Visual Studio Express Editions Help with databases

    Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just to visualize here is a shortened example of my database: VehNum Temp 123 73 456 68 123 83 456 79 123 81 456 72 ...Show All

  • Visual Studio 2008 (Pre-release) Triggers vs. Event Handler

    What advantage do I get by using triggers rather than standard event handlers, given that I deal with by UIElements from the code only Thanks Triggers allow declaritive changes to occur when an event fires, or a property changes value, etc. You can do that in code with events as well. The main advantage I would say is that with Triggers you do not need to know the event signature, or deal with some of the subtile differences between event types. ...Show All

  • Visual C# c# and internet Filtring

    Sorry but I am not as well as you in English but try ... I am Iranian and here the Gov. has filtered many of sites (from Porn to politic or many Web logs) We try to Develop an application to break this limitation. Is it possible to use a Security Library  or any things like this to get the raid of this filtering or do you know any solution with out using Proxy . if you have any suggestion Please tell me. thanks... I tried answering this here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=180131&SiteID=1 ...Show All

  • .NET Development OleDbCommandBuilder creats bad Update Command

    I am creating a database system using .NET and an access database.  I am using OleDbCommandBuilder to create my SQL commands.  However, i get thrown an exception when I try updating a certain field.  It says that there is an error in SQL syntax.  I extracted and command, and sure enough it is generated wrong.  Here's what i got UPDATE Tests SET TestName = , Procedure = , Developer = , System = , Type = WHERE ((TestID = ) AND (( = 1 AND TestName IS NULL) OR (TestName = )) AND (( = 1 AND Developer IS NULL) OR (Developer = )) AND (( = 1 AND System IS NULL) OR (System = )) AND (( = 1 AND Type IS NULL) OR (Type = ))) As y ...Show All

  • Windows Live Developer Forums help

    Last week, the Messenger team offered Windows Live Messenger Beta invitations to the first 5 people who submitted Activity Apps that passed the provisioning process. Drum roll please...  And the winners are: 1. Notesaic by Daniel Tse 2. Quatro by Chris Weeink 3. Boter kaas en Eieren by Glenn Klijn 4. Let's Play Chess by Prasad DV 5. CooperYoung by Frans-Willem Hardijzer Congratulations to the winners!  You will be receiving your beta invitations shortly via the email address used when you submitted your application to the contest. Keep the apps coming!  The Worlds Best App contest continues until midnight (PST) December 31, 20 ...Show All

  • Windows Forms Error in Data Source Configuration Wizard (VS2005)

    When I try to bind an object with the wizard I get the following error popup: An unexpected error has occured. Error message: Object reference not set to an instance of an object.   It works fine for other projects in my solution. I have references to Infragistics assemblies.   Thanks for your help. Hi, Can you provide more details about how you got this error When you said it worked fine for other projects, do you mean you could reference to other projects' assembilies without error, but only got error with this assembly Thanks. Aiwen Guo VB Test Team ...Show All

  • Windows Forms how to move picture form ?

    how can i move a form without title bar i have posted the code before but now its just not working anymore so any one could help i want to move a picture form1.vb without titlebar whats the code for it thanks found it Public Class MainForm1 Dim matrix As MainForm1 Dim score As Integer = 0 Private mouseOffset As Point Private paused As Boolean = False Private isSoundOn As Boolean = True 'If there is no title bar, you can move the form just by dragging it. Private Sub Form1_MouseDown( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventAr ...Show All

  • Visual Studio Team System TF42056: The build service could not connect .... TF30063: You are not authorized....

    This message is displayed on a client box (running VS 2005 architect) when we attempt to execute a build type. The build type is referenceing the build service on a different server. TFS is running great and check in / check out, etc works fine. However, I do not have a domain in place since this is all installed on virtual instances. All logins are local and everything works great except for this. My problem is that since the build service account is running on a standalone machine I'm assuming it is responsible for providing this message back to the client. TF42056: The build service could not connect to the Team Foundation Server: TF30063 ...Show All

  • SQL Server Connecting to SQL Server with a login form.

    Hi all, I'm new to VB and VB.net and forms and everything, so please bare with me :) I am constructing an application which is connected to sql server 2000.  What I want to do is have the Login form open upon startup then have an option group where the user states if he wants to use NT or SQL Server authentication.  .  Then I want a combobox which looks up all the current sql servers there are on the network, so that the user chooses the sql server that it connects to. or if that's not possible, just a textbox with the sql server and database name. I already have the option group (although I don't know how to get their values, ...Show All

  • Windows Forms How to intercept WebRequest.Timeout

    Hi, there WebRequest wreq = WebRequest.Create(Url); wreq.Timeout = 15000; IAsyncResult r = (IAsyncResult) wreq.BeginGetResponse ....... ....... I must do something when wreq.Timeout. Where can I write code in Thanks... Hi, Thanks a lot I know how to resume, I omit the resume code here, just to protrude the restart download error. If I run 10 times, it gets error about 8 times, ...Show All

  • Visual Studio Team System Testing Policy completion

    What does Visual Studio use to determine if the test run has been completed successfully in order to allow check-in The reason for the question: why doesn't running these test external to Visual Studio via MSBuild satisfy this policy I'd like to set a check-in policy that not only requires tests to be run prior to check-in, but also requires the build and tests are using latest code checked-in by others since my check-out. I can do this with a MSBuild script, but running the tests this way does not satisfy the check-in policy. If I cannot satisfy the test from an external MSBuild script to enable check-in, is there a way to require test ...Show All

  • Visual C# Label Justify text

    hi i was wondering how can i create a label with the text justified .... i need this becasue im making my own messagebox control, so the text is variable and i need to justify it so it looks pretty, does anybody have an idea im using window application with .NET 2.0 ,,,, mig16 You can make a labels text centred, but I don't think you can make it justified. It's a property on the label control. Of course, you need to make your label the size of the form when the form resizes, in order for centreing to work. ...Show All

©2008 Software Development Network