| Thread | Last Post | Replies |
|
| Usercontrol name | 06 May 2004 12:30 GMT | 1 |
H In VB6 I used Ambient.Displayname of an usercontrol to get it's name in the form. How can I do this in VB.NET Thanks in advance
|
| Compiling single page in VS.NET | 06 May 2004 12:21 GMT | 2 |
How can I compile only the page/class that I am currently working on in VS.NET and not the entire project?. Thx Sal
|
| Windows media player | 06 May 2004 12:21 GMT | 1 |
Does anyone know where to find info on Aktive X controll for Windows media player. Howe to use propertyes, methode and events and so on. Regards
|
| Can two threads execute in the same lock region concurrently? | 06 May 2004 09:53 GMT | 4 |
I always believed .Net monitors were a superset of the Java synchronization mechanisms. The code below produces both "Thread 1" and "Thread 2" lines, implying that two threads are both executing in locked region guarded by the same
|
| HTML Editor (non ASP.NET) | 06 May 2004 09:01 GMT | 2 |
A couple of months ago someone posted a link to a sample HTML editor demo written I think by someone at MS. I think it was on the MS site as a "personal" or research page for an individual. I've spent about 45 mins googling and searching MS site and cannot find it or
|
| Whatever happened to the .NET Server | 06 May 2004 08:40 GMT | 1 |
I was reading this article about hyperthreaded technology and it keeps mentioning a .NET server. What is that? www.microsoft.com/windows2000/docs/hyperthreading.doc
|
| Hyperthreaded CPUs, W2k and SQL Server 2K | 06 May 2004 08:38 GMT | 1 |
Xeon hyperthreaded CPUs show up as two CPUs in the cpuinfo file. So a dual Xeon machine appears as a quad processor. In Windows, it's the same thing. A dual Xeon will have 4 CPU charts showing in the Task Manager cpu chart.
|
| Query regarding Thread.Interrupt | 06 May 2004 08:33 GMT | 3 |
I always though .Net monitors were meant to be similar to the java synchronisation mechanisms. The code below proves me wrong. When run under the debugger, it produces just "Thread 1" lines, as I expected. But when run without the debugger it produced both "Thread 1" and ...
|
| RegEx - Translate | 06 May 2004 08:10 GMT | 6 |
I want to categorize using one Regular Expression: input: "Earth" output: "Planet" input: "Moon"
|
| FormsAuthentication cookie | 06 May 2004 07:32 GMT | 2 |
Hello group, I use Forms Authentication in my web application and I am not sure I understand the way the cookie works. I use the SetAuthCookie method with a database identifier as userName, as
|
| Textbox validation | 06 May 2004 06:21 GMT | 1 |
I need to check if all digits entered in several textboxes are numbers smaller then 100.000 When there is at least on error, I want to display an error message. When all errors are fixed, the message should disappear again. An errorcounter
|
| .NET Windows Component Update CD | 06 May 2004 04:19 GMT | 1 |
Today when installing .NET on Windows XP Pro with all critical updates, etc. installed, I noticed I never had to use the Windows Component Update CD. I successfully got through the installation and rebooted with no problems. Does this mean that I have all the components ...
|
| Moving Java Applications to .NET | 06 May 2004 04:18 GMT | 3 |
Is there any quick easy way to move Java Applications (Unix) to .NET? Which .NET-compliant language should I choose: J# or C#? Any tools for J#? JLCA for C#, is it good? Thanks.
|
| WinFX -- The Successor to .NET | 06 May 2004 03:48 GMT | 7 |
Looks like .NET is old news: http://www.winfx247.com/247reference/default.aspx <quote> Never heard of Avalon? Wow, didn't know those people still existed :)
|
| Style attribute for asp.net controls | 06 May 2004 02:41 GMT | 1 |
If I edit the native HTML in Visual Studio, and add the STYLE attribute to an ASP.NET control it has an effect. But Style doesn't appear as a property in VS.2003 Only Cssclass appears...
|