visual_vinc's Q&A profile
Windows Forms Horizontal tabs on the left side ?
Hello, I wold like to have large tabs on the left, with horizontal labels inside. I tried to get something with TabControl, but I can only succeed to have "turned" tabs set, as if you turn the whole tab set. So the tabs and the labels are vertical. Is it possible to get what I want with the framework 2.0 If not, do you know where I could find a such control Thanks. I was wanting to do something simi ...Show All
Windows Forms DataGridView - slow
Hi, this DataGridView is really giving me headaches like you can see in all the topics I start :) This time it's about performance. I'm using a DataBound DataGridView and performance for painting on it, etc. is good as long as it contains no data :) However, as soon as I load 10 columns in it with about 200 rows, performance really drops. Resizing the form that contains the grid becomes real slow even with column auto size off. Painting selectio ...Show All
Windows Forms Using .NET Framework 2.0
I have Visual Studio Pro 2003 .I have read about the ClickOnce, that requires .NET Framework 2.0; about winforms 2.0, and about Visual Studio 2005 I am not going to buy (unless absolutely necessary) VS 2005, so I would like to know if there&nbs ...Show All
.NET Development Connecting to a database and parameters in sql
Hi, I am creating a small web app, that searchs a database depending on the information the user enters onto the web form. I create the connection to the database by using the visual studio wizards by binding the data top a grid view. Below is my code SqlParameter word1 = new SqlParameter(); word1.ParameterName = "@tb_1"; word1.Value = TextBox1; SqlCommand cmd = new SqlCommand("SELECT * FROM ApprovedComponents WHERE Vendor = @t ...Show All
SQL Server Multiple transactions not working in package
I have a package with two sequence containers, each containing two SQL tasks and a data flow task, executed in that order. I want to encapsulate the data flow task in a transaction but not the SQL tasks. I have the TransactionOption property set to 'required' on the data flow tasks and 'supported' on the SQL tasks and the sequence containers. When I run the package I get a distributed transaction error on the first SQL task of ...Show All
SQL Server Populate field with NT Login
I need to know who is entering data in my SQL database. I use Access Project as a front end and would like to know if it is possible to have an 'ID' field auto-populate with a user NT Login. For example, if user checks a check-box or enters data in field, I would like an ID field next to the checkbox or data field to populate with his user ID. Any assistance is much appreciated! Thanks. Hi, if you ...Show All
Visual Studio 2008 (Pre-release) Application crashed when using selectionItemPattern to select one TabItem.
HI, all, I met a very serious problem when dealing with TabItem. root is a rootelement. Condition e = new PropertyCondition ( AutomationElement .NameProperty, "Tab1" ); AutomationElement Tab = root.FindFirst( TreeScope .Descendants, e); AndCondition z = new AndCondition ( new PropertyCondition ( AutomationElement .NameProperty, "Play game" ), new PropertyCondition ( AutomationElement .ControlType ...Show All
Visual Studio Team System Satellite Assembly
Hello all, I have worked on this satellite assembly thing for over a week now and i can no longer see straight... i have read artical after artical and i am just flat out missing something some where that is most likely very small.. i am trying to make a satellite assembly and from the way reflector looks i am in the correct name space and i have a BIG GREEN LIGHT and go ahead but i can not for the life of me display the text that should be ...Show All
.NET Development Deleting lines from Text File. - after a specific charater has been met.
Hi, I'm using VB.NET 2003, and I would like to know if it's posible to read a file, line-by-line, and then after a 5, or more consecutive (-----) character has been met, it must delete all the line till the end of the file. Thank you... You will have to read charachter by charachter not line by line. And yes of course it is possible, whit kind of framework would .NET be if you would not be able to read a ...Show All
Visual Basic SqlDataAdapter issue with VB.net 2003
I just installed SqlServer2005 Express and the SqlServer Management Studio Express in place of MSDE. Now when I run the Data Adapter Configuration Wizard in VB.Net 2003 using the Query Builder and using only one table (I'm using the Academic Version), only the Select Command is generated. The Wizard indicates that there are errors (unspecified) preventing the generation of the Update/Delete/Insert commands. Can anyone shed light on this is ...Show All
SQL Server Execute Command Process - remote batch file?
Good afternoon- Can a batch file that resides on another server be executed from a different machine I have a batch file that resides on a server that I would like to run using SQL 2005 Integration Services. Is there anything I can do that would allow me to remotely execute this batch file and have it run in that environment. BATCH FILE: cd C:\Trandev\ otrun -at OTRecogn.att -DINPUT_FILE=%1 -tl 1 -cs dv -lg mylog -I C:\Trandev represents t ...Show All
Visual Studio How to add control to VS2005 toolbox for all users, not just current user
Hello all, I'm using Tools.InstallCommunityControls to install a custom control to the Visual Studio 2005 toolbox, but it only installs it for the current user. How can I install a control for all users Thanks, - Jeffrey Liu Hi Jeffrey, The Community controls follow the web download/install pattern where the install works for the current user. Thus currently there is no easy way you can install controls fo ...Show All
Visual FoxPro DBclick
the dbclick event can't be effect after i wrote program in mousedown event in grid control.how can i fix it thank you A button would work, either on the form or in an adjacent column. The other way is to workaround it, but it's a bit of a pain. You might add a timer: On the first mouse down, start the timer. On the second mouse down check to see if the timer has been started. If it has stop the timer and do the double ...Show All
Visual Studio Tools for Office More problems with the permissions (Word, VSTO 2005)
The last time I had such amount of time lost was using BizTalk 2004, I guess here it is going again with the Word / VSTO and permissions. Ok, here is what I am doing, and the results: 1- I’ve created a word document VSTO 2005, C#. 2- I’ve added a bookmark in the word document. 3- The word document was connected to a web service. 4- The word document loads data from the web service, and pla ...Show All
Visual Studio Team System Why TFS Setup can not finish the request to Reporting Services report server (error 28805) during the installation of TFS?
Why TFS Setup can not finish the request to Reporting Services report server (error 28805) during the installation of TFS The main steps in TFS(services) installation are described below: 1. Install SQL Server 2005 Reporting Services on application-tire computer. During the installation, Reporting Services is set to log on as an account that will be used to setup TFS, and that account is in administrators group. 2. Install SharePoint Se ...Show All
