| Thread | Last Post | Replies |
|
| Help regarding localization. | 21 Jun 2006 16:02 GMT | 5 |
I am having confusion regarding localization in .net. I have one form on which i have some labels and button. After designing that form what i did is set localization property of form to true and i set language as french.
|
| Logging NT Events | 21 Jun 2006 15:31 GMT | 3 |
Is it possbile to retrieve all the Event Id's of a registerd source (Ex. MSSQLSERVER)? If it possible then can we retrieve the description of those Event Id's and can we generate the NT Event with the above NT Event and the desc for that?
|
| Vb.Net and My -> C Sharp | 21 Jun 2006 15:24 GMT | 2 |
Do you know if somewhere exists the conversione of Vb.Net 'My' class (or better My.Computer.Network.Ping) in C Sharp?
|
| Open EXCEL file that exists on the network from a webcontrol | 21 Jun 2006 15:18 GMT | 2 |
I have an ASP.NET page that invokes a web control written in C#. What I want to do is (based on the session ID) display a certain spreadsheet that exists on a network drive. I want the webcontrol to open the spreadsheet using my
|
| A Webservice problem | 21 Jun 2006 14:47 GMT | 2 |
Hi all, good morning (im using vs2005) I want to commulicate with a web service in c# i did followed all the instructions in the book.
|
| Monitoring application traffic | 21 Jun 2006 14:40 GMT | 1 |
I have a client application, that connects to a server on some other unknown pc. Now, I would like to monitor the client application to check what commands are being communicated between the two applications, inorder to create a new personal client application.
|
| Assemply and using Activator.CreateInstance | 21 Jun 2006 13:46 GMT | 3 |
If I load an Assembly (.DLL file) from Process (.Exe file) using Activator.CreateInstance() method are there or should I remove Assemply (.DLL) from memory after using it with Activator's method other method?
|
| Event Properties using C# | 21 Jun 2006 13:44 GMT | 1 |
before you understand my problem see the http://www.eventid.net the above URL is similar to my problem. According to my project requirement I will give the EventID as input of any Event. [Ex : MSSQLSERVER EventID is 17055].
|
| XmlReader, no ReadToEnd | 21 Jun 2006 13:27 GMT | 3 |
Is there a way to avoid With an object of type XmlReader is it possible to avoid while (reader.Read()) {
|
| XML converter - "architectural" question | 21 Jun 2006 13:12 GMT | 6 |
I have to build an application that translates documents from an A-XML format to a B-XML format. The problems need a lot of elementary methods translating an a-node to a b-node, so I thought to encapsule these functions in some classes, using a sort of Command pattern.
|
| gacutil | 21 Jun 2006 12:15 GMT | 2 |
I have to install a COM library on some pc. For this, I must do a regasm "..." and a gacutil -i "..." but gacutil is not installed with .net2, on ly with VS and SDK. What is the best solution to install on client pc ? copy the gacutil ?
|
| Object operations: C# vs. VB | 21 Jun 2006 12:00 GMT | 8 |
I need to make some calculations, e.g. addition, on the objects x and y which are numbers (of the same or different types) and may be DBNulls. In VB, the following code is correct: Public Shared Function XYZ(ByVal x, ByVal y)
|
| Update a dataTable to DB | 21 Jun 2006 11:28 GMT | 1 |
Hi, I try to get a dataTable from the DB , add it a row and update it back to the DB. The program does not throw exception but the DB is not updated.
|
| ViewState not working - very strange | 21 Jun 2006 11:20 GMT | 1 |
Spec: Visual Studio 2005, C# 2.0 Hi everyone I am having a really strange problem. I have got a standard ASP.NET page that has a user control on it.
|
| connection dialog to ADO | 21 Jun 2006 09:12 GMT | 4 |
Hi,can any one explain me how to show the ado connection dialog at run time ? Thanks, paolol
|