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

Software Development Network >> Pierce Blaylock's Q&A profile

Pierce Blaylock

Member List

farhad aslam
Bito
kanlinkan
Grandpa4075
Carsten Loeffler
Dahoul
brad rbr
CPrecourt
Florian Kr&#252&#59;sch
jeremypv
iccle
Kailash-Bisht
LisandroRocha
jportelas
e-Musty
skyhawk7ma
simflex
PCHEEK
Nicklas Gummesson
Kiran Karnati
Only Title

Pierce Blaylock's Q&A profile

  • Visual Studio Express Editions EXE

    this is gonna sound really dumb but how do i actually exprot my project to make it an EXE. it's not like vb 6.0 lol Col, I'm requesting that you read the announcement at the top of the forum. Microsoft collects continuous data for a database and descriptive topic names are requested for the benefit of the users of the community. ...Show All

  • Visual C# MessageBox.Show method

    I am a newbie on C# language. I have installed on my system Visual Studio.NET 2003 enterprise edition. Anytime I want to display a message using MessageBox, the MessageBox shows up without any output. Even the label like OK on the button doesn't show Can someone help me Here is a sample code: using System; using System.Windows.Forms; class MyMessage { static void Main( string[] args ){ MessageBox.Show( "I am great", " ...Show All

  • Visual C# Datagrid Events

    I am trying to find an event that then the user scrolls down the datagrid for each record I can display the notes in a listview control. So, when the user goes to a different record the notes for that record will appear in the listview control. Can somebody help thanks Take a look at the CurrentCellChanged event for the grid: private void dataGrid1_CurrentCellChanged( object sender, System.EventArgs e) {     ...Show All

  • SQL Server Remote tables

    Hi everybody: I am working on a query that referrences a table in a remote database. It seems in Management Studio 2005 anytime you open a new query window you should connect to a specific database instance that's why when I refer to the remote database table using Fully Qualified Name it tells me the database name is unknown. Do you have any solutions for this Thanks a lot You can try with OPENROWSE ...Show All

  • SQL Server How can I get primary key col and other two cols in the same table become one to one relationship.

    For ex. Table Match_List ( MatchID, UserID_A, UserID_B) constraints like MatchID primary key UserID_A <> UserID_B unqiue index (UserID_A,UserID_B) but I wish to exclude duplicated rows like 1,1,2 & 2,2,1, cause UserA to UserB, and UserB to UserA are the same thing. How can I get this You can create a view based on table Match_list Create view Match_complet as sel ...Show All

  • Visual Studio Team System Checkout behavior on non-mergeable file types

    I understand that in general TFVC encourages concurrent development by defaulting a checkout to just marking the local version as editable.  However, IMO for non-mergeable files, TFVC should always do a get latest when checking out this type of file.  Since the file is not mergeable, allowing devs to checkout anything but the latest version is setting them up or a *bad* experience. It would also be very nice to h ...Show All

  • Visual Studio Express Editions Global Variables

    Hi, ok i declare a variable and want to change it in another sub but in in antoher sub (Button1_click for example) an error occures: Error 1 Name 'i' is not declared but i decalred the variable already... i thats because the variable is not global. Can someone tell me how to create a global variable ================================================== Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.Ev ...Show All

  • Visual Studio Team System Licensing?

    I could not find any information in the current beta regarding licensing.   What are the terms of use and distribution of MSF Agile MSF for Agile Software Development is a faeature set of Visual Studio Team Systerm. All the licensing and rights that pertain to Visual Studio Team System apply to MSF as well. Let me know what your scenario specifically is and I can help further. ...Show All

  • SQL Server Unpivot Transformation Null Values

    Hi, I am trying to use the Unpivot Transformation, and I have the following mapped out, following the example from the SQL Server 2005 BOL Unpivot Transformation: Input Destination Column Subject ValueNumeric ValueString ValueNumeric Pivot Key Value RACE OTHRRACE GENDER Column Name Subject RACE OTHRRACE GENDER Data Records 99999 ...Show All

  • SQL Server How do you edit a Group with no header or footer?

    I am new to SSRS 2005 and so far the only way I can figure out how to edit groups in a table is to right click on the group header or footer and select Edit Group. But how would you edit the group if you chose to not have a header or footer And how would you delete the group for that matter I'm looking for something like the Crystal Reports Group Expert. highlight the table (easier said that done...click any c ...Show All

  • Visual Studio Tools for Office How to customize column into VSTO's Excel sheet

    Hi all, I have done following: 1. Click on "Add New DataSource" into Datasource configuration wizard. 2. Choose the "Object" from the options. 3. Select any of the classes from "NameSpace.Entities" dll generated by myself that works as dataaccesslayer. Lets suppose class is "XXX.cs", select it & click finish. 4. Open the "Datasource Explorer", Browse the class "XXX.cs" that i have selected in the above process. ...Show All

  • Visual Studio 2008 (Pre-release) Trust Not Granted

    Hi, I've just installed WinFX Runtime Components - February CTP on my Windows Server 2003. Why I'm getting "Trust Not Granted" message when trying to execute sample xaml files Germans Can you tell me a bit about your machine What version of IE are you running Thanks, Karen ...Show All

  • Visual Studio Set up VSS so all files checked in before final release

    I like to know if there is a way in VSS to make sure all files are checked in before any developer can make a final release executable. Thank you in advance! J Hi J, Sorry, I do not know of such 3rd party software. But perhaps someone else on forum or newsgroups knows I suspect there should be fairly easy to write such tool yourself. I don't know for sure, but I'd expect VSIP interfaces for VisualStudio ha ...Show All

  • Visual Studio Links to the MSDN online lib are wrong

    hi, i'm having the following problem some links to the msdn online library don't show the correct pages with it's images and all the things they should show, one example http://whidbey.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/T_System_Array.asp is there a way to fix the links so they can point to the correct pages thanks! CamonZ Hello - try looking for the documentation on the ne ...Show All

  • Visual C# Enum question C# and VB

    Why this code in C# not work but in VB work Code C#: public enum eFilteringCode : ulong { None = 0, Gen = 1, BdF = 2 } static void Main( string [] args { int BitMask = 400; ulong uRes = BitMask & eFilteringCode. Gen; } Code VB: Public Enum eFilteringCode As ULong None = 0 Gen = 1 BdF = 2 End Enum Sub Main() Dim BitMask As ULong Dim uRes As ...Show All

©2008 Software Development Network

powered by phorum