| Thread | Last Post | Replies |
|
| Automatic email replies | 11 Aug 2005 21:21 GMT | 1 |
i want to make a tool which automates email replies. How can i include the original message body in my reply using the same format as a normal email client would do, in both html and text formats? Are there standards on this? example, if i look at what MS outllok does to
|
| Get tasks informations just like task manager does | 11 Aug 2005 21:13 GMT | 2 |
Is there a way in VB.NET to get the information about a task just like the Windows' task manager does? I want to get how started the task, the memory it takes, the cpu it take, the cpu time it has taken, et al. Is there native classes within the .net framework or will I have to ...
|
| Checking if Modem exists from code in Vb.Net form | 11 Aug 2005 19:05 GMT | 1 |
how can i check if modem is connected to the computert in a vb.net application and if it doesn't exist, my application prompts user: plz check or reconnect your modem and also if modem exists the user must be able to change it's settings from within my application.
|
| Help Value cannot be null exception | 11 Aug 2005 18:36 GMT | 1 |
I am experiancing a problem filling a dataset. I am getting a Value cannot be null exception and can't figure out why. Here is the code what the heck could be going on? Dim conn As New SqlConnection(ConnectionString)
|
| PDF email attachment gets corrupted | 11 Aug 2005 17:16 GMT | 1 |
I have a PDF file that I am trying to send as an attachment through a C# program. Even though the PDF file can be opened by itself, sometimes the same file cannot be opened as an attachment. If I try and open the original PDF file I have no problems.
|
| Inserting records into SQL Server from Oracle | 11 Aug 2005 16:58 GMT | 2 |
Has anyone ever grabbed records from oracle and inserted them into SQL Server. I have been tasked with converting some DTS packages into VB.net applications. What I want to do is not have the VB app interact with DTS at all. Any help would be greatly appreciated.
|
| Current Selected Row in a DataGrid | 11 Aug 2005 16:29 GMT | 4 |
Visual Studio 2003 .Net / C# I have a datagrid, which is bound to a dataset at runtime when my page loads. When the user double clicks a row, I need to find out which row they have selected so I can pass the key value onto another page, which is showing
|
| Reflection Question.. | 11 Aug 2005 16:13 GMT | 4 |
Given an assembly loaded into memory, I can call GetTypes() to get a list of types that are defined in the assembly. However, how can I get a list of types that are used in the assembly that are defined in other assemblies?
|
| Application blocks for .NET | 11 Aug 2005 16:08 GMT | 4 |
I have used it in test and other environments, didn't do any performance tests for the applications. Anyone used the application blocks for .NET in a production environment ? Is it recommended ? Which blocks are good to use ? Thank you,
|
| Exported C++ class | 11 Aug 2005 15:40 GMT | 2 |
I have a DLL that has a C++ class exported. Is there any way that I can use this class in a C# program? I know about the COM interop but this class isn't a COM class. I also know about accessing functions in DLLs using the DllImport attribute but I don't think that imports ...
|
| collection doesn't find element | 11 Aug 2005 15:31 GMT | 1 |
I have this class: public class TestClass { private string testData = "";
|
| Embedding Key in System | 11 Aug 2005 14:55 GMT | 1 |
I would like to encrypt a piece of data on a server so that the application can read it with no user intervention (i.e. entering a password), but so that someone with physical access, or administrator access, could not.
|
| oracle number field and datareader | 11 Aug 2005 14:09 GMT | 2 |
How do I select a number field from oracle 9i? The field is a number(integer). I have this line in my datareader: double dbid; dbid = dr.GetDecimal(0);
|
| outputcache | 11 Aug 2005 14:06 GMT | 1 |
I'm caching multiple versions of a user control with the following directive in the ascx: <%@ OutputCache Duration="200" VaryByControl="PrgCtrlDropDown" %> "PrgCtrlDropDown" is the ID of a DropDownList. Everything seems to be
|
| postback problem | 11 Aug 2005 14:03 GMT | 1 |
in my web application i've a grid in which am placing textbox contols at runtime ( textbox controls created at runtime) and when iam pressing tab control to move another text box within the grid only then it is performing post back, but i dont wnat to perform post back how to do it.
|