| Thread | Last Post | Replies |
|
| Process.GetProcesses(remoteMachineName) | 24 May 2004 11:25 GMT | 1 |
I want to get the list of active/running processes on some remote machines in the same LAN my application run. I always get a System.InvalidOperationExpection exception with the message of "Couldn't get process information from remote machine".
|
| HideEditBox in a DataGrid. Please Help. | 24 May 2004 11:21 GMT | 2 |
Has anyone out there used HideEditBox, successfully? I am writing developing in VB .NET (VS .NET 2002) for the desktop. I have a datagrid which is ReadOnly. When you click in a cell, the text edit box appears which looks bad and distracts the user, AND it captures DoubleClick ...
|
| need help on setup and deployment packaging in VS.Net 2003 | 24 May 2004 09:05 GMT | 1 |
I need some help on setup and deployment packaging in windows. were do I post my question? VJ
|
| EndInvoke can only be called once for each asynchronous operation. | 24 May 2004 08:52 GMT | 1 |
Dear Si I had created two components one component calls another component Asynchronously The Problem is when i call EndInvoke Function, It will throw a error message saying that "EndInvoke can only be called once for each asynchronous operation"
|
| passing values between web forms usign session variables | 23 May 2004 16:53 GMT | 2 |
any comments on this? I always use session variables to pass values among web forms. That is if I get a username, password in a Login form, then I pass these to the subsequent Search form as session variables. The search form needs to know who login to display the
|
| Event-list in VB.NET? | 23 May 2004 15:14 GMT | 1 |
I have noticed that in C#-project i HAVE "lightning"-icon (in properties-toolbar) that opens events-list, and in VB.NET-project this "lightning"-icon DONT EXIST. Why? Where is event-list in VB.NET-interface? How to open/get it?
|
| Simple question (insert event) | 23 May 2004 15:13 GMT | 4 |
This question is so simple and, yes, im stupid : ( I installed Microsoft Visual Studio .NET 7.0 (Framework 1.0) and i DONT KNOW how to insert events for button or similar : ( I know that Microsoft VS 2003 has "lightning"-icon in properties-toolbar and
|
| Good sockets tutorial needed | 23 May 2004 15:01 GMT | 1 |
Can anyone give me some links to tutorials on using sockets with .NET? Here's my scenario: I'm writing a service in .NET. I want to be able to create clients which can talk to the service to both get status information from it and also make configuration changes. I figure a simple ...
|
| decimal.ToString behaviour | 23 May 2004 14:35 GMT | 11 |
I have come across a behaviour with the decimal.ToString method which i didn't expect, if i run the following console ap using System public class Ap public static void Main(string[] args
|
| Achieving code reuse | 23 May 2004 14:31 GMT | 1 |
I'm hoping that some of you clever chaps could offer me some advice on code reuse. You see, whenever I make applications, I typically only find very limited scope for code reuse. I also only find limited use for inheritance. For
|
| Client/Server | 23 May 2004 13:46 GMT | 4 |
I need to write an application (Server) that listen to a specific port, and receives and processes all requests that come from multiple machines (clients) at the same time. My question is; where can I start? Are there any examples that can help me? Thanks in advanc
|
| Passing active SessionID to a HttpWebRequest | 23 May 2004 09:41 GMT | 3 |
Hello there.... I try to call a aspx file within an running asxp file. The key thing is that I need to pass the active ASP.NET_SessionID to this new aspx file via HttpWebRequest.GetResponse Method. Then I want to read the
|
| Mutex Differences VB.NET & C# | 22 May 2004 22:05 GMT | 3 |
I've got the following C# code that works perfectly to prevent a 2nd instance of my C# app: bool bAppNotRunning = false; Mutex MutApp = new Mutex(true, "MyC#AppMutex", out bAppNotRunning)
|
| Urgent: how to call a web service through a thirdly authenticated web page?? | 22 May 2004 18:52 GMT | 1 |
We've been facing a difficult task that we need some wise advices from other professional indeed. Our client want before calling the webservice from 1 webserver, for instance A, we must go through an authenticated web page on webserver
|
| Process.GetProcesses(remoteMachineName) | 22 May 2004 17:45 GMT | 1 |
I want to get the list of active/running processes on some remote machines in the same LAN my application run. I always get a System.InvalidOperationExpection exception with the message of "Couldn't get process information from remote machine".
|