Software Development Network Logo
  • IE Development
  • Audio and Video
  • Smart Devicet
  • Visual Studio
  • Game Technologies
  • Visual FoxPro
  • Visual Basic
  • Visual C#
  • SQL Server
  • VS Team System
  • Windows Forms
  • Microsoft ISV
  • Visual C++
  • Windows Vista
  • SharePoint Products

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

Henry_Yang

Member List

Leandro Rodrigues
mohdtmn
Alainna
Siddarth_Chordia_b1f86e
KyentC
AndyBee123
KrisFB_APPS
jatdex
TiborK
qzrlsd
MaxHeadCase
kemal
Solkar
DreamerZ
martinx1
Blipwort
stick_thai
kate1p1
PepsiWales
Munish Gupta
Only Title

Henry_Yang's Q&A profile

  • Visual Studio Team System Removing all project data out of TFS Database

    Is it possible to delete all project data out of the TFS databases and start with a fresh 'blank' copy of the database I know I can delete specific projects, but this leaves remnants in the database. I would like to get rid of all of that, and reuse the old project names. Dear greggles1975: There does be a problem that if we delete a team project and we cannot use the old name to create a new team project later. The problem has been mentioned in the troubleshooting : http://msdn2.microsoft.com/enus/library/ms400798(vs.80).aspx#IncompleteDelete it suggests how to fix the problem. It is hoped to be useful for your problem. If there still be the problem. Re-install of the TFS may be the only solutio ...Show All

  • SQL Server SQL Select query need for following criteria. Please help, Retrieve records with independent price and its total volume per min

    Time        Price     Volume 090048         510       6749 090122         510       2101 090135         510       1000 090204         505       2840 090213         505       220 090222         505       1260 090232        505       850 090242        505    &n ...Show All

  • Visual Studio Express Editions Issues using the keydown event

    I am new to visual basic 2005 Express Edition (I learned in Visual Basic 6.0). I have been creating a tetris game for fun to learn the new modifications on the visual basic language. I have run into a problem concerning how to use the key down event to register when the user presses an arrow key. I used the help function and came up with this: Private Sub frmTetris_KeyDown( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me .KeyDown Select Case e.KeyCode Case keys.right etc etc. End Case End Sub (I left code out) I cannot get it to respond to my keystrokes, and i cannot figure out why. At one point it did respond, but i corrected an error in my ...Show All

  • Windows Forms How to disable the ContextMenuStrip in the TextBox associated with a ComboBox?

    I need to disable the ContextMenuStrip in the TextBox associated with a ComboBox for a smoother functionality. Right clicking on the CombBox button will open a ContextMenuStrip that I can disable, rightclicking on the TextBox associated with the will always bring up the standard TextBox ContextMenuStrip. I can't find access to the ContextMenuStrip in the TextBox to disable that. Anyone know a way to retrieve either a handle to the TextBox or the ContextMenuStrip inside a ComboBox Try overriding WndProc and wait for wm_rbuttondown messages (and wm_rbuttonup) and cancelling them out. If Not m.Msg = Wm_RBUTTONDOWN and not m.msg = WM_RBUTTONUP then mybase.wndproc(m) end if I think you could wa ...Show All

  • Smart Device Development Designer issues after CF2.0 SP1 installation

    I just installed the CF2.0 SP1 patch. Seeing other posts, I uninstalled the Beta 1 version I had used in developing some apps (because I needed more control over the datagrid), reinstalled the original CF2.0 from my DVD, and then loaded the SP1 patch. Initially, everything in my projects looked fine. However, after rebooting my machine later in the day, I now get designer errors on any form with a grid control. The main part of the message is: Could not load type 'System.Windows.Forms.DataGrid' from assembly 'System.Windows.Forms.DataGrid, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes'. Actually, I also the following message as well, but it will go away on a recompile, although it comes back the ...Show All

  • Audio and Video Development Asynchronous (out of mux) PiP using SecondaryVideoPlayer

    As Peter wrote in his blog only syncronous PiP is supported with the current iHDSim. My question is if async PiP is working on the Toshiba consumer players and if someone already tried this. My idea is to stop the main video to play some PiP on top of it. Cheers, Gunnar Al right. I'll give it a try... By out-of-mux I mean not muxed into the main video. Since this video is not declared in the playlist can I simply put the evob somewhere in the adv_obj folder Does it need its map file too Cheers ...Show All

  • Community Chat who is DirectX 10 ??

    i link DirectX 10 and windows XP sp3 download address plz duck thing wrote: *I* am DirectX 10. Deal with it. nay, you are merely DirectShow 10, for _I_ am DirectX 10. I am your father. ...Show All

  • Visual Studio Team System access to the path is denied

    Hi! I am trying to copy files from the buildserver to an other storage. But I get following error message: " Access to the path " \\server\storage1\ Helpfile.chm" is denied. < Target Name = " AfterCompile " DependsOnTargets = " CoreDropBuild " > < Copy SourceFiles = " C:\Helpfile.chm " DestinationFolder =" \\server\storage1\ " ContinueOnError = " false " SkipUnchangedFiles = " false " /> </ Target > But I set write permissions on the storage1 for everyone, and exactly for the tfsservice user ! regards Simon Hi! I spoke with our system administrators, the told me that they set a special perm ...Show All

  • SQL Server ForEach Loop - Testing for when Enumerator is Empty

    I have a SSIS package this set to run at a specific time each day. If there are no files for the ForEach tool to work upon...while it doesn't 'fail'...I would like to test for the condition that the enumerator was empty...so that I could send an email message reminding someone to followup and investigate. What would be the best way to test for that condition thank you Patrik for researching a solution for my need. I thought this is what I would have to end up doing, but wanted to make sure I was not missing something obvious. It would be nice in the next major update of SSIS that this condition would be provided as an attribute/event to test for in the ForEach Loop tool. ...cordell... p.s. Is ...Show All

  • Visual Basic VB Date to Access database - specified cast is not valid

    I have two date fields being inserted into a table in an Access database. In Access the format is set up as date/time (general). In VB it is the usual: Dim DateIn As Date Dim DateOut As Date They each store a value of DateTime.Now . The data actually gets into the database but everytime I hit submit I get "specified cast is not valid". I should note when I changed the format to text in Access and String in VB the error message went away. Below is my SQL to insert the fields into the database. Any help is greatly appreciated. Dim myInsertQuery As String = _ "INSERT INTO Test (DateTimeIn, DateTimeOut, PGMSSN, Batch) VALUES ('" & DateIn & "', '" & DateOut & "', '" ...Show All

  • Visual Studio Team System Creating a new build type..

    Hello, I have set a workspace on a local machine and I'm able to build any .sln without issue, when I attempt to create a build type I run into the following issue; Under the 'From which workspace would you like to select solutions to build ' section - I have two options 1). 'All solutions under team project' or 2). 'xxx' (local workspace) - when I attempt to select my local workspace the following error appears 'TF472027...... please verify the workspace mapping is correct and it contains one or more solution files.' The workspace exists and contains all solutions in the Team Project, it's mapped to a local directory. Has anyone run into a similar issue Thank you. Hmm... Based on the info yo ...Show All

  • Visual C++ VS2005 SP1 released

    VS2005 SP1 is released. http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx If you have any trouble installing, be aware of http://support.microsoft.com/kb/925336 (that exact problem happened to me when I tried to install VS2005 SP1) release notes: http://support.microsoft.com/default.aspx scid=928957 partial list of VC fixes (I don't know where the final list is) http://blogs.msdn.com/vcblog/archive/2006/06/22/643325.aspx     ...Show All

  • Visual Studio Applying VS2005 SP1 ReportViewer update to SSRS and RDLC installations

    Hi there. We are affected by at least a few problems that are fixed by Visual Studio 2005 SP1 (Firefox rendering, NullPointerException, ineffective use of custom assembly from within dataset field, etc.). We have both SSRS and RDLC applications which need the latest ReportViewer control updates that come with VS2005 SP1.  How can we install these updated controls on these installations   We can copy the assemblies directly into the GAC on those machines, but we're not sure this is a supported way of installing them. When can we expect an updated ReportViewer Redistributable   Help! Erik Hi, I'm not sure if it is the same problem but we had the same kind of problem when upgrading from ...Show All

  • .NET Development Url encoding "+" = %2B

    I am using a WebBrowser control in a form, but the Url encoding seems to be buggy and I cannot find a way to get around it. the Url looks similar to this: http://localhost/test.aspx token=ABC+1+0 or encoded it should be: http://localhost/test.aspx token=ABC%2B1%2B0 But whatever I do the aspx page always receives a wrong string. The "+" is stripped and replace with a space " ". If I use the internet explorer to test this and type in the encoded url the page receives the correct string. Weird enough all other escape sequences seem to work fine, e.g. "%2C" instead of "%2B" and I get "," as expected. Is this a bug Any workarounds possible to get this working string url = "...."; // url this.webBrowser.Url = new Uri(url); ...Show All

  • .NET Development System.IO.IOException: Socket is closed [URGENT]

    Hello All, I having an applcation, which connectes to the server in outside world using some IP and Port. I am able to connect to server and work properly in most of the system. Application is like that, You first connect , and you can disconnect if you want. My application is woking very fine in my environment and most of my customers environment. But one of my customer is facing very strange problem. When he starts the application he is able to connect. And then he disconnects. And then if he try again connecting, he is not able to conect. So he has to stop the application and again start it to connect. The error I am getting while reconnecting is System.IO.IOException: Socket is closed. I believe this is some firewall problem. ...Show All

©2008 Software Development Network