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

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

tracy97214

Member List

plucky
Myrkky
Bas van Atteveldt
Bill Oliver
tracks2009
Andalus
jimmy1949
srinu.net
Ergenekon Seferoglu
v1c
Ahmed Kuradi
Palia Weel
Stargex
Rocker
cleith
paradiso
sharpsreenu
Damann
Hatem Rabie
Muhammad Rizwan
Only Title

tracy97214's Q&A profile

  • Visual Studio Add web control to web form designer at design time

    Someone please help me !! I am trying to add a standard web control (e.g. label, textbox, datagrid) to the currently active web form surface in VS2002/2003. If I add it using the DesignerHost.CreateComponent method it seems to add to the controls collection OK, and usually the code-behind shows the declarations. But the HTML design / source tabs never display the added item. How can I get this working Someone mentioned simulating drop after pla ...Show All

  • Windows Forms how to fix the size of a window?

    hi there is a windows form i want to fix it's size , in a way , that user can't maximize or minimize it. for example a window to ask username and password , it shouldn't be sizable. i set the formborderstyle property to fixedtoolwindow , but if user double clicks the frame, it will be maximize! how can i fix it thank u Hi, Just set the maximum size and the minimum size of your form (the same values).   ...Show All

  • Windows Forms Get Menu String from owner Draw menu.

    hello all, I have tried to get menu string from .Net Owner Draw menu(for third party applications) using "GetMenuString" APi .but I could not get the string. I s there any way to get the string.  other wise how to capture the menus te ...Show All

  • Visual Studio Team System No of tests running

    Hi, I am testing one win form application. I have written unit test and I am calling this unit test in my load test to test the web services. I am running the load test with 100 users for 10 minutes. For 2 minutes only numbers of users are reached 100 and test is running for 10 minutes. But in test running counter for max column tests running showing as 20 only. Min column showing as 9. Question . ...Show All

  • Visual Studio Passing same parameters from Main report to subreport

    Hello, I'm having a problem setting the parameters of a subreport. Both reports (main and subreport) use stored procedures. Both procedures have the exact same parameters (named the same as well). I tried to just straight assign the main parameter values to the subreport parameters and it doesn't like it. Can someone show me simply how to assign the the values of a subreport Thanks in advance. Greg ...Show All

  • Visual Studio Team System Cannot access Documents in Team Explorer

    I have the Beta 3 Refresh of TFS installed. I logged in as TFSSETUP and created a new Team Project (AdventureWorks). In addition, I added my personal id to the admin groups in the Team Foundation Server Security Group and Windows SharePoint Services Role. In the server/reports server, I added BUILTIN\Users to the Properties\Security (this was not enabled by default and thus everyone other than server administrators received security errors for t ...Show All

  • Visual Studio Express Editions web development

    Can visual web developer express be installed and run on the same machine that has  visual studio express installed By Visual Studio Express installed, I assume you are referring to VB Express or C#, or C++. But the answer is Yes. Here is a video on "Channel 9" that describes some of the nifty info about web development. http://channel9.msdn.com/Showpost.aspx postid=138769 Hope it helps. ...Show All

  • Windows Forms Proper splash screen design

    Hello everybody, I want to ask what is the best practice for splash screen design. Should the main method start two separate threads for the main form and splash form Or some other approach Like the main form spawning the splash thread Because I'm rather confused, I've been reading quite a few articles on splash screens all use different approaches and entry points. So I just wanted to ask what's the best practice about the problem. Any advice i ...Show All

  • Visual Studio Express Editions Display names of computers on a network in a combo box

    I know that this must be posted somewhere, but I can't find it. Hopefully this won't make you mad as this has probably been asked many times: I need to display the names of computers within a network in a combo Box. I have recently restarted to do a bit of programming and I have forgotten nearly everything, so please excuse me if I don't know what you mean. Last post of this thread http://forums.microsoft.com ...Show All

  • Visual Studio Tools for Office Creating a VSTO customization for Online/Offline use

    I'd like to have my Word VSTO customization (deployed to an intranet IIS web site) run in both online and offline scenarios. My install doesn't install any files on the client, but simply adds the security policy to allow addins from my intranet site to run. (See "Code Access Security configuring installer" by Mads Nissen 2005 - http://weblogs.asp.net/mnissen). The equivalent commands would be: gacutil -i "%programfiles%\Microsof ...Show All

  • .NET Development System.DirectortServices

    Hi all, I am new to System.DirectoryServices programming. I am trying few samples at home. But somehow the samples in MSDN uses Organizational unit and other AD terms and I dont knwo how to use them at home. I dont have any Active Directory setup in my machine. Moreover the System.DirectoryServices samples in MSDN doesn't work when I try them at home. Here is a basic task I wanted to do. I wanted to add a user to a group. When I use the Direc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Need Help About Properties of map members

    I never loose time as much as thinking about hierarchy & properties. I have a question about map members, to make them static or not. for ex if i make objects members static (Objects here means, the objects will be created by reading meshes & will be seen in map): in Objects.cs: private static int meshCount; private static float[][] positionXYZ; private static float[][] yawPitchRoll; public static int MeshCount{get{re ...Show All

  • SQL Server SQL 2005 .NET Stored Procedure - Returning more than 8000 chars i a variable

    I have developed a .NET Stored Procedure in C# (SQL 2005 sept CTP, VS 2005 RC1). 1. I'm passing an T-SQL output variable into the .NET function. For example @TSQL varchar(max) 2. Inside the .NET procedure the variable is of type string (for example: ref string SQLText). 3. The .NET procedure populates my local variable SQLText with a quite long SQL Statement which I want to return to my T-SQL Code into the @TSQL variable. Everything is OK if my ...Show All

  • Windows Forms How to iterate through a DataView

    Hi, How can I get the number of elements of a DataRowView or an Iterator static private void print( DataView dv, string label) {     Console .WriteLine( "\n" + label);     DataRowView drv;     for ( int x = 0; x < dv.Count; x++) {          drv = dv[x];       for ( int  q= 0; q < DRV.COUNT ; q++ ...Show All

  • SQL Server DTS erroring on index in unicode conversion

    I have undertaken the following process to convert a database to unicode support. This is sql 2000 SP4 - Create a new database dbnew - Script the old database dbold with all objects, everything, and dependencies - Global replace varchar with nvarchar (etc etc) in the script - Execute the script to create all objects into dbnew - (Objects all exist fine) - Startup DTS and choose olddb as the source, newdb as the destination - On DTS step 3 cho ...Show All

©2008 Software Development Network

powered by phorum