Padvit's Q&A profile
Windows Forms Need Help with Panels
Hi all, I have a Popup menu in my menu bar. I have two MenuItems there. If I select first one of them a panel should show up(this could be a form but I used panel). If I select the second one a differen ...Show All
Smart Device Development Windows Mobile 5 and secchk.lib
I'm trying to add a WM5 target to my PPC2003 solution (Visual Studio 2005). I installed the SDK, added a new build type (I derived it from my PPC2003 build type), and chose the correct emulator for the target device. The problem is that even if I have /GS- in the compiler settings (disable security checks), I am still getting LNK1104 for secchk.lib. As far as I can tell, secchk.lib doesn't even exist in the WM5 SDK. I can't find any expli ...Show All
Visual Studio Team System Copy values when adding related work items
During an Iteration planning meeting, a scenario is broken down and analyzed and broken down to a number of tasks for development and test. To accomplish this the project manager selects the scenario and chooses add related work item (task). Ok, now it would be very nice if the Iteration path, Assigned to, etc was copied from the scenario work item to the task work item, the link to the scenario is added which is great though. Is ther ...Show All
SQL Server Question on Report Builder/Designer
I have Visual Studio 2005 Team Developer. I don't need SQL2005 since I have SQL2000. How do I get Report Designer/Builder for VS2005 I would like to use the Report Designer/Builder to build reports for Windows applications. Do I HAVE to buy SQL 2005 Thanks. Reporting services is an add-on for SQL 2000, but it is available. You can download a 120-day evaluation version here: http://www.microsoft.com/d ...Show All
Visual Studio Express Editions SQL and VB
Hello I was wanderin say you create an app that has a sql database ... when you publish it and send it to a friend do they need to have sql database to connect to like i do in VB yea im a complet noob sorry and any sql intros would be great.. ty ty ty ty So I guess basically you have to decide whether you want to install sql express on the clients machine or whether you want to install ms access to the client' ...Show All
Visual Studio Team System Licensing question....
With TFS RTM coming out later this month I want to find out the appropriate way to put it to use (from a compliance perspective). We have a small dev team with 4 MSDN Subscriptions (3 VSTS - Developer and 1 VSTS - Tester). I am planning a new DEV server. I want to install TFS on this machine (Workgroup Edition). Can I do that or am I suppose to buy a license for use in the real world (I am confused about this..) Also, if I am not mistaken, the W ...Show All
Visual Studio 2008 (Pre-release) is Sparkle can't use with Feb version of SDK?
I installed Feb version of SDK, and Try to install Sparkle. It said "The Setup Wizard will install Microsoft Ecpression Interecteve Designer January 2006 CTP on your computer.." When is the day new beta version of Sparkle.. ...Show All
SQL Server SQL Express with W98
Dear friends I have a question, SQLExpress are function with W98, because i had install SQLExpress in W2000 server, but the users with W98 can't connect the DB, this show a error, y tried connect by ODBC but i can't, what is the problem. Thank you There is no difference between SQL Express and the SQL Server Trial version with regards to remote access capabilities, only in default configuration. If you are able to connect from W9 ...Show All
Visual Studio Team System Chage File System Web Site to HTTP Web Site
How can you change a file system web site to an HTTP web site I want to move the project from using the VS 2005 embedded web server to using IIS. Do I just have to create a new project file Is there a setting that can be changed to make this happen It's a shame that the asp.net site isn't using MS passport....and also that it isn't a part of the MSDN forums. Oh well, can't have it all, I guess. ...Show All
Visual C# How to search a Record in DataTable
let suppose i have a DataTable1, i want to find out a record, how can i do, please write code. thanks hi, there are difference between datatable in one hand, datagridview and binding source in other hand best regards ...Show All
Visual Basic Using VB.NET to run External Applications
Is there anyway to use Visual Basic 2005 Express to run external files For example, pressing a button would open Notepad. TaDa is correct in stating that you can use the Process object. For example to launch notepad from a button click you would add the following code to your button click handler: Dim proc As New System.Diagnostics.Process() proc = Process.Start( "d:\windows\notepad.exe" , " ...Show All
Visual FoxPro line/column numbers are not displayed
In the status bar of my source code editor there are no column or line numbers. I go to Edit-->Properties and the checkbox "show line/column position" is properly checked. The help says that the numbers aren't displayed if wordwrap enabled. It is unaccessible in my editor properties dialog box. I cannot enable it because it dimmed. What else is missing here Thanks. Alex, I normally run with the debugger set to FoxPro Frame, which g ...Show All
Visual Studio Team System TF30321: The name you typed is already used for another team project
I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly. Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server. Type a unique name for the new team project." I would have thought this was a big problem, but I had alread ...Show All
Visual Studio 2008 (Pre-release) z-order in XAML?
Hi, is there any way to change Z-Order in XAML It would be really helpful as not removing and adding items in code Greetings I have a couple of images in a Listbox (bind from dataset) where i have swapped the regular itemspanelfor a wrapPanel instead. With the help of triggers I managed to change the zIndex for the image thats for examples is mouseover and the result is that the image in focus is on top of the others... < Style Tar ...Show All
.NET Development Isolation Level Change
How can I change IsolationLevel property of DbTransaction.Isolationlevel, when it's readonly Thanks The isolation level can be determined by using an overload of the BeginTransaction method on the Connection object. There's a BeginTransaction method that takes a parameter 'IsolationLevel'. ...Show All
