| Thread | Last Post | Replies |
|
| How to reference to a VB.NET dll in MS Access | 25 Feb 2004 06:54 GMT | 1 |
I would like to know if it's possible in MS Access to make a reference to a dll that is programmed in VB.NET. In modules in MS Access VBA (Visual Basic for Applications) is used. Can I reference to a VB.NET dll, so I can use the dll in the VBA code?
|
| FileSystemWatcher and renamed folder... | 25 Feb 2004 05:45 GMT | 1 |
When using a FileSystemWatcher to watch a folder, and I rename the watched folder, I don't get any events, but the watcher keeps firing events for files changed in the newly renamed folder. Problem is that the events contain the OLD folder name, not the new folder name.
|
| Context.RewritePath method doesn't work as expected | 25 Feb 2004 04:51 GMT | 1 |
I'm trying to use the Context.RewritePath method to change the internal path being used when a user tries to browse a directory that doesn't exist anymore. Unfortionately I've found that this is not possible because the BeginRequest event doesn't get fired if the directory
|
| Help...Replicating IE HTTP protocol to communicate with ASP.NET | 25 Feb 2004 04:16 GMT | 4 |
We have an ASP.NET web application which is suffering performance problems. Since setting up robot scripting interacting with the browser would take a while I hoped I could open a two-way socket with IIS and replicate the HTTP session information e.g. starting out with
|
| about Custom Attributes! | 25 Feb 2004 02:53 GMT | 1 |
I want use AssemblyBuilder's SetCustomAttribute to set a custom attributes! it is alway true, but some times, use the same program with different data, the custom attribute name losted! when i use with ildasm, it will show as .custom UNNAMED_CUSTOM_ATTR = ( 01 00 01 01 00 00 )
|
| OLEDBAdapter or SQL | 25 Feb 2004 01:57 GMT | 4 |
Complete Newbie to VB.NE Successfully completed the "Hello World" walK though Now trying the WalkThrough_MasterDetail walk through Drag and droped an OldDbDataAdapter or SqlDataAdapter
|
| .NET Reporting | 24 Feb 2004 23:50 GMT | 3 |
This message originally posted on www.DotNetJunkies.com... One thing that amazes me is how there is such a lack of MSDN documenation, articles, etc., on reporting using the System.Drawing.Printing namespace. Microsoft promotes using Crystal
|
| Interop problems from C# to VB | 24 Feb 2004 23:46 GMT | 1 |
I am working on an existing .NET (C Sharp) component that had a com interface that was used by a VB component. When it was originally written, it had a class with 12 methods that inherited from that interface. I needed to add two new ones. I was told I would need to
|
| How to force downcast of Class | 24 Feb 2004 23:27 GMT | 3 |
I have a base class that has been filled with values (for example an Order) So, something like this dim ord as new Order( ord.FirstName = "Clayton
|
| Chr(0) in .NET causes string to return blank | 24 Feb 2004 23:14 GMT | 6 |
The code worked perfectly fine in VB6 for converting a decimal length to binary hex, but in .NET it only works when the iNum variable doesn't contain a zero. If zero is passed in then I lose everything in the string. Does anyone
|
| versioned assembly questions | 24 Feb 2004 23:01 GMT | 1 |
I have 2 questions maybe someone can help me 1. why a versioned assembly has to be in GAC and have a strong-named 2. why an assembly in GAC has to be strong-named In many books and articles, they show how to do it, but they don't explain why it has to be done that way
|
| PInvoke stringbuilder vs string | 24 Feb 2004 22:44 GMT | 4 |
In all recomendations from Microsoft you read that you should use StringBuilder instead of String when passing an In/Out parameter to a external function. What is the benefits using the StringBuilder instead of string. Both need to have the capacity to hold the string recieved the ...
|
| How can i get the list of Com ports in machine. | 24 Feb 2004 22:16 GMT | 5 |
I want to get the list of com and parallel ports in the machine, is there a way to do it in the .Net Framework.
|
| 401 error from proxy server | 24 Feb 2004 21:21 GMT | 5 |
Using the .NET Compact Framework on a Pocket PC 2003, I am attempting to access a web page on the internet through a proxy server. I'm setting the proxy server name, port, username, and password in my VB .NET code: myRequest = System.Net.WebRequest.Create(RsURL)
|
| Newbie question ob vb.net and connecting to a dB | 24 Feb 2004 19:36 GMT | 1 |
Working on my first "production" program and need a hand..... I have written a program that is supposed to access a SQL database and then run a crystal report or do other things depending on which button is pressed. I have this program running well on my design setup but when I run
|