| Thread | Last Post | Replies |
|
| SEHException Exception from a COM component | 19 Apr 2005 18:21 GMT | 3 |
I have a COM based component that raises an exception and I'm awaiting a patch for it. However, I need to be able to recover from the exception, destroy the COM object and then regenerate it @ a later date in my C# Windows Forms App.
|
| Printing Form Text | 19 Apr 2005 17:46 GMT | 2 |
I am new to VB.net and have been through couple of books on how to write code and have searched help and tutorials and can not find an answer to this question. I have written a program for calculating Volitility Bands for stock traders. It is a simple mathematical calculation. ...
|
| Assemblys vs. Modules ? | 19 Apr 2005 17:39 GMT | 5 |
I’m in the process of reading "Inside Microsft .NET IL Assembler" by Serge Lidin to gain a better understanding of my .NET code at a lower (IL) level. There is one concept that I am having trouble grasping, however: Assemblies versus modules and how they relate to one another. ...
|
| Encountered user-defined breakpoint | 19 Apr 2005 14:33 GMT | 1 |
Can someone please tell me why this code (it is a function that has a parameter xmlstring: Dim objWebRequest As HttpWebRequest Dim oRequest As WebRequest
|
| calling .dll from XML | 19 Apr 2005 14:01 GMT | 2 |
I was wondering if I could do the following. 1) Write a windows service that reads an XML file. 2) Have the XML file contain information on what .dll to reference 3) Have the XML file contain information on what methods to call.
|
| Request.Cookies("Email").Value | 19 Apr 2005 13:14 GMT | 3 |
I cannot believe that this code causes an error: Dim MyCookie as string = Request.Cookies("Email").Value Object reference not set to an instance of an object. If the cookie is found, it works, if the cookie is not found, the error
|
| Tips for speeding up VS.NET 2003? | 19 Apr 2005 12:30 GMT | 2 |
I've finally started working in VS.NET most of the day and have a small problem. It's *slow* on this 2.8 GHz P4 with a gig of RAM. I only develop in VB.NET, so is there anything I might be able to strip out or turn off to make things a bit quicker? Even saving a small 3 form
|
| %1 is not a valid Win32 application | 19 Apr 2005 11:25 GMT | 1 |
We have a .net dll, which has a wrapper to command line tool. When we try to call we enocunter this error. When we execute the same command from command line it executes without error. Can anyone help us out with this problem? Following is the error we encounter.
|
| How to make an Outlook Add-In with VB.NET? (with property page) | 19 Apr 2005 08:48 GMT | 4 |
I want to make an Outlook 2000 Add-In with VB.NET 2003, but I'm not able to find any good information about it how to do it. I want to have a property-page for my Add-In in Outlook to change some settings. do i have to add a form for that? Or how do I do this?
|
| C# .NET app does not respect IE proxy settings | 19 Apr 2005 06:11 GMT | 3 |
posting this again as : rgilmore@newsgroup.nospam We have a C# .NET app which runs as a service. It posts data to a server using HttpWebrequest. According to the docs I 've read, it should use the proxy settings from IE
|
| operator(+) overloading in c# | 19 Apr 2005 05:02 GMT | 1 |
Dear Sir/Madam, I have 2 lists as following: ApproverListBE appList1; ApproverListBE appList2 ;
|
| wireless media adapter APIs | 19 Apr 2005 04:14 GMT | 2 |
I'm trying to find information on how to write (perferable dot net based) application services to work with 802.11B wireless devices (such as Linksys WMA11B media Adapter). My first goal is to create a network service that will act as a "radio"
|
| Licensing question about using Access Db in commercial app | 19 Apr 2005 03:51 GMT | 5 |
I am building a commercial application and I need a database. I have a MSDN pro subscription and several office licenses. I want to create a db in Access, and distribute that db with my C# application. Is this ok? Any license issues?
|
| httpwebreqeust are there known limitations? | 19 Apr 2005 03:07 GMT | 1 |
I have written a process in C# that uses the httpwebrequest to retrieve jpg images.
|
| how to clear string builder object? | 19 Apr 2005 02:41 GMT | 5 |
I have to read data from an external source, massage the data, concatenate it to one long string, then write it to a textfile. So I am experimenting with the StringBuilder object. I append the data in a loop, then I write the data to text file, then I need to clear the ...
|