| Thread | Last Post | Replies |
|
| Attempting to SetValue in FieldInfo Reflection class | 11 Aug 2004 17:04 GMT | 1 |
I am attempting to set a value through the FieldInfo and the value does not appear to be stored. Here is a snippet of the code: 'This is the Base Class Imports System.Reflection
|
| COM app calling .NET dll's | 11 Aug 2004 17:02 GMT | 1 |
What's involved in getting a .NET dll to be recognized by a COM app? Is there a utility in VS to take care of this? I have a client who insists that the conversion from VB6 to .NET (C# specifically) be done in this direction - I would prefer the other
|
| Question about DataViews | 11 Aug 2004 14:06 GMT | 3 |
I am having a problem referencing data from a data view using a SQL query that utilizes the same table twice using aliases for the tables as shown below: string command = "SELECT User1.Name, User2.Name FROM myTable " +
|
| Build a distributed multi-tier app that the components of it work on different machines? | 11 Aug 2004 13:59 GMT | 2 |
I wanna build a multi-tier app like petshop, but it seems that the components in the petshop can only work on one machine, how can I build a distributed system that the components(DAL layer, Business layer) of it work on different machines, and how can they communicate with each ...
|
| Run a sql script from a .NET application | 11 Aug 2004 13:36 GMT | 1 |
I need to run sql scripts in a Windows .NET application. Is osql available or is there another way to execute a script in the Framework? LP
|
| Could not connect to Oracle9i Release 2 db using .NET COM+ | 11 Aug 2004 13:26 GMT | 1 |
I've problem connecting Oracle9i using COM+. My program is written in VS.NET2003 C#. It always give me the error message : Unable to Load DLL (oramts.dll). I am using System.Data.OracleClient.dll library to make a connection to Oracle9i.
|
| Programming API for the compiler? | 11 Aug 2004 12:04 GMT | 2 |
Actually I'd like a way to programmatically execute the pre-processor. Anybody know if there's a way? And no, I don't mean running CL.exe via Process.Start(), I can do that already.
|
| changing the order event handlers | 11 Aug 2004 07:57 GMT | 1 |
My specific scenario is with the page load event in an asp.net page but I presume the question applies to everything using the event mechanism. The documentation says that there is an ordered list of handlers for any given event. I want to insert an event handler at the beginning so ...
|
| how to prevent automatic conversion of csv to xls | 11 Aug 2004 07:23 GMT | 2 |
I have a web page which generates a CSV file based on some user input. When this file is downloaded by the user, the file is being automatically converted to .xls. Any idea how I can prevent this? My code (snippet) -
|
| Cannot Alter PrintDialog Settings Programatically | 11 Aug 2004 07:07 GMT | 1 |
Oh boy, I really need help with this one. I've been working on it for days and have gotten nowhere. The department I'm contracting for have just purchased a very nice and highly expensive HP Laserjet 5500n colour laser printer, solely so that I could print easily from VB.NET.
|
| Event Publisher Question | 11 Aug 2004 07:02 GMT | 1 |
I need to create a few Window Services, and these services should "broadcast" events to any listeners. My question is, if I know that the number of clients will be small (<50), what would be the most efficient way to do this?
|
| Image Managing | 11 Aug 2004 06:57 GMT | 1 |
Hi I am programming an application which requires OCR in a jpg image. Does anyone know how to implement OCR in VIsual. NEt? or if there's a component? Thanx A lot!
|
| Help - How to position application on dual screen monitor? | 11 Aug 2004 06:55 GMT | 1 |
How do you position an application called from VB.NET onto the second screen on a dual screen system. I have the code to launch the application, but cannot figure out how to position the application window on the screen. Would be nice if the location remained the same even if ...
|
| Recommendations on .NET self-study or classes? | 11 Aug 2004 01:33 GMT | 1 |
First, I would like to apologize in advance if this is not the appropriate place to post this message; of the .NET-related newsgroups I found, this seemed to be the most general. If the information I'm requesting is covered in a FAQ somewhere, please point me to it, and I'll be ...
|
| FileInfo class | 10 Aug 2004 16:29 GMT | 1 |
Sorry this might be a bit of a basic question but I have the following: Dim myFI As System.IO.FileInfo myFI = New System.IO.FileInfo("c:\myfile.txt") myFI.Create()
|