bri189b's Q&A profile
Visual Basic Windows Media Player 10 Control Enhancements
Hi, I am developing an application to subtitle videos using the WMP 9/10 object with success for the moment. I'd like to take more advantage of the control and allow the user to use the Enhancements such as Video Settings to control video brightness, contrast, etc. My question if it's possible to access and modify such settings, and if not, I wonder if there's some sort of plugin to allow this, otherwise I'd have to migrate to another player control, and I would not like this option because I'm already forcing users to get WMP9 or 10 to use the program which was released on december 2004.- Any help will be really appreciated, I already sea ...Show All
SQL Server semaphore timeout
Hi, I'm having a problem copying a file from the operating system to another system within the same domain. I've set up an Operating system job that sometimes returns this error: Executed as user: MEDSHARE\SQL. The semaphore timeout period has expired. 0 file(s) copied. Process Exit Code 1. The step failed. I have looked at the transfer settings on the disk (Dell 1850 blade servers with one 136 GB disk) and set the TransferMode to DMA if Available, but it still returns this error on occasion. Does anyone know if there is some other option that I can set to avoid this pr ...Show All
Visual Basic Visibility
I have an invisible button4, what code do i put in so when i click button3, button4 becomes visible thankx! Hi, Private Sub Button3_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button3.Click Button4.Visible = True End Sub ...Show All
Visual C++ Tips for speeding up debugging (stepping through code)?
I've got one particular large C++ project that, in VC 2005, when stepping through code in the debugger, it takes approximately 2 seconds for each hit of the F10 key (i.e. each line of code) to be executed. I've tried many things to attempt to speed it up: disable intellisense, renaming feacp.dll, removing all additional output windows, watch, breakpoints, etc, removing navigation bar from text editor window, disabling anti-virus on the machine, closing all other apps. It's always the same speed. Running on a dual P4 2.8 gig with 1 gig of memory, and hyperthreading enabled. Are there any other tips for speeding up debugging in the ...Show All
Windows Forms list boxes more HELP needed.
I need a way of making list boxes center the values displayed within the list. I also need to find a way of making them unselectable without setting enabled to false or SelectionMode to None because the form won't load the way I tryed doing it if you know of another way please help me. Okay, the more that I participate  ...Show All
Visual C# save a image from the form into .jpeg format
Hi Using Microsoft.ink...I have to draw a image in the form and save that image in .jpeg format.....So i haveto install Microsoft Tablet pc..... so finally I installed ... and i did a program with 2 buttons in the form namely SAVE and EXIT...... so now when i run this program..i can able to draw a image of my own in the form..now when i click save button...i should be able to save the image in .jpeg format.. BUT I couldnt save.. when i click the SAVE button..and give a name for the image .... an error is shown... ERROR MESSAGE: System.NullReferenceException: Object reference not set to an instance of an object. at InkImage.Form1.button2_Clic ...Show All
Visual Studio Team System Deleting Corrupt Team Project
I initially could not create a new team project because I was not a member of the local administrators group on the team foundation server (single server environment). Once this was corrected I deleted the failed projects via DeleteTeamProject /force <projectname>. At this point they do not show up in the Team Explorer. Next I try to re-create the project and the process fails with "Microsoft.Pcw.currituck" failed with error: "Initialization Failed: Project <Project> already exists on server <Server>". Rerunning DeleteTeamProject again will say something to the effect of "no project found" ...Show All
Visual C# RightToLeft MessageBox !!
hi every body,, How i can show MessageBox.Show(...)..in RightToLeft Layout. i am making form in RightToLeft = true and RightToLeftLayout = true..so the form Converted to RightToLeft..But the MessageBox does not..Show RightToLeft..So how i can set it for RightToLeft .. Can i do that..please help Thanks.. Best Regards. ohh thats simple MessageBox.Show("hi", "som box", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1, MessageBoxOptions.RtlReading); this will do it!! in case you didnt notice there is a MessageBoxOptions.RtlReading param that make ...Show All
SQL Server Where to begin?
Hi, I'm totally new to sqlexpress and I'm trying to create a database to store websites that my desktop application will manipulate; however, I don't know where to start, I've read many articles on msdn but they all are either non-existent or wasn't very helpful. All I want to do is create a table. Do I use vb.net express 2k5 or sql server express manager I figure MS have to have created some kind of GUI for designing databases, if not I guess I'll just start hand writting the tables. Thanks for any help. -novice vs.net'er Also there is a command line only tool that comes with SQL Express: sqlcmd. It is useful for batch processin ...Show All
Smart Device Development Mixing jagged and multidimensional arrays - bug in .NET CF 1.0?
I think I have found a bug in .NET CF 1.0. If you create a new project and add the following line to the form's constructor: int[][,] myArray = new int[1][,]; a TypeLoadException is raised at run-time. This happens on both CF 1.0 and CF 1.0 SP3 . Everything works fine on .NET CF 2.0 or in the full framework. Mixing jagged and rectangular arrays was not supported in .NETCF v1. Not a bug, just a design decision. That limitation, however, no longer exists in .NETCF v2. ...Show All
Visual C# how to insert a new line programmatically in a richtextbox control?
in my form load event i want to set \n newline rtb.Rtf = string1 + \n + string2 + \n + string3 the output should look like this: string1 string2 string3 i got it, i added these lines: if (i == 0) { toAppend = "\n\n" + rtb2.Text .ToString(); } else { toAppend = rtb2.Text .ToString(); } ...Show All
Software Development for Windows Vista Using root activity parameters
I've created a workflow from using a root activity class that derives from SequentialWorkflowActivity and adds some additional properties. These appear fine in the designer properties grid but I'm unable to find them in the browser when I want to associate them to properties against other Activities. I'm using Beta 2.2 version. Any help would be appreciated. Tim, Can you post the code snippet of your property By "browser" do you mean activity reference dialog "Bind 'prop1' to an activity's property" Thanks, ...Show All
SQL Server SQL 2005 woes
I installed VS 2005 & SQL Server 2005. When I use SQL Server Management Sudio, I can create a new database in SQL Server 2005, but when I try to create a new table in that database, I get the following error: "Class does not support aggregation. Microsoft.Sqlserver.Sqltools.VsIntegration" any help would be appreciated. Thanks I DID follow these instructions - are there are several similar but not identical uninstallers from Microsoft. I thought they worked - apparently they did not. Having to reformat my hard disk because the beta software didn't quite uninstall seems Draconian. ...Show All
Visual Basic VB first time install
I am a network administrator interested in program development. I installed VB 2005 Express Edition for the first time on a Win XP Pro SP2 Dell GX 260 Optiplex (1GB of RAM, 1.8 GHz processor). I log in and therefore install with admin rights. Upon writing a small program to view web pages, the IDE hangs when I start debugging to test the program. The vbexpress.exe CPU usage hits 99% and stays there. I have to use Task Manager to force the process to end. Has anyone else run across this on a first time installation of VB 2005 Express Edition I'll know more tonight. This is on my home PC, so I'll try that ...Show All
Visual Studio Team System Build Type name length too long or illegal characters
Hi, Am trying to setup a new build type but get an error saying that the "Workspace name <workspace name>@<my username> is too long or contains illegal characters" the <workspace name>@<my username> is 66 characters in length. Is that too long If it is too long how can I change it Do I have to recreate the Team Project What would be the illegal characters... is there a list Thanks in advance Yes, you'll need to use a workspace name of 64 or fewer characters. The list of illegal characters and the lengths of various names will be in the docs for RTM. In Gautam's po ...Show All
