| Thread | Last Post | Replies |
|
| Fresh Framework 1.1 install on Win2000 SP4: error cscomp.dll cannot be witten to folder check user rights | 31 Jan 2005 20:31 GMT | 1 |
Windows 2000 SP4 Hello everyone... here's the deal. I have searched everywhere I could to find the answer to this problem, but it seems I'm the only one with this particular installation error. When
|
| User information of Windows account | 31 Jan 2005 19:39 GMT | 1 |
I am trying to retrieve additional user information of the Windows account (such as first name, surname, e-mail, ...) Does anybody know how I can get this information? Thanks in advance and best regards,
|
| Compiling C++ class project to a dll | 31 Jan 2005 18:49 GMT | 2 |
I've been given a C++ class library project which I need to use from my asp.net vb.net project. I have tried building the C++ class library it but it only creates a series of .obj files which I can't reference from the asp.net project. How do I get the C++ class library to ...
|
| ArrayList question | 31 Jan 2005 18:29 GMT | 2 |
I have an application where I am attempting to pass an ArrayList of ArrayList objects from a function to another function. I have created a sample application as follows: using System;
|
| how do you get current username in aspx? | 31 Jan 2005 18:02 GMT | 11 |
I have tried everything I can think of, but nothing is working for me. Just when I read an example and I'm 95% of the way done, I can't actually update the xml file. :< (http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=96)
|
| RTF parsing class library | 31 Jan 2005 16:51 GMT | 4 |
I have small snippets of RTF that i need to render in a new file format. So from the RTF, i need Font (size, color, family) info, and the text / hyperlink that needs to be displayed. Is there an API that I can call to get this info?
|
| .Net Font Caching? | 31 Jan 2005 16:47 GMT | 7 |
We have a .Net 1.1 application that runs as a Service. It prints to various printers. It uses a custom font that we have created. Sometimes when we install the application on a new server and install the font, we have to reboot the server *twice* before the application recognizes ...
|
| Location of referenced assemblies | 31 Jan 2005 16:34 GMT | 2 |
I would like to store a referenced assembly in a subfolder within the application's folder. When I move the assembly to the subfolder, the application can no longer find it. Can somebody tell me what I need to do to allow the application to find the referenced assembly in a ...
|
| Assembly dinamic load | 31 Jan 2005 16:01 GMT | 1 |
I have a strange behaviour loading dinamically an assembly with Assembly.LoadFrom. The DLL is in the same directory as the main EXE, and has the same name : AICA.exe
|
| Calendar Control info | 31 Jan 2005 15:26 GMT | 1 |
found this code by Sushila B. Patel, which shows the events for the current month, but shows nothing if its from another month since it has e.Cell.Text = "" if .Day.IsOtherMonth =true any idea to implement that part? Private Sub Calendar1_DayRender(ByVal sender As Object, ByVal ...
|
| How do I process a SERVICE_CONTROL_DEVICEEVENT event? | 31 Jan 2005 15:21 GMT | 1 |
I am trying to create a Windows service that needs to be aware of the status removable devices. In essence I want to be able to handle the SERVICE_CONTROL_DEVICEEVENT event, however I cannot find any way of doing this using the System.ServiceProcess.ServiceBase class.
|
| HOWTO Build a C# app to MSIL/CIL? | 31 Jan 2005 15:04 GMT | 4 |
HOWTO Build a C# app to MSIL/CIL? Please help, I want to build an MSIL from my VS.NET/C# app, but I am finding confusing information in MSDN on how to do it. I want VS.NET to automatically build the
|
| Web Service Performance | 31 Jan 2005 03:38 GMT | 6 |
I developed a Web Application that has a Web Service component. I also created a direct API to the second layer of the Web Service without going through the Http connection to the Web Service. I noticed that if I make the calls through the direct API (getting about 4KB of data ...
|
| how to write a mail server | 31 Jan 2005 03:02 GMT | 3 |
Dear sir, We are planning to write a mail server ourselves implenting SMTP & POP. A simple one... Any tutorial where can I start?
|
| Form Resize | 31 Jan 2005 02:43 GMT | 2 |
I want to resize the Form and its controls when the screen resolution changes . If the screen resolution is set to 800x600 i cannot view all the controls of the form.How do I resize my form to fit whatever be the resolution of the
|