Remy Baek's Q&A profile
Visual C# aligning check
Problem: a table with 2 columns: a columns of label and a column of textbox. Now in the second column i'm adding a checkbox. Problem: how to align it to textboxes The check has a little border that you can see when you check it. Isn't possible to enable it Thx You can set the CheckBox.CheckAlign property to align the check mark on the control. ...Show All
Visual Studio Getting files by label failure - VSS 2005 beta (8.0.50215.44)
Hi, I'm trying to get files by label and get this error: " SourceSafe was unable to finish writing a file... " I work with VS2005(beta), and the VSS database is on the shared location in the internal network. When I ran "C:\Program Files\Microsoft Visual SourceSafe\analyze.exe" -F -V3 -D " \\myserver\vss\data ", I've got following messages (many of them): "A timestamp in the log for .... is out of sequence" "There is a ...Show All
Visual Studio Team System Web Test Recording - how to record another window
Hi, I have an application that opens another browser window and all work happens from that window. When I try to record a web test, it records only what happens in the original window, nothing is recorded for that new window. Any way to record communication from the new window Thanks! Alex Aside from manually inserting the popup request in your web test, you could try using Fiddler ( www.fiddlertool.com ) ...Show All
Visual Studio VS 2005 RC install problems again
Having a Dell Lattitude. Reinstallad windows xp with all updates available from ms. Installed Symatec Norton Internet Security 2005. Installed VS 2002. Installed SQL Server 2000 with SP4. Uninstalled VS 2002, no problems. Got VS 2005 RC from our msdn account. Using a burned DVD. Installing VS 2005 works fine until SQL Server 2005 Express (the last thing to be installed). Hangs there forever... Before canceling, I look in the task manager/process ...Show All
Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.
foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you... modify command <insert your prg file here> modify form <yourformname> use <yourdatabasename> ...Show All
Visual C# default namespace
Hi, I'm new i C#, so please forgive me this simple question : How do I obtain a string that contains the default namespace of my project Regards, Kim Hi Read about reflection (System.Reflection) To get indepth knowledge:: You can get the current information by this .GetType().FullName or about any object GetType() method and then search for the desired info in the Intilisenc Dropdown ...Show All
.NET Development IXmlSerializable ReadXml question
The VS2005 Beta 2 MSDN documentation for IXmlSerializable.ReadXml contains the following statement: "When this method is called, the reader stream is positioned at exactly the point that the WriteXml method began writing. Typically, this is immediately after the start tag that indicates the beginning of your serialized object. When this method returns, it must have consumed exactly those nodes that were written by the WriteXml method, so that t ...Show All
Smart Device Development dblclick mouse event on datagrid
hi How can I work with event called "doubleclick" - long touch on screen something like MouseUp event but i need to invoke "bubles" (like on invoke context menu), and the event will invoke after bulbles is complete:) [VS2003/WM2003 .NET CF] gibic wrote: I am not satisfied with this solution. Why You described your end goal and you were told how to achieve it. Cheers Daniel ...Show All
Visual Studio 2008 (Pre-release) ImageSource as a Resource
Hey guys, I wanted to store an image as a resource. Under the Feb 2006 I had this: <ImageSource x:Key="Image_RedBall">pack://application:,,,/Images/bullet_ball_glass_red.png</ImageSource> Which worked fine. I could then use "{StaticResource Image_RedBall}" in any property that needed an image source. However in the WinFX Beta2, this XAML snippet does not work (there's no public constructor blah blah blah). How wo ...Show All
Windows Forms DataSet, DataGridView and Threads Problem
Hi, I got a DataSet Table getting filled with data from a source of different threads. I have a problem where I view this Table in a DataGridView and my app freezes. If I execute the app in debugging mode in the IDE it works with out problems. Basically what I want is to be able to view and edit this dataset from the DataGridView while threads fill the table with data. I was thinking I probably have to use Invoke() on the DataGridView but ...Show All
Visual Studio Team System Load test: Percentage new users
On a load test, on a scenario, there's a property 'Percentage of new users'. The help below says 'Type the percentage of new users, also called first time visitors'. Yes, but what does this mean A search in the help for 'Percentage of new users' drew a blank. There is a mention of 'Percent new users', on the 'About Scenarios' page, but all it says it they're edited in the load test editor. Nothing more. Matt Th ...Show All
Visual C++ datagrid from vc6 to vc8 can not work
i copy the .h and .cpp file about datagrid control which used in vc6 to vc8(because i do not master the datagrid control which in vc8),it can build and excuse successful on the machine which have vc6.but can not work on the machine which do not have vc6. the solution use shared MFC DLL,because i use extended MFC dll in the solution. and i already register the control in the machine which do not have vc6. before i resgiter it show me some e ...Show All
Visual Basic Icons as well?
well i click button1 and then i choose a program using openfiledialog and i choose a name The app then adds a menuitem: 'mainmenu.dropdownitems.add(textbox1.text)' An then i use ad_handlers to make it go to the program i chose Just wondering if its also possible to display the programs icon as the menus image Sure it is. That means recovering the icons. http://forums.microsoft.com/MSDN/ShowPost ...Show All
SQL Server SQL Login failed
hideho mates, well could it be.... all SQL services r runnin, i created 2 sql logins with ALL rights!!!!! well now i want to use one of this accounts (which r domain admins too) too install VSTFS 2005 Beta 2...so far so good...but the first evetnlog entry after the begin of the install is always "sql server login failed - cannoct connect to the database"... the funny thing is > AFTER is event log entry ALL VSFTFS and ADAM Databases gonna  ...Show All
Visual Studio Team System Source Control and VSTS
Hi, I am looking out for some details on setting up the vss for a project using VSTS. If any of you can point to resources which can answer my following basic questions it would be great. 1. How different is setting up source control using vsts than setting up vss 6.0 2. What should be the starting point 3. What are the basic config mgmnt tasks i can do using vsts 4. Is VSTS a complete replacement for VSS in my project Thanks in Adv Paritosh ...Show All
