| Thread | Last Post | Replies |
|
| Events do not fire????? Help | 30 Sep 2004 14:54 GMT | 1 |
I am building a web app. It's deployed on a intranet server, no internet access. I have the web grid and some buttons on a web page. I have many pages desinged using the web grid to display either datasets or dataviews of info from a ms sql server database. I have had a number ...
|
| Create Taskbar for windows. | 30 Sep 2004 14:40 GMT | 1 |
I need to create a taskbar for windows in .NET. It needs to re-size the available desktop as does the standard windows taskbar. Can this be done and if so how ?
|
| Q: MailMessage Field Add? | 30 Sep 2004 14:37 GMT | 1 |
I saw from some tutorial that if a SMTP server require authentication before allowing to relay email, I will have to do something like: MailMessage mail = new MailMessage(); mail.Fields.Add(http://schemas.microsoft.com/cdo/configuration/smtpauthentic
|
| wrong framework | 30 Sep 2004 01:36 GMT | 4 |
In visual studio (2002), I am using the framework 1.0. How can I make it use the 1.1 framework by default? Thanks Andrew
|
| Question regarding ActiveX | 30 Sep 2004 00:42 GMT | 6 |
I have created an ActiveX control in .Net (named ActiveXDotNet.dll) that uses a Windows Media Player ActiveX component (the project references AxInterop.WMPLib.dll and wmppia.dll). This project, eventually, will be using other DLL's as well.
|
| EventLog entries sort | 30 Sep 2004 00:07 GMT | 2 |
I want to find the most recent entry, or all entries after a given date/time using the EventLog class. Do I have to iterate through all entries, or are they sorted so I can start from index 0 and just iterate until the entry date is older than a given date?
|
| WebUIValidation in vbscript | 29 Sep 2004 20:51 GMT | 1 |
Why is there not a version of this file in vbscript. I need to be able to do this cmdDone.Attributes.Add("onclick", "Save()") where Save() is a vbscript function and it is not possible since the client
|
| Smartnav getting lost! | 29 Sep 2004 20:21 GMT | 2 |
We have an app that continues to lose it's smartnavigation functionality. The first time it happened, I ran aspnet_regiis -c and it started working again. The next time it happened again, I looked and the asnet client folder and
|
| How to determe if a host represents the local host? | 29 Sep 2004 19:33 GMT | 1 |
given a host name, how can you i C# determine with 100% certainty if it actually represents the local host? I am talking about DNS aliases here. I have tried the following, which seems to work in most cases. But it
|
| Design time component string properties | 29 Sep 2004 19:00 GMT | 1 |
I would like to create a component within my solution, which has a string property. This is simple enough, but I would like it to (at design time) bring up a multi-line edit box, similar to the Items property of a combo box. How can I do this? (example c# code would be great).
|
| Threading and Events | 29 Sep 2004 18:56 GMT | 2 |
Hi am writing an application which involves a long loop inside a loop. this loop can work independently too. so i want to do something like this for(int i=0;i<5000;i++){ if(some Condition){
|
| Private Namespace in VB.NET | 29 Sep 2004 18:53 GMT | 6 |
Is it possible to have a private namespace in VB? When I try it I get this error: "Specifiers and attributes are not valid on 'Namespace' statements." I have a few reasons for wanting this; the most annoying one is that if
|
| System.Net.Sockets in Visual Basic .NET | 29 Sep 2004 18:01 GMT | 1 |
I have a client and server program, I am not sure if it's the client or the server causing this problem. I believe however, that it is the server. It seems the server is sending data too fast and the chunks are getting placed in random places. I have
|
| framework service pack issues | 29 Sep 2004 17:39 GMT | 8 |
I get the following or similar *trying* to apply both 1.0 SP3 and 1.1 SP1: An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll Additional information: Exception has been thrown by the target of an invocation
|
| Java and .NET (no Flames Pls) | 29 Sep 2004 15:03 GMT | 32 |
I am genuinely intrested in having the performance comparsion of Java and .NET platforms. To make an analogy they both are same. Now, i have questions :- what is best for what.
|