| Thread | Last Post | Replies |
|
| WebClient and File Download | 14 Sep 2007 18:02 GMT | 20 |
I'm converting a VB6 ITC that connected to a site with a URL that pointed directly to a text/CSV file. Worked fine for years. http://www.sample.com/mydir/myfile.csv Site as no FTP access or web service access.
|
| Expose Enum through Interface? | 14 Sep 2007 15:44 GMT | 1 |
Is there a way to expose an enum through an interface... below does not appear to work: Public Interface ISQLBuilder Sub Init(ByVal ActConfigSched As DataSet)
|
| Forms | 14 Sep 2007 14:37 GMT | 2 |
I have a calculator I am developing within its own form. I need to be able to display this calculator on top of another form and have it continue to appear on top of the form when the user clicks back into the main form. How can I make this form always appear on top of another ...
|
| Think about moving from Borland C++Builder, but... | 14 Sep 2007 14:16 GMT | 7 |
We have a question or two. The first and most important question. We use CORBA in our client/server application. How would we do the same thing in Visual Studio? Another question is about third party software. We have some third party software that we use now, is there a ...
|
| Where do I begin? | 13 Sep 2007 16:08 GMT | 6 |
I bought Visual Studio 2005 a year ago and have been using it to build an empty C++ project. However I am now going to start a large project and would like to have some GUI construction utilities. Where should I begin to learn about creating GUI in VS? Is there a book that I ...
|
| Visual Studio 2005 Forms Designer Problem | 12 Sep 2007 22:59 GMT | 1 |
OK. I've read about the dreaded "WSODs" (White Screen of Darn). I have even enountered them on several occasions. My problem is sort of a twist on the WSOD problem. I have a Windows Form class that is derived from another form class. The
|
| A few VS gripes which can be easily fixed by MS | 12 Sep 2007 20:31 GMT | 4 |
A few VS gripes which can be easily fixed by MS: 1. Why is opening the VS Help a thread blocking task, you can't even cancel, this is complete BS. You changed this for a lot of other things... 2. Why can't we have multiple rows for tabs in the code window, the tab
|
| Command Line Build Using DEVENV Does Not Honor Dependencies | 12 Sep 2007 18:58 GMT | 2 |
I'm writing this post for the benefit of anyone else who might encounter this problem. I have a solution that consists of: 1. EXE
|
| How to find the Control foucs when Tab pressed vb.Net | 12 Sep 2007 09:34 GMT | 2 |
I am working in vb.Net 2005 window based programming * I have some doubts when i press a tab key, what control the foucs has been set too. What is the way I can do. This is used for me to find the hidden controls in my projects
|
| How to give conditional parameter input on datatable Insert | 12 Sep 2007 03:47 GMT | 17 |
Hi I need to insert a conditional value on the time of inserting via parameter. lvfpDataAdapterOrdDet.InsertCommand = New OleDbCommand("INSERT INTO Orddet (ordnumber, slno, clinnumber,subslno,ord_nsn,our_nsn) VALUES (?, ?, ' ', ' ',
|
| VS 2008 Setup and Deployment Issue - Requires .NET 3.5??? | 11 Sep 2007 23:56 GMT | 2 |
I have successfully created a Setup and Deployment project in VS 2008 beta 2 which correctly builds the outputs from all the necessary projects in my solution. Each solution is set to target .NET 2.0 and none of these projects have a reference to any namespace in the .NET 3.5 ...
|
| CAST | 11 Sep 2007 08:55 GMT | 1 |
I'm working on a VB.NET 2005 application and need to filter a stored procedure based on a value entered on my form. The field on the form that accepts the filter item is a text box named EmployeeID. In my objCommand object I am passing it as a parameter to filter for a specific ...
|
| Multiple issues: construct bgcolor is outdated and config file err | 10 Sep 2007 23:26 GMT | 1 |
First, I'm not much of a programmer which is why I chose Studio. I wanted it to help me out. The first issue is bizarre. I create a simple page and it builds and is fine. I publish it and it runs great. I then go back and open the page to add
|
| Build dependencies issue using devenv.exe in VS2005 | 10 Sep 2007 22:26 GMT | 1 |
I have following projects in my solution. 1. pjlib 2. pjlib_util (depends on pjlib) 3. Controller (depends on pjlib and util)
|
| I thought this would be simple | 10 Sep 2007 22:05 GMT | 3 |
I've been fighting this for almost two days now. In VS 2005, I'm invoking "SolutionBuild2.BuildProject()" on various projects in an arbitrary solution and simply want to inspect each project's build errors via "DTE2.ToolsWindows.ErrorList". However, I'm finding that sometimes the ...
|