castrini's Q&A profile
Visual Studio Express Editions SQL Query In VB Express 2005
Hi I m a good VB 6 user. I used SQL Query in the codes of VB 6 in the recordsource property of the database. Now Where and how should I write sql query in code window in VB 2005 Express since there is no recordsource property. An example to query datagrid by using a sql query in button code will be greatly appreciated. Example When Button_Clicked something........= "select * from mytable where myquery" End Sub H ...Show All
Visual Studio Error list messages cannot be properly logged
I`m calling the Log.LogError() method inside a class that implements Microsoft.Build.Utilities.Task. However, although I pass the correct parameters values (error line number, error column number, file name, etc) the error list displayed by Visual Studio shows me different values. For exemple, in the "File" column, a ".targets" file is displayed instead of the file which contains the error. What am I doing wrong Rus ...Show All
Visual C# console and a windows app in visual c# express
I am trying to write a console and a windows app together. In other words, if I give it command line arguments, I want it to be just a console app; if there are no command line args, then I want it to start the GUI. So I started with a windows application and did some adding like so: static void Main(string[] args) { if ...Show All
Visual C++ Help needed with "error C2784"
. I am going to address your core question: There is already a lot of discussion in the C++ community that #include <iostream> already pulls in way too many other headers - and believe me it was not designed this way. Why should <iostream> pull in <string> The two are not related and there is really no reason why one should depend on the other. We do provide every STL function and algorith ...Show All
Windows Forms Scrolling a DataGridView
Hi, I'v done a little C# WinFormApp with B2. The App loads data to a BinddingSource via List<myClass>. This BindingSource is bound to a DataGridView. Everything works as expected, when I navigate via a BindingNavigator the DataGridView marks the selected row.... BUT: I can't find a way to scroll the selected row into the visual part of the DataGridView. So I watch the selector going down - and must follow him wiht manual scrolling. The thi ...Show All
Software Development for Windows Vista WF Virgin
Dear One & All, As my subject says, I'm a WF Virgin. Having read many an article on the principles of WF, I'm keen to start developing with it. Can anyone point me in the direction of some good simple examples of using WF in dotNet2, preferably in VB.NET. I’ve downloaded quite a few, but most either seem to be for Beta1, or I’m missing the odd reference here and there. Many Thanx in advance, Tim ...Show All
Smart Device Development storing image in sql mobile 2005 using c#
I am developing a application in c# compact framework, where i would like to store image into the sql mobile database using the Image datatype. Can anybody help me how can i store this image into the database and as well as retrieve and display on the picture box. Thank you This should help: http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search group=microsoft.public. ...Show All
Visual Studio Tools for Office Transferring a DataSet into a VSTO Workbook.
Before I dive into my question, let me first start by saying I know what I'm trying to do is difficult at best and maybe impossible, but I figured I'd go ahead and ask and see if anyone has found a solution because I know quite a few others are running into this limitation of VSTO. I have an application that spawns multiple windows with spreadsheets in them. The application loads some data into a DataSet and then displays the resulting data o ...Show All
Windows Forms Capture URL in IE address bar with C#
Hi, How to capture the text on the internet explorer address bar with C# I am working on window form, not ASP.NET. Many thanks. Michael Check this one out... its in delphi, u can try it in win32... http://delphi.about.com/library/weekly/aa060303a.htm ...Show All
Visual C# data table
Can you have more then one table per data grid if so how hi, datagridview just display one table, if you want to display data that comes from more than one table you have to join tables in single table and then display it in the datagridview hope this helps ...Show All
Visual Studio 2008 (Pre-release) Extension Methods: Static Electricity?
As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System { public static class Evil { public static vo ...Show All
Visual Studio Team System Areas on Scenario
I would like to set a list of areas for scenarios or do anything else that would let me categorize the scenarios. If I try to set an area I get a message TF20034: The area does not exist or you do not have permission to save work items in the area 'e'. Change the value for 'Area Path' to an area you have write permissions. I have no idea what to do with this. Any help Thank you. That worked well. One follow up question. I am not seeing ...Show All
Visual Studio Team System Project permissions
I've created a new project and added windows users to the TFS project groups (contributer & project admins) but users (actually only 1 of them at the moment) get's a message when opening the project about not having any rights. Is there any special tricks to do this I'm using B2 on a single server install. Thanks I think there is something that refreshes/resync's the accounts. I still get the issue with new accoun ...Show All
Visual Studio Express Editions Where I can find link to download VS2005 Express?
I tried to find link to download Visual Studio 2005 Express. I coulnt find it.. Where I can find link to download VS2005 Express Thanks There is no such thing. There are only the express editions, one per language and one for web development. I'm sure your google search found those. If you want an all in one IDE, you need to buy it. ...Show All
Visual Studio Team System "Connect to Team Foundation Server" option not there
I installed the VS.NET 2005 Team Edition for Software Developers but I don't see the "Connect to Team Foundation Server" option. Shouldn't this be there by default Try to look if this helps you: http://blogs.msdn.com/robcaron/archive/2006/02/09/529033.aspx -- Lorenzo Barbieri MVP Windows - Virtual Machines, MCT, MCSD.NET, MCITPro DBA IT: http://www.geniodelmale.info EN: http://www.lorenzobarbieri.info ...Show All
