| Thread | Last Post | Replies |
|
| How to read users in Local Admin group on remote machine? | 25 Jun 2005 11:46 GMT | 1 |
Is there a way using LDAP to read these members? i can read the groups using the WINNT provider but i can't use a directorysearcher against WINNT only LDAP, this seems like such an easy thing to do but i haven't had any luck. any help would be appreciated.
|
| System.Management namespace | 25 Jun 2005 11:41 GMT | 1 |
I am using VS.Net 2000 and C# trying to access the System.Management namespace in a Web Application -but- after: using System; using System.Management;
|
| Changing control name | 25 Jun 2005 11:00 GMT | 4 |
Hi, I'm a Vb6 developer just getting into .Net & I like it! But... How do I change the name of a control, say, a button, once code has been written to it. Even if I delete the old event, whenever I click on the newly
|
| Record Locking | 25 Jun 2005 06:56 GMT | 1 |
I have a question regarding Record Locking in ASP...If the user x's out of the web page, how can I unlock the record? A co-worker told me it has to be done in Javascript, but he doesn't know how to write the javascript and I don't know Javascript.
|
| c# console app | 24 Jun 2005 22:33 GMT | 5 |
How do i trap the incomming data to the console? lets say I wrote a console app that pings another computer in the network. I see the following in the console: Reply from 180.100.24.5: bytes=32 time<10ms TTL=127
|
| Can I use a variable in an app.config file? | 24 Jun 2005 21:38 GMT | 1 |
I have the config file below. Is there anyway for the value of MachineName to be populated, automatically, with the IP address that the application is running on? So, I would say something like machineName=@IPAddress or some such thing...
|
| reading comma delimited files using VB.NET | 24 Jun 2005 21:32 GMT | 4 |
How do you read comma delimited data from programs such as Excel where the data itself contains dounble quotes and commas. It used to be you could just use input. How is it fone now? The data below contains output from Access saved as a CSV.
|
| syntax to see if record exists in SQL!! (ASAP!) | 24 Jun 2005 20:37 GMT | 5 |
I'm sort of in a rush here...I'm sort of new to vb.net and I'm trying to write the syntax to check a sql table to see if the record already exists based on firstname and lastname text fields (will match to firstname and lastname in SQL table). I can't figure out the syntax!!! I ...
|
| About the listbox control | 24 Jun 2005 20:12 GMT | 5 |
Hi, All, I'm using MS.net 2003 and using a windows.forms.listbox control for my window application but I don't know why the Horizontal Scrollbar could NOT be shown even if I set HorizontalScrollbar = true. The text info in listbox
|
| How to prevent the console window popping up. | 24 Jun 2005 17:15 GMT | 2 |
I have a console application that brings up a dialog if invoked with no command line parameters. If I double click on my application a console window is briefly displayed before the dialog appears (I have this code in my app: if (args.length ==0) FreeConsole() which causes the ...
|
| How to Implement a Tiered Protocol; Design Pattern? | 24 Jun 2005 17:07 GMT | 6 |
This is going to seem like a basic OO question, but it comes up and bites me every now and again. Suppose we have a multi-tiered protocol to implement, what is the logical, OO way to design the handler? For example, let's say that we have to
|
| Call IMAPIPROP method from c# | 24 Jun 2005 17:01 GMT | 1 |
I'm trying to invoke OpenProperty Method on the mapiobject, member of MailItem. The problem is that mapiobject is not a com object. I can obtain a com interface through the correct GUID but it seems no
|
| create columns automatically -- want to choose alignment! | 24 Jun 2005 15:53 GMT | 3 |
I am creating my columns automatically at run time, but I also want to align the text columns to the left and the number columns to the right. Is there anyway to do this?? I can't see how to specify this. Thanks.
|
| ANN: Rocky Lhotka to speak in San Diego June 28 2005 | 24 Jun 2005 15:37 GMT | 1 |
Learn how to create of distributed object-oriented applications in .NET: The Microsoft .NET Framework provides extensive support for creating highly scaleable distributed applications. Rocky Lhotka's CSLA .NET framework builds on the capabilities of .NET to simplify the creation ...
|
| server.transfer | 24 Jun 2005 14:02 GMT | 6 |
I am using server.transfer from within vb.net, which is called from asp.net I find that I can move to correct page the first time the server.transfer is executed but all subsequent attempts cause a error message. The following is my logic code:
|