| Thread | Last Post | Replies |
|
| Date Time .ASPX (old .asp used <%now%>) | 03 Oct 2005 15:27 GMT | 2 |
In ASP I used to be able to use <% now %> to pass the date and time. How is this achieved in .ASPX? I cannot seem to figure this one out.. Thanks in advance!
|
| CPU Serial Number | 03 Oct 2005 15:26 GMT | 5 |
Using VS.Net 2000 and C# How can I get the CPU Serial Number and the Operating Syatem Serial Number
|
| I need help, i dont now what happend ? =S | 03 Oct 2005 09:30 GMT | 4 |
Hi, I have a problem, when i use a context menu in a MDIForm and activate the property "MDIList= True", the context menu don't show me the current child windows, please help me, i use VS2003. it´s neccesary resolve this, i need to finish a homework it´s urgent.
|
| How to retrieve values from an array assigned to object type | 03 Oct 2005 07:51 GMT | 2 |
I have a component that implements a property called obj of type object. The intent is that a user can pass in any value or array of values and I will be able to retrieve the values. If the user creates an array and passes it to the obj property, I'm having
|
| Getting titles of all openning windows process | 03 Oct 2005 07:34 GMT | 5 |
How can I get all the titles of all openning windows? I found a API in win32 that called EnumWindows() but it returns only the windows handles, not titles. How can I get the list just like the Applications tab in Windows Task Manager?
|
| Displaying a unicode character | 03 Oct 2005 06:57 GMT | 2 |
I'm just trying to do something very simple, but I can't find a simple example. In a TextBox and Button on a WinForm, I just want to display some Unicode characters -- specifically, U+2660, U+2663, U+2665 and U+2666 (the playing card symbols).
|
| Mdilist property | 03 Oct 2005 02:37 GMT | 1 |
i need to dysplay the mdichild in a contex menu, i activated this property and the contexmenui don't display the contex menu, i don't now whaty happen, maybe it's a bug, any ideas.
|
| current user in Active Directory | 02 Oct 2005 14:50 GMT | 4 |
How do I find the user object for the current user in Active Directory i.e. the user running my program ? Regards Michael
|
| Distributed application | 02 Oct 2005 13:08 GMT | 3 |
Dear, I have some considerations I need to take designing a distributed application (it's for a school project). Basically I'm looking for some reference or guidiance material/literature and advises on (potential) issues
|
| XSLT from Dataset questions | 02 Oct 2005 12:48 GMT | 1 |
I'm very new to developing in .NET and even newer to XML. The past few days have been pretty frustrating for me because I'm trying to perform a transform on data in a dataset and it's not working. Basically, all of the data is stored in an Access .mdb that is read into a
|
| How to dynamically enable a control and refresh it into the taborder | 02 Oct 2005 11:57 GMT | 2 |
I have a checkbox and a textbox in a continuous taborder on a form along with a bunch of other controls. The textbox is disabled. When I leave the checkbox I want to enable the textbox and move the focus to it (only if the checkbox.checked=true).
|
| How to Environment the Assembly is running in | 02 Oct 2005 11:07 GMT | 2 |
I want to find using code, the environment the dll(Assembly) is runnign from. suppose i create an Assembly in .NET, then that assembley might be running under IIS or Webservice or Remoting or windows service or as a part of standard exe
|
| plug-in architecture problem | 02 Oct 2005 10:16 GMT | 1 |
Trying to implement a plug-in architecture and to load my assembly in run time by calling System.Reflection.Assembly.Load method. There are two assemblies - I'd call one "plugin" and another is "common" and the "plugin" depends on "common".
|
| UPD in VB.NET | 02 Oct 2005 01:30 GMT | 1 |
I have the following VB6 code ------------------------------------- Option Explicit Const ByteCode = "ÿÿÿÿ"
|
| How to create Custom Controls in ASP.Net | 01 Oct 2005 20:16 GMT | 1 |
How to create Custom Controls in ASP.Net,Can u Please Help Me out in this context.
|