Christa Carpentiere - MSFT's Q&A profile
Visual Studio Team System No luck in installing TFS in a more or less single server installation. Different Error 32000's...
Hi, I've been trying to get VSTF Beta 2 running for last 3 days with no luck. Always ending with different Error 32000's example: Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio Enterprise Server\widbloc.exe" -s hostname -d CurrituckDB' returned non-zero value: 1. I have a Lab domain, consisting of 2 DC's running smoothly (and have been for well over a year now). No errors whatever if I use Netdiag or DCDIAG. Now I have ...Show All
Smart Device Development What's wrong with my timeSetEvent() call
Hello all, Could anybody show me how to use timeSetEvent() in pocket pc 2003 se envrionment I tried the following call and expected my timerCB() function would be called every 5 seconds. But when I debug my program in emulator, I found timerCB will be called with a very small period (much less than 5s). timeSetEvent(5000,50,timerCb,0,TIME_PERIODIC | TIME_CALLBACK_FUNCTION); Would you help me to solve this problem Thanks in advance. ...Show All
Windows Forms Binding of dynamically created controls
hi, i have a form which creates in the loop i am creating them nicely here is my code for that Sub createcontrols() Dim i As Integer = 1 Dim j As Integer = 1 &nb ...Show All
Visual Studio Accessing DTE within VSPackage
Hi, Is there anyway i can access DTE interface within a VSPackage I need this since i want to use a third party addin component, within a VSPackage, that is dependent on DTE. In addition is there anyway to access the IVsTextView (or some other interface which can indirectly lead me to the aforementioned object) pointer within an addin using the EnvDTE::Window object (or some other EnvDTE::<*> object) Infact is there anyway to access the VS ...Show All
Visual C# Writting Hex String to a binary file.
Hi, i have a string variable with a hex bytes sequence. Example: string strHex = "AA BB CC"; ^ ^ ^ 1 2 3 bytes public static ...Show All
Visual C++ Trying to read strings from a listbox in another process results in run-time stack error...
Hoping someone has some thoughts on this problem. I'm trying to write a function that reads all strings in a listbox (owner-draw, does not have HASSTRINGS enabled, so all strings are just stored as pointer references to memory in the listbox), where the listbox is in another running process (i.e. a separate program, no ability to modify the source code, etc). Using Visual C++ 2005, the following function works (i.e. it reads the strings), but pr ...Show All
Visual Studio Team System Images in Work Item description?
I've been asked to assess VSTS by my company. The first goal is to replace our aging Notes based bug tracking system. The one capability of Notes that users here are adamant about having in any replacement is to be able to paste images and rich text into the description field (screen shots, etc.). Having the images as seperate attachments is not sufficient. When I attended the "Ready to Launch" session here in Boston last week, I asked about ...Show All
Windows Forms Divide a form
Hi, how can I divide a form into upper part and lower part (or eliminate the frame borders) Let say I have the following code and it open a new frame named "ActiveMovie Window". Now, under the video. I have to have a scrolling text area. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim ve As Video ve = New Video("movie.wmv") ve.Play() End Sub ...Show All
Windows Forms problem of binding combobox to datatable
i create a datatable by manual, then bind a combobox to it, but an exception was been throwed my code is here: Dim dt As New DataTable("Count") dt.Columns.Add("Index", System.Type.GetType("System.Int16& ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Distortion w/ Device.Present to another control & w/ SwapChains
I am having trouble using one device to render to multiple Controls. I have tried two methods, one using the Device.Present overrides to redirect output to a second control, the other is to use SwapChains with their device set to that second control. While both methods work in a way they produce the same baaaaaaaaad result: massive distortion of the result. What seems to happen is that when the second target is drawn the source rect ...Show All
Visual Studio Team System Does TFS still need Win2003 Active Directory Domain?
Could it just depend on database Thanks! No. See: http://blogs.msdn.com/buckh/archive/2005/09/22/472770.aspx ...Show All
Windows Forms cannot move control in design time
hi i have created my own control inheriting usercontrol which contains a list of controls i could not move the control using mouse in design time in aform, i could do it by CONTROL + DOWN key any directions would be much helpful Thank ...Show All
Visual Basic How do you download iconbuffet_studio.zip from Microsoft Registration Benefits Portal?
It downloads instead an ASP.NET server page that basically does nothing. Help connect.microsoft.com/download Even with IE sp2 and no firewall, the link failed to complete the download. I don't get it. If it's FREE, why won't they let anyone get/distriubte it I downloaded the entire library of Express products and didn't have one glitch... Go figure! ...Show All
Visual Basic Error has encountered in vb.net 2005
The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in one of my form. Ensure the assembly has been referenced and that all projects have been built. ...Show All
Windows Forms User control
Hi, I have a user control , that contain a datagrid a few buttons. i want attach a property, which is a collection like an items collection in combobox. And want to enter values in design time. how to do this .. thanks in advance. ...Show All
