| Thread | Last Post | Replies |
|
| Terminal Font ? | 19 Dec 2006 06:16 GMT | 7 |
We have used Terminal Font in the past with Microsoft tools like VS6 / VB6, etc... We need to use the Terminal Font in .net and on Windows XP machines. It appears that the Terminal Font is no longer available for use. Can anyone
|
| Control Reference from String | 18 Dec 2006 12:22 GMT | 1 |
I have programmatically create about 5 TextBox controls on a Windows Form , their name are "txt1", "txt2", "txt3" etc which method/function return a reference to the TextBox control given the name "txt1" etc;
|
| How to preserve session in embeded browser? | 18 Dec 2006 10:03 GMT | 1 |
When I plug my IE into my own managed forms in C#,I always lost cookies in the new IE page(if the new IE page is generated by the javascript "Window.open()").How to solve this problem?Can I use axWebBrowser to solve it?
|
| regarding shared assemblies in .net | 18 Dec 2006 09:34 GMT | 1 |
How do we refer a shared assembly in a web application/ Any samples....
|
| "Safely Remove USB" via .NET | 18 Dec 2006 08:58 GMT | 2 |
I'm trying to figure out how, from a .Net Windows Forms application, I can programmatically do the "Safely Remove Hardware" functionality to unmount (or make ready for unplugging) a USB device - specifically, a USB-connected storage drive.
|
| Problems with COM-Objects | 17 Dec 2006 20:57 GMT | 2 |
I am using a COM-Object within a dotnet v1.x application. The COM-Object works quite "fine" on the computer where the deveoping environment runs. BUT when I launch the application on another Computer the COM-Objekt slows
|
| How to send Lotus Notes Email Via C# | 17 Dec 2006 02:58 GMT | 4 |
I want send Lotus Notes Email automatic in my Application.I googled this topic but I can't find the solution. Does anyone have ever use this function?Can you give me some advice? Thanks a lot!
|
| Installed Internet Explorer 7.0 | 16 Dec 2006 14:55 GMT | 1 |
I can not install my new HP Photosmart R927 software, because the computer shuts down. How can I correct it?
|
| Encoding in Textboxes | 16 Dec 2006 12:02 GMT | 1 |
What character encoding is usually used in Textboxes in the .Net Framework? Regards, Ferdinand Zaubzer
|
| Nullable types problerm | 16 Dec 2006 00:56 GMT | 3 |
I'm tryn to detect if a type is a nullable type. I'm using the following code: using System; using System.Reflection;
|
| Known Issues w/ File.AppendText() | 15 Dec 2006 06:32 GMT | 20 |
I'd like to know if there are any known issues with using AppendText() method. I'm trying to write data to a log file using it and I'm having some issues. I keep getting an error message from my ProcessException() handler saying "The process cannot access the file 'C ...
|
| Unable to cast object of type 'ASP. | 14 Dec 2006 19:48 GMT | 1 |
I am getting this error randomly and I have no idea why it is happening. I have not made any changes to the offending line in the code, which is as follow(s): Case "patients"
|
| Convertin Double value to DateTime | 14 Dec 2006 18:39 GMT | 10 |
In a excel sheet processed through C#, i get a Date (11/6/2006) as 39027, how do i convert this value to a DateTime (maybe as a string) DateTime dt = Convert.ToDateTime(39027); // shows error TIA
|
| Connection trough MarshalByRefObject | 14 Dec 2006 17:53 GMT | 2 |
When i invoke a method (which tries to create a database query) from client on server, server throws COMException. this code is in dll used by server and client: public class zdalne_objekty : MarshalByRefObject
|
| Problems with Session.IsNewSession - Please Help | 14 Dec 2006 17:34 GMT | 1 |
Recently here in my work we added the following code in the Global.asax file to handled the session expired and redirect users to the home of the site explaining them the occurred (some thing like "Your session has expired, please restart your navigation.").
|