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

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

RHTCJohn

Member List

Len80
JP.DEV
gnutech
sam-pan
dX10
Anders Hejlsberg
paulos
Jrhoten
Phil Thornley
Oliver_26
speeddensity
wardw
shyam sunder
yudkovsky
Scotttt
Dipeka
deekaye
Kevin Won
texag
diane martin
Only Title

RHTCJohn's Q&A profile

  • Visual Basic Playing sounds in asp.net

    Hi I want to know, how to paly a sound file in asp.net, I am doing project related to that pls help me The problem is, it's trivial to play a sound on the server, but to do so on the client requires downloading the file, and playing it. What do you want to do exactly Are you trying to embed an mp3 or midi in your page as a background, or something else entirely (i.e. something event driven ) ...Show All

  • Visual Basic getting application data folder!!

    i want to know if there is a api for getting application data folder in windows xp!! like getsystemdirectory or getcurrentdirectory n does the path like( c:\documents and settings\"username"\local setings\.. )does this type of path varies for different windows versions!!:) Hi, For ClickOnce published application, I think IsolatedStorage is a better solution. .NET Framework 2.0 introduces a new Application scope that will move with your a ...Show All

  • Visual Studio Tools for Office Revisions in Bookmarks

    When I access a Microsoft.Office.Tools.Word.Bookmark object in my code I was hoping to use the Revisions property to get the revisions within only that bookmark.  I seem to get all of the Revisions of the entire document.  Is this the way it is supposed to work Bill Microsoft.Office.Tools.Word. Bookmark book; IEnumerator books = Controls.GetEnumerator(); while (books.MoveNext()) {     if ( books. ...Show All

  • Visual Studio VS.NET 05 OnBuildDone Event (BUG?)

    It clearly looks like that parameter is not being set properly when a Rebuild is performed, seems like it just uses what happened prior. This is pretty easy to replicate, create a new Addin, register for applicationObject.Events.BuildEvents.OnBuildDone in the OnConnection() method. In the event handler, trace out the value of the parameters passed in.  When the addin is registered, start another VS05 session and use a different solution an ...Show All

  • Windows Forms Selectively making bound controls Read Only

    I have bound a dataview to some controls (textbox, rtf, etc...) and some records need to be read only based on some of my own logic... now, whenever the position changes, I can determine if the row can be edited, but I need to block&n ...Show All

  • Visual Studio Team System Can't get past the 26204 error

    I cannot seem to get the data tier installed, it keeps failing with a 26204 error but I can't see anything obviously wrong. I've checked the list at http://blogs.msdn.com/askburton/archive/2004/09/03/225386.aspx  but everything still seems OK. - The server is a Windows 2003 Enterprise Edition (not SP1) server. - It's a member of a 2003 Active Directory. - I've created a domain account called TFSSETUP and added this to the servers ...Show All

  • Visual C# Whidbey

    what is Whidbey mean in VS.net Whidbey is not a code... What you use for creating applications is called Whidbey(Visual Studio.net 2005 - an iDE). VS.net 2005 comes with .net 2.0 ...Show All

  • Windows Forms configure layout & formatting of columns of bound DataGrid

    I'm new to Windows Forms ... I'm not seeing how to control the size and formatting of a bound DataGrid's columns. I set DataGrid1.DataSource = DataTable1 The DataGrid displays the two columns of data from DataTable1, but the columns are displayed with identical&nb ...Show All

  • SQL Server Indexed View - has no influence on performance.

    hi, I am using SQL Servre 2000. i have made tests trying to improve performance by using Indexed View. i have a table T1, that has a datetime field F1. i have another table T2, that holds links between records in T1. T2 has 4 fields : Recid  - identity column recid1 int - identifies a row in T1 recid2 int - identifies another row in T1 LT int - link type i want to build a query that retrieves all the rows from T1 that has a cert ...Show All

  • Visual Studio Tools for Office MSFlexGrid OCX license enforcement

    My app has used a MSFlexGrid OCX control for many years. I cannot even say where the original OCX came from - the previous developer found it. After porting to Studio 2005 the app now complains that the OCX is not licensed (see http://forums.microsoft.com/MSDN/AddPost.aspx ForumID=29&SiteID=1) but only on certain boxes - in this case an XP box with only Studio 2005 installed. It works on boxes with both Studio 2003 and Studio 2005 ins ...Show All

  • Windows Forms VS 2005 Winform designer Issue

    I am getting the following error whenever i tried to open forms in VS 2005 solution in design mode. I tried rebuilding the solution several times, but still the issue persists. I referred couple of messages in the forum and applied the resolution provided in those, but still the issue persists. I am stuck and not able to do any modification to the controls and their properties. Is there is any fix available for this issue One or more e ...Show All

  • Visual Studio VSS6.0c- History Get problem.

    Hi, I don’t know if this is right place to ask for this question or not. I am having problems with the performance of History get operation from VSS. I am using IVSS Sample rapper for VSS written in C#. When I call a method to get history it takes about 2 to 3 minutes to get history of project. Is there any way I could mention a label against which it can bring history to make it more efficient and Fast or Any other way get history qui ...Show All

  • Windows Forms How can I add lines in a richTextBox in C# ????

    Hi, I’m working Visual C# .NET 1.1 I have got a richTextBox control with 4 lines: Line 1 Line 2 Line 3 Line 4 Now I want go add one line between Line 1 and Line 2 for example. Line 1 New Line Line 2 Line 3 Line 4 But I don’t know how I can do it. I have tried with richTextBox1.Lines[1].Insert It is possible to add a new lines between others Any example Any help Thanks in advance !!!! ...Show All

  • Visual Studio Team System How to Publish Test Results with out using Build.

    Hi, We are using VSTS 2005 and TFS Beta3. I want to know whether we can publish the test results with out using the Build. If it is please mention me the steps how to implement them. In order to publish the test results what are the requirements. Please help me by providing some information about these questions Thanks. One option is to install the big build tools and create an Empty class library, and build that with team build. That wa ...Show All

  • Visual Basic VB and batch files

    I've created a batch file that will automatically be executed from my VB Program. It ftp's a file to an ip address. What can I add to my batch file to send a verification to my vbprogram that the file was sent. I ran into a problem where the VB program said it was sent but the ip address had changed and the ftp did not work. The result of the ftp shows up in the dos screen, how do I grab the result from my dos screen, into my vb p ...Show All

©2008 Software Development Network

powered by phorum