| Thread | Last Post | Replies |
|
| Web Browser in VB.NET - VS2005 | 30 Sep 2007 18:13 GMT | 1 |
I am using a web browser control in a VB.NET app that is scraping data from many (about 100) web sites. It seems that one of these is leaving a cookie behind that is causing the subsequent site to think it's already loogged in. If I stop and restart the application, I am able ...
|
| Crystal Reports not in VS.NET 2005 Standard | 29 Sep 2007 23:25 GMT | 1 |
I go to add a report in VS.NET 2005 Standard and the Crystal report item isn't in the list. Right click my web application and Add New Item and the Crystal Report template isn't available. I went to Add/ Remove and tried to add it in but it wasn't available for install.
|
| adding projects to new solution | 28 Sep 2007 17:47 GMT | 4 |
I am having problems creating a new solution and adding pre-existing projects to the solution. I have a tree structure such as : \root
|
| Strange VB.Net Error. | 27 Sep 2007 20:49 GMT | 2 |
I came across an error tonight that makes absolutely no sense at all. I had some sample code I copied off of a webisite to test working with a control. The text I downloaded included the following line of code: Dim FieldNames() As String = New String() {"LinkCode", "ProductName", ...
|
| Spawning temporary file | 27 Sep 2007 18:36 GMT | 3 |
I am trying to build an Type Library with VS 2005 Express. When I build the project I get "Error spawning midl.exe". Does anyone have a clue on this? The actual output is shown belown.
|
| getting visual c++ | 27 Sep 2007 14:58 GMT | 1 |
Some time ago, whilst installing a trial version of SQL Server, I seem to have installed Visual Studio as well. Now, I've found some software that claims to compile under visual c++ and I'd like to try it out. Is there a way to get the compiler without downloading the
|
| crystal report viewer | 27 Sep 2007 06:51 GMT | 6 |
im using vb.net 2005 with dotnetframework 2.0, i hv a question related to crystalreportviewer control, hence im creating the excel file with its necessary values through code, is it possible for me to send corresponding excel file into crystalreportviewer, i dont want to
|
| Findrows Example | 26 Sep 2007 18:32 GMT | 1 |
Can't locate a sample Findrows() Have dataview dv with sort set to "Finish" Have static rowfilter value/; CompanyFinishes.RowFilter = "Company_key=" & mCompanykey
|
| how to watch the value of "set", "map" etc | 26 Sep 2007 18:27 GMT | 1 |
I had a very hard time in debugging standard library. Now I can watch the value of vectors. How about set and map? It seems that I have to go back to the old days print to screen way of debugging.
|
| Too Many ListView Columns | 26 Sep 2007 05:08 GMT | 2 |
I've just started working with populating combo boxes, list boxes and the listview control. The one I'm having a problem with is the ListView control. I'm assuming the listView control should work pretty much in the same manner as the listbox. I want to see one row per record, ...
|
| msi project setup | 25 Sep 2007 20:01 GMT | 1 |
I have a problem with an msi setup project. I want to launch a vbs file as a custom action before msi starts the uninstall process. At the moment, msi execs the uninstall process before and then executes vbs
|
| VS7, nmake, standard includes | 24 Sep 2007 22:23 GMT | 1 |
I'm trying to build an open-source project, following the instructions and included makefile for VS7 nmake under Windows. This is a very new installation of VS7, but I used the company's install system (seems to work for others) and a test IDE project went ok. I didn't try any test
|
| Solution Explorer Add-in - close sub folders | 24 Sep 2007 19:04 GMT | 1 |
Hello. I have strange problem. Every time when I open my project all folders in Solution Explorer extended, but I have a lot of files where so I need every time close all of them to have normal navigation. So I have question - exist any way to make collapse for all folder?
|
| Properties window disappears | 24 Sep 2007 18:44 GMT | 1 |
I tried to update VBNET project to VS2005. Now the Properties window disappears in VBNET . VS2005 and VB6 are fine. I spent hours cannot find a way to re-enable it.
|
| Visual Studio.Net Projects Folder | 24 Sep 2007 17:06 GMT | 5 |
I have a few questions: 1. I was just creating a new Project in Visual Studio. I decided I would use the "Projects" tab that is on the File Dialog to place my Projects. I noticed this folder is built off of my "My Documents" folder. VS.Net created these
|