| Thread | Last Post | Replies |
|
| Repost: Is there a way to be notified when a method terminates | 14 Feb 2005 17:49 GMT | 8 |
I posted this a while back without much success, so I thought I'd again. Basically, I want to set things up so that I can be notified when a method terminates: Sub Test()
|
| [ANN]: Knowledgebase and Security-Bulletin RSS-Feed | 14 Feb 2005 17:49 GMT | 2 |
just for every information-junky who wants to know if a new KB article or security bulletin was posted: See: Latest Microsoft Knowledgebase Articles and Security Bulletins http://www.kbfeed.net/
|
| Windows XP themes & COM add-ins | 14 Feb 2005 17:49 GMT | 2 |
I've found info that discusses creating manifests for use with .EXEs. Great, but I'm trying to make a COM Add-in with VB.NET and Visio. A COM Add-in has no exe... Anybody been able to get Windows XP themes to work with Add-ins?
|
| Installed .NET framework; now have to select account when booting | 14 Feb 2005 17:47 GMT | 3 |
Ever since installing .NET framework, I now have to select my account when booting XP. My account is the only one that appears on the start screen. It seems silly to have to select my account when I'm the only one who has an account on the
|
| windows service interact with desktop | 14 Feb 2005 17:47 GMT | 4 |
Im writing a widnows service and i want the service to interact with the desktop. However, I do not want to go to control panel->services->properties->logon and then selec the check box "Allow service to interact with desktop". How can i do this in code. I know this
|
| Application.ProductName doesn't return product name | 14 Feb 2005 17:43 GMT | 2 |
When I call Application.ProductName I get back "Main" instead of my application name. What to do? Kind regards,
|
| Game Developer Question.... | 14 Feb 2005 17:41 GMT | 4 |
hi i'm currently in Final year studying Computer Science. I'm studying a module called Game Development. could some one answer this for me please please!!! i need a critical evaluation of MS VC++ (MFC) and the MS VC++ .NET detailing
|
| How to change the Startup Type of a Service with VB.NET? | 14 Feb 2005 17:41 GMT | 3 |
How do you change the Startup Type of a Windows Service with VB.NET? When using the ServiceController you can Start and Stop a Service, but I can't find anywhere how to change the Startup Type? Thanks a lot in advance,
|
| Using VS 2003 with DotNetFrameWork 2.0 | 14 Feb 2005 17:40 GMT | 16 |
Is there a way to make VS 2003 work with DotNetFramework 2.0? I've recenlt downloaded "Visual Web Developer 2005 Express Edition Beta" which installs .Net Framework 2.0 as well.I don't like its IDE (AS it is too slow) and I was just wondering to use same IDE which I'm using now ...
|
| does C# JIT save native executable data to binary after it's compiled? | 14 Feb 2005 16:14 GMT | 3 |
I just read on this site (http://www.developer.com/net/csharp/article.php/10918_925741_3) that once the C# compiler has compiled a portion of code, the native windows executable piece is saved and that piece doesn't have to be compile ever
|
| Impersonate call fails even after duplicating token | 14 Feb 2005 16:01 GMT | 2 |
here is the code: IntPtr token1 = IntPtr.Zero; int loggedOn = -1; loggedOn =
|
| How to prevent double logins | 14 Feb 2005 15:35 GMT | 1 |
I would like to prevent users to login more than one time with single user/password to my .NET web application at the same time. I managed to achieve this by writing combination of last access time and userid to application and session object but this solution is not stable
|
| DataAdapter & SQLClient | 14 Feb 2005 13:01 GMT | 3 |
I have a problem.... I want to update a table in MS Sql Server using the class SQLClient DataAdapter. I can set the property UpdateCommand of my DA but I cannot find the method UPDATE ( I use VB.NET)
|
| left(), mid(), right() | 14 Feb 2005 12:46 GMT | 5 |
In VBA, there is a function to trim off a string, left(), mid(), and right(). I haven't found a similar function in VB. Can someone help me out please? I'm trying to capture specific characters in a string.
|
| TcpClient close() method socket leak | 14 Feb 2005 03:11 GMT | 5 |
TcpClient close() method socket leak when i use TcpClient to open a connection, send data and close the TcpClient with myTcpClientInstance.Close(); it takes 60 seconds for the actual socket on the client machine to close per my network app the computer fills up w/
|