| Thread | Last Post | Replies |
|
| Console.WriteLine output | 25 Feb 2005 10:47 GMT | 1 |
If I have Console.WriteLine in a VB .NET application when I complie the app and run the exe, do they occur? If so where does the output go. If not is the a easy way to push them to a log file. Ron
|
| Accessing Remote Registry | 25 Feb 2005 09:31 GMT | 1 |
Hi, can I access the registry of a remote machine using VB.NET? While connecting to the remote machine I would be using the admin login of that machine. Thanks.
|
| Customizing StatusBar Control | 25 Feb 2005 09:04 GMT | 3 |
I am creating a custom StatusBar control which houses a ProgressBar control. How can I show all the properties of embedded ProgressBar control on design time? I want the property window of StatusBar control, shows all the properties of the progress bar.
|
| Active Directory Authentication | 25 Feb 2005 08:47 GMT | 2 |
Hi ya, we are in the process of switching over to Active Directory from the old NT. :zzz: Finally!! Anycase, Im battling with one error when I try to authenticate using AD. "Error obtaining group names. The
|
| tcpclient problem | 25 Feb 2005 07:43 GMT | 2 |
I am using a tcpclient and a tcplistener to send and receive packets. The client sends a packet and the listener replies with another one. I can send 2 packets and get an answer from the listener but it fails to send a third packet. I don't get any error messages. The client sends ...
|
| Data received on socket | 25 Feb 2005 03:54 GMT | 3 |
Im using socket object, and im sending data from first socket to the other, How can i know when the other socket has recevied my Data ? Thanx,
|
| report for free | 24 Feb 2005 21:52 GMT | 3 |
does anybody know an Report Creater for free ?
|
| Mesage boxes.....HELP!!!!!!!!!!!!! | 24 Feb 2005 20:28 GMT | 1 |
PLEASE HELP ME. I have reinstalled the environment twice and both times the problem I am about to discuss did not get fixed. I am having trouble with messageboxes. My code is correct because it worked before and it works on other machines.
|
| preventing second application instance starting | 24 Feb 2005 19:41 GMT | 2 |
Hello. I have written a simple image viewer application using C# .NET. It only needs to display one image at a time. When a different program, in C, running on the same machine, does a "system(myfile.a2d2)" call, it automatically starts my image viewer
|
| CompileAssemblyFromDom problem | 24 Feb 2005 19:36 GMT | 3 |
I am hoping someone has a clue on this. I have code that uses CompileAssemblyFromDom to compile a DLL on the fly. Works fine here. On a client machine however, no DLL is produced, using identical input. There are no exceptions, no compile time errors coming back. And no file.
|
| Config Block throws error when App Pool Recycles | 24 Feb 2005 19:09 GMT | 2 |
I am attempting to research an error condition that I am experiencing with the Config Block in EntLib 1.0. I have an admin web page that I use to populate some config values. I then have a second web pages that pulls those values in order to perform some stuff. Works like a charm ...
|
| How to start SQL Server 2000 service | 24 Feb 2005 17:35 GMT | 2 |
Installed the SQL Server 2000 Eval version on my Windows XP Pro laptop, but can't start the SQL Service. It says Error 1069 When go to Administrative Tools->Services to start it I get Error 1068. Does anyone know how to resolve this?
|
| Creating DLL in VB.net | 24 Feb 2005 16:56 GMT | 7 |
How would I take this class and build a DLL from it? Class PrClass Public aPrNummer As Integer Public aPrBarcode As String
|
| Problem opening a solution | 24 Feb 2005 16:53 GMT | 2 |
Hi there. I'm new to .Net development and have inherited a web project built using .Net and C#. I have a copy of the project on my laptop machine and can open it, make changes, compile fine, test, etc... The previous developer had VS.Net installed on the web server that
|
| binding to Combo | 24 Feb 2005 15:50 GMT | 4 |
I have an Access database with the 3 fields in [ID], [Last Name], [First Name] I create a dataset and bind a form to it, no problem. I now want to put in a combo box to search on name.
|