| Thread | Last Post | Replies |
|
| How do I pass a ref parameter dynamically using Reflection | 10 Aug 2004 16:28 GMT | 1 |
I need to use reflection to dynamically call a method which takes a ref parameter. How do I create the appropriate object to pass as the ref parameter - which presumably needs to be a reference to (address of ?) the actual object.
|
| Server Enumeration | 10 Aug 2004 16:25 GMT | 7 |
I'm looking for a way in VB.NET to enumerat the servers on a network. What I'm looking for is a way to list my SQLServers. I know I can get this if I call the NETAPI32.dll and use NETServerEnum. I'm looking for a simple way of doing this in VB.net.
|
| Threading question | 10 Aug 2004 16:23 GMT | 2 |
I have a job that consist in calling up to 10000 a WebService using a different parameter each time. I wonder if using thread could help me to speed up the whole process, since I suspect http to slow the rest of the application.
|
| Deployment issue Windows Service Application | 10 Aug 2004 15:20 GMT | 2 |
I have built a couple of Windows Service Application in Visual Studio and can deploy them successfully with the installutil command line utility. When I add a setup project and try to run the resultant msi the install runs without issue and completes successfully but the windows ...
|
| .Net, Webservices and Maps (ColdFusion MX) | 10 Aug 2004 14:29 GMT | 1 |
I've got written a dummy webservices returning a coldfusion STRUCT element: http://webservices.inbox.cc/test.cfc?WSDL The function returnastruct is returning a simple coldfusion structure with key/value paris.
|
| COM question | 10 Aug 2004 13:59 GMT | 1 |
Ok, I'm bad with COM, and I'm really lost here: I built a project in C#, it's a DLL that references other COM DLLs. I build and run it on my own system and it works fine. But when I copy the project output over to another system and run RegAsm on the main .NET
|
| DataGrid and DataTable probs | 10 Aug 2004 08:22 GMT | 3 |
Hey all, I have a simple datatable consisting of a few columns of the type Boolean and some rows. Using the defaultView of the table, I connect it to a dataGrid.
|
| Command pattern | 10 Aug 2004 08:01 GMT | 2 |
Any person know one class that implement the command pattern in .NET Framework ? Please, i need it... Thanks in advanced --
|
| csv problem | 10 Aug 2004 07:38 GMT | 7 |
Are there any library, in .net to write/read csv file? Thank you Regards, Angus
|
| lock() on directory | 10 Aug 2004 06:47 GMT | 1 |
Is there a way to lock/synchronize access to a particular directory on the file system on the OS level, for all aplications (.NET or not). Thanks. -Oleg.
|
| Formating Data Column in the Data Table | 10 Aug 2004 06:44 GMT | 1 |
Is there any way of converting a particular data column or to another data type just like for example in the SQL Server programming that returns the number of decimal places? ----------------------------------------------------------------------------
|
| Remote registry access | 09 Aug 2004 22:44 GMT | 1 |
I'm relatively new to .NET and I'm having trouble finding some functinality that allows access to remote registries. I have found the Registry class which allows local access, and I've already used the Management class to access remote registries via WMI. But in this
|
| Compiling for multiple platforms | 09 Aug 2004 22:37 GMT | 3 |
Using VS.net, can I compile a class library to the .NET framework, and to the Windows CE .NET compact framework, depending on the configuration? I have an app, and one of its projects is a class library. I want versions for desktop and handheld applications. All functions used ...
|
| problem accessing e.Item.Cells[1].Controls[0].Text in itemdatabound | 09 Aug 2004 21:04 GMT | 2 |
I have a datagrid in my aspdotnet page where most columns are sortable. I would like to be able to programatically set the ToolTip for each column header to something like "Click here to sort by xxxxx" where xxxxx is the column header name.
|
| Threads / Semaphore objects | 09 Aug 2004 19:52 GMT | 1 |
I am trying to learn threading synchronization using the .NET Threading class. I am looking for the .NET Semaphore class that provides the same semaphore functionality thats provided in the WIN32 API. Can you tell me where it is?
|