| Thread | Last Post | Replies |
|
| Debug an ASP program | 02 Jan 2005 16:41 GMT | 2 |
Can I debug an asp file with Microsoft Dotnet Development environment (dotnet architecture) (or check whether the syntax is correct) ? If so, than how can I do that - need sample, please. Thanks :)
|
| International strings/chars | 02 Jan 2005 07:49 GMT | 5 |
Please help me. I think I found this once but cannot find again :-( Is there any .NET framework class/method that returns the international counterpart of a given string or character? For example - for '?' it returns 'o'.
|
| where is the Line Control ? | 02 Jan 2005 06:24 GMT | 8 |
hi again :) in VB6 i use the Line to Draw Lines Like when i make Wizard Forms. but in VB.NET i cant find this Control...... it's realy not important Control
|
| How does SmartClient retain session? | 02 Jan 2005 01:14 GMT | 4 |
How does a SmartClient application return its Internet connection? Say I have an application that is used strictly through the web browser. I retain session via cookies. I want more client side functionality and will do this via SmartClient. How does the smart client retain ...
|
| Dot Net Application Setup | 01 Jan 2005 22:09 GMT | 1 |
I want to distribute all the Dot Net Framework and related data components with my Dot Net Application. I tried to include the Dot Net Framework with setup wizard but it does not seem to work.
|
| Trace question | 01 Jan 2005 16:30 GMT | 2 |
I am using Trace in order to log information about the behavior of a web application. In web.config I have defined my Application Listener as following: <trace autoflush="true" indentsize="4">
|
| MultiSets in the Framework | 01 Jan 2005 16:11 GMT | 1 |
What is the equiverlant of a C++ STL MultiSet in the Framework, as I wish to register a number of objects with the same Key. The IDictionary class only seem to support one instance be Key. Thanks in Advance.
|
| Memory Allication (Managed VC++ DLL to Unmanaged DLL) [Second Try] | 01 Jan 2005 11:32 GMT | 2 |
(Sorry for spamming multiple groups, But I need a solution to this problem) I think this should be a simple question on Memory Allocation in a managed DLL and passing a memory pointer over to an unmanaged DLL. I have a "Unmanaged" Client DLL that I'm creating a Managed "wrapper" to ...
|