hotfoot982's Q&A profile
Windows Forms diabling CTRL + Tab in tab control
Hello, I have VB.NET application which has a tag control and 2 tag pages. I wanted to disabled the event when user Press CTRL and Tag together. Means i don't want index change of tabcontrol when user press CTRL + tab key Any idea. Amit Pandya You can try overriding the ProcessCmdKey( ref Message msg, Keys keyData) method to eat the Ctrl-Tab combination. ...Show All
Visual Studio Team System Which version for Business Analysts and Project Managers?
I'm leading an effort at my company to review VSTS to determine if it is a right fit. We are using the Beta 3 evaluation and so far it is a great product. The thing I can not figure out is which version do people in the role of Business Analysts and Project Managers use Their main usage would be to interact with reports and work items. Any suggestions The best fit for them is probably to use no version of VSTS ...Show All
Visual Studio 2008 (Pre-release) Flexibility?
When comparing to Store Proc, it seems LINQ would reduce system flexibility My thought is that I could make changes to my query in Store Proc. without re-compiling and re-deploying my projects as long as the parameters are unchanged. That is a valid argument concerning runtime generated queris. If that ability is a "break or make" for your project, most O/R mappers aren't suitable for your project. ...Show All
Windows Forms Composite Control Child Docking
Hi! I have a composite control which inherits from System.Windows.Forms.UserControl and uses ParentControlDesigner so I can use it as a container. At the top of my control I have a panel which acts as a "header" of sorts. Below the heade ...Show All
SQL Server Is this possible?
Hey guys, I wrote a T-SQL query to retrieve all errors name and count the error for each error name based on some conditions. Assume that errors_name is a column name in Error table and the error_count is a calculated field. Here is my question; when I run the query, obviously, it displays the list of errors name and the corresponding errors count which only meets the where condition . However, what I need is to list all the errors name (eve ...Show All
Visual C# Problems in converting colors
Hi! I'm using the colorDialog to let the user select a color, then I save it to the registry. Everything is fine except with the user doesn't select a named color. What I am getting save to the registry is something like: ffff8000 I tried the following: ColorConverter colConvert = new ColorConverter (); treeview1.ForeColor = ( Color )colConvert.ConvertFromString(regkey.GetValue( "ColorName" ).ToString()); But it' ...Show All
Visual Studio Remove MFC help as default F1-match
When my cursor is on an SDK api name and I hit F1 to get help on parameters etc, the document system tends to bring up a page matching an MFC method of that name. For instance, if my cursor is on TrackPopupMenu, and I press F1, the help system shows me CMenu::TrackPopupMenu. This is simply daft, I don't use MFC in this project, and it makes the help system simply unusable for me, as it forces me every single time to search for the en ...Show All
Visual Studio Express Editions Need help with for and pictureboxes
I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxio ...Show All
Windows Forms Strange problem, assigning values to cells
Hi there, I do have a DataGridView on my project form. In loading code i bind the DGV to some db at run-time. SqlCommandBuilder scb = new SqlCommandBuilder (da); DataSet ds = new DataSet (); da.Fill(ds, "HAREKET_DETAY" ); datagrid_detay.AutoGenerateColumns = true ; datagrid_detay.DataSource = ds; datagrid_detay.DataMember = "HAREKET_DETAY" ; Then i insert 3 custom rows which are unbound ...Show All
Visual Studio Express Editions Data Controls!!
I have a database with a table that stores values into two columns. on my form i have a dataset table adapter and binding source control. now i would like the ability to allow the user to enter a value in tbox1 and tbox2 and search for those values from the database table. i need to know if a value in column1 and a value in column2 exist in the same row. any help is appreciated...TIA Hi this should ...Show All
Visual Studio Team System Error TF42052.
I'm getting the following error when attempting a build via TFS Dec CTP: "TF42052: The file system on the build machine does not support access control lists. Please specify build directory on a file system that supports access control lists like NTFS." The drive in question absolutely has NTFS. Ideas Sorry, I posted this in another forum as well but I wasn't gettin ...Show All
Visual C++ Visual C++ .net 2 Book
Hello, I've been wondering if anybody knows why Microsoft isn't planning on publishing a Visual C++ .net 2 book. It's not on their coming soon list (http://www.microsoft.com/mspress/hop/). With Thanks, Gal Beniamini. The fact that MS no longer considers it worthwhile to publish a book o ...Show All
Windows Forms Datagridview and Endedit issue
The Problem: When I close a form, the current cell that is being edited in the datagridview doesn't save properly to the database. The Save Code so far: this .Validate(); this .items_tblDataGridView.EndEdit(); // Doesn't appear to make a difference this .items_tblBindingSource.EndEdit(); this .items_tblTableAdapter.Update(mPSDataSet.Items_tbl); I've also tried using " this .items_tblBindingSource.CurrencyManager.E ...Show All
Visual Studio Team System Permissions and Groups
Hi, I am working on Team Foundation Server. Currently i am exploring TFS. I am just created 2 TeamProjects. I have followed step-by-Step guide published in Blog. It was useful. But project level users can able to access the global level permissions. I am bit confused. I am facing problem while, coming to Reports. Users able to view the Template/report , no data is shown. Also i have added Task, Bug, Scen ...Show All
Visual Studio Should the LAN Booster Service work in Beta 2?
I tried configuring VSS 2005 to enable the LAN 'booster' service but it didn't seem to have much effect. Putting network monitor on the line it looks as though Visual Studio 2005 is still using SMB to communicate with the VSS Server. Is there some configuration I need to do on the client end to get this working The Visual SourceSafe help file doesn't say too much more than that the booster service is optional. I took that to m ...Show All
