| Thread | Last Post | Replies |
|
| Exposing .NET events to COM for use in VB6 projects | 13 Jul 2004 08:10 GMT | 1 |
I have a class that I wrote in Visual Basic .NET (using version 1.0 of the Framework). It exposes one public event. I would like to be able to declare an instance of the class in a Visual Basic 6.0 project using the standard "WithEvents" syntax. In the .NET project, I set the
|
| System.ExecutionEngineException | 13 Jul 2004 04:40 GMT | 1 |
I have been having a strange problem with a c# application I have been developing. My application detects when a Pocket PC device has been connected (via ActiveSyc) and queries the registry on the device to find out the Device ID and whether or not any of our Pocket PC applications ...
|
| Connecting to a database that is on a different domain | 13 Jul 2004 03:22 GMT | 1 |
I was wondering if it is possilbe to connect to a database that is on a different domain by modifying a connection string? Jesse
|
| DirectoryInfo exists and shared 2000 server directories | 12 Jul 2004 23:02 GMT | 1 |
I try to read a shared directory. This shared directory is on a 2000 server. When I use DirectoryInfo.Exists, I always have "This directory does not exist".
|
| Is there Remote Debugging in Vs.Net 2003 Pro | 12 Jul 2004 21:18 GMT | 5 |
HI, all.... I am testing Vs.Net 2003 Pro for use in our company (from the 60 day trial disk). Currently we are using 2002 Enterprise. In Vs.Net 2002 Enterprise I have the ability (under Debug|Processes) to select
|
| Error updating data set | 12 Jul 2004 19:40 GMT | 6 |
I'm new to '.net'. I'm working in vb.net and have an error don't know the cause of or how I should go about debugging it. Here is the code: Dim dsNwind As New DataSet Dim daProds As New SqlDataAdapter(cmdSelProds)
|
| Windows applications versus web applications | 12 Jul 2004 19:30 GMT | 3 |
My Client asked me to put together some reasons as to what determines if an application would be developed as a windows application or web application. I have started working on it, but I would like to make sure I don't miss anything. So, I will leave the question wide open, ...
|
| Dummy column in datagrid | 12 Jul 2004 19:25 GMT | 2 |
I have got a problem when adding extra (= dummy) columns to a datagrid. I have a datagrid that is bound to a datatable. The datatable is filled with data from a SQL Server 2000 database. This data contains a column that is a foreign key to another table. In my datagrid I don't ...
|
| ComboBox - DataBinding and Sorting - Days Wasted! | 12 Jul 2004 17:37 GMT | 3 |
Customers table - contains Columns: CustID, Surname, Forename, TtlID Titles table - contains Columns: TtlID, Title
|
| Help in asp.net | 12 Jul 2004 16:02 GMT | 5 |
Currently our application is driven by ASP scripts and custom COM DLLs written using VB 6.0. The problem is our client wants to install the application on a shared server which already has some other applications running. Currently none of
|
| Possible memory leak | 12 Jul 2004 14:34 GMT | 3 |
I have a VB.NET app which reads thru a list of directories containing word files, converts the file to text and then loads into a SQL SERVER table. To avoid any word issues (macro virus, corrupt files, files with password) my program spawns a new thread to perform the word ...
|
| Best choice of technology | 12 Jul 2004 10:49 GMT | 8 |
I have a requirement to run some code on a server. The purpose of the code is purely to process data between an MS SQL box and a remote Oracle box. It has no UI, and needs no user intervention to run. The 2nd part of the requirement is to have a UI that will allow an operator
|
| store binary data in SQL text column | 12 Jul 2004 10:33 GMT | 2 |
I am trying to store binary data (e. g. image) in MS SQL Server 2000 column which data type is [text]. I understand I could store binary data easily in MS SQL [image] type but I have only [text] column available in the database which I don't want to change.
|
| Unable to Debug | 12 Jul 2004 09:12 GMT | 2 |
Hi all, i have a function in VB.NET which is too big when i try to debug it, i can?t . is there a FIX for it ??? JSB
|
| C# EventArgs.Properties are Null when handled in VB.NET | 12 Jul 2004 03:51 GMT | 1 |
I'm raising an event from a C# component and trying to catch it in a VB.NET Windows application. The VB app recognizes my custom EventArgs object and catches the event. However, when I try to read any of the properties they are null or nothing. The EventArgs object itself is ...
|