Ovesen's Q&A profile
Visual Basic Solution Explorer
I am new to VB and have the following problom in the Solution Explorer: I have several forms shown in the Explorer. One of the form's icon has changed and is represented by a different icon then all the rest. The icon looks like a Word icon with 'VB' overlayed on top as opposed to the other icons which look like a miniature form. When I highlight this form, it is no longer accessible with the View Designer icon (in the upper right hand corner). I can only access the View Code icon and can't open the form for editing. I can only access the code behind it. I have tried just about every toolbu ...Show All
Windows Forms VS 2003 and framework2.0
Hi, How can I point VS2003 to framework 2.0 I have both 1.1 and 2.0 installed on my development machine and for some reason I cant install VS2005. How can I point VS 2003 to 2.0 framework. In this scenarion, will I be able use new features of 2.0 such as datagridview, enhancements in ADO.net and other new features Thanks, I am very sorry but you are not going to be able to get Visual Studio 2003 to target the 2.0 Framework without a great deal of work as VS is very tightly tied to it’s associated Framework version. If you really need to use the 2.0 Framework for development you may want to ...Show All
Visual Studio Express Editions Can't install Visual C# Express Edition
http://img411.imageshack.us/img411/6766/msjunk6cp.jpg it always stops during the native images installation, i took a screen dump please have a look at it if you know the answer please reply i am in need, it failed to install on 2 fresh OS fully updated XP machines so, must be wrong with the installation process i noticed it always stops at the assembly process Help, hi, you can ask this question in Express installation forum, i'll move this thread there http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=24&SiteID=1 hope this helps ...Show All
.NET Development UML Modeling Tool for .NET Languages
Visual Paradigm Smart Development Environment 3.0 for Microsoft Visual Studio.Net (SDE-VS) is a full-featured UML modeling extension for Microsoft Visual Studio.Net. SDE-VS provides a wide range of UML related activities within the .NET environment. By providing the facilities of textual analysis, use case modeling, modeling and analyzing the system can be easily achieved. SDE-VS supports the latest and full UML 2.0 diagrams and notations. SDE-VS not only supports the generation of .NET source code including C#, C++ and Visual Basic for software development, but also reverse engineers the existing .NET source code into model for re-eng ...Show All
Visual Basic no templates or anything after VS2005 Express install
Hi guys. I installed VS2005 Express but when i want to add etc. a class or make a new project, there are zero options and therefore i am unable to make or do anything. please help me with this, i really would like to start adding classes and start new projects as soon as possible. I tried searching the windows for templates and download but found zero results so please help me with this. Hi I have exactly the same problem. There are a lot of files in directory you described. But how can I tell VWD2005 express to use them Thanks for a hint. ...Show All
Windows Forms How to get the name of a datagridviewcolumn?
I want to get the name of a datagridviewcolumn when I click a cell from this column, how do I do that Thanks in advance. selCell = tblSRFDataGridView.CurrentRow.Cells[ "OPRNoColumn" ].Value.ToString(); Currently I have this code that gets the current value of a cell from OPRNoColumn column. What if I don't know the name of the column ...Show All
Visual C# Assign buffer image to Bitmap Data
Hi, I want to do some image processing with C# VS2005 on Pocket PC. After I have the image buffer array byte* buffer, currently I lock bit of BitmapData data and copy each by from buffer to (byte*) data.Scan0. But I find this maybe slow and more importantly, it will double memory used for one image. For some reason, I could not delete buffer so this method cost me a lot of memory on Pocket PC. I tried (byte*)data.Scan0= buffer but this is not correct. I would like to know if there is any method to assign buffer directly to Scan0 so that I dont need to allocate more memory Thank for help. Stefen Huynh I hope this code can ...Show All
Visual Studio 2008 (Pre-release) Windows Graphics Foundation ?
When looking for some info, I came across the Windows Vista Developer Story page.( http://msdn.microsoft.com/windowsvista/downloads/developerstory/default.aspx ) This has the following in the list of contents: Presentation: Aero, Windows Presentation Foundation (coming soon) Presentation: ASP.NET, Windows Graphics Foundation (coming soon) Can anyone tell me what "Windows Graphics Foundation" is and how it differs from WPF Thanks John Valentin is correct. DirectX 10 is what this is referring to. -Pablo ...Show All
Visual Studio Express Editions Custom Queries for Combo and Listboxes
If I have a form with multiple combo boxes and a few list boxes, is there a way to create custom query sources for each one It would appear that I have to create a query view for each control, even though only this one form will be using it. I'm thinking along the lines of how MS Access can have a custom SQL for each control. Thanks. That worked perfectly! ...Show All
Visual Studio Team System VS 2005 & .Net Compact Framework
Using VS 2005, will it be possible to build applications that target different versions of compact framework (2.0, 1.1 and 1.0). Thanks Bill ...Show All
Windows Forms Collapsible Listview control
Does anyone know any shared control which looks like the Outlook 11 style collapsible list view, where the items are grouped into some categories and you can expand and collapse the categories by clicking a +/- sign. You can take a look at the following screenshots: http://members.fortunecity.com/aripal2k/images/outlook.jpg http://members.fortunecity.com/aripal2k/images/outlook2.jpg to see what I am l ...Show All
Smart Device Development Multiline/wordwrap datagridcell
Env.: .NET 2.0, WindowsMobile 5.0 VS 2005 Pro Hi, I use a DataGrid with object DataSource and TextBox Cells (DataGridTextBoxColumn). I don't find any way / don't find the propertys to change the row height or the property wordwrap. Is there an other way to do this My object (ChatMessages) has two columns (name & message) and the message cell should wrap the text. Under .NET I use DataGridView and I don't have those problems. Thanks in advance for your help! Gerrit No, there's no way to do it. If you need that functionality please consider using 3rd party data grid. ...Show All
Visual Studio Express Editions Username/Password dialogs
When attempting to run or debug a page, I'm receiving a dialog ("Enter username and password for "" at http://localhost:xxxx") to enter a username and password before accessing it. I've tried entering my ASPNET username and password, my administrative password, etc., but none of them is working and I'm receiving the following error: Server Error in '/<webpage>' Application. HTTP Error 403 - Forbidden. I've also reviewed my IIS settings and tried using impersonation in my web.config, but I haven't resolved the problem. Could someone please provide additional insight on how to resolve this Thank you very much! ...Show All
Software Development for Windows Vista ASP.Net, SQL Persistence Issues.
Hi, I have several questions / issues so I'll attempt to put them in order. First off I'm using Feb CTP and SQL 2005, VS 2005 I have a need to create several (very) long running workflows, so I set out creating my host. Initially I used a console app for testing etc... and the test workflows that I created persisted, dehydrated and rehydrated fine. BUT, the workflows need to accessed from inside a web app. So I started using the WorkflowWebRequestContext to get to my instance of the runtime. The config used for the runtime is as follows: <WorkflowRuntime Name="WorkflowServiceContainer"> <Services> <add t ...Show All
Visual Studio Team System Backup you data with Team Foundation Server Beta 3
Since the documentation looks to be outdated: What are the steps to take to backup all the data within TFS3. It should be a backup of all tables (including SharePoint Services and Reporting Serves data) from SQL Server and a backup of Windows SharePoint Services. Is that it Are the attachements now stored within the database Thanks, Neno That's the version control file cache, as Bill mentioned. The version control caching proxy is both part of the server (TFS) and a standalone app that can be installed on a server at a remote location. Since it is inherently part of every TFS app tier, all installations end up with this dir ...Show All
