| Thread | Last Post | Replies |
|
| Retrieving and parsing emails from Pop3 server using C# | 27 Jul 2007 12:10 GMT | 4 |
I am making a thin email client and want to get emails from a pop3 server...Is there any built in support in C# to get emails from a pop3 server and parse the email to show up on the UI ?
|
| Iterating through a Repeater Control - Loosing my mind... | 27 Jul 2007 10:36 GMT | 1 |
Dim i As Integer Dim Collected1 As TextBox For i = 0 To (Grid.Items.Count - 1) Collected1 = CType(Grid.Items(i).FindControl("COLLECTED"), TextBox)
|
| Checking if the App.Config file exists | 27 Jul 2007 07:11 GMT | 1 |
This is a very simple question. Is there a simple,short way of checking if the application's App.Config file exists? Thanks!
|
| Abstract interface | 27 Jul 2007 05:32 GMT | 2 |
What is the difference between an Abstract Class and an interface in .Net?
 Signature Arne Garvander (I program VB.Net for fun and C# to get paid.)
|
| How read e-mail using protocol POP3 | 27 Jul 2007 01:19 GMT | 2 |
Somebody can help me with an example of like Reading post office with VB.Net using protocol POP3, I have obtained the commandos or instructions that protocol POP3 supports, but I have not been able to arm a small form with some example that connectivity that consegui on
|
| Dispose, Dispose(true), Finalize, IDisposable | 27 Jul 2007 01:01 GMT | 1 |
I am getting confused about the role of any of the above methods and interfaced. But what I want to do is simple... the Destructor such as the one in C#. Basically, my only issue, is to make sure the Data Base connection
|
| Do you capitalize "The" and "Family" mid-sentence? | 26 Jul 2007 20:06 GMT | 4 |
In the sentence, "Our efforts in serving "The Pearson Family" span several years," do you capitalize "The" and "Family"?
|
| learning exercise... help? | 26 Jul 2007 18:14 GMT | 3 |
c# 2.0 windows form with a slider control. trying to make the form opacity change as the slider is moved. problem (i think) is that the opacity property takes a percent-based number. so... 50% if you do it at design time, but .5 if you
|
| Slow Serial Communication with VB.net? | 26 Jul 2007 17:21 GMT | 4 |
Hey all- I am pretty new to serial communication, but from what I am experiencing it is a little slow in VB.net (2.0). Using other tools I can communicate with my hardware extreamly fast without any problems. With VB, I have to insert a
|
| How to write/read a ntw folder from a clickonce C# application where the user does not have permission to write/read on/from it | 26 Jul 2007 16:01 GMT | 1 |
I have developed a clickonce WindowsForm C# Application. Users download it without problems from my web server (IIS), new versions are always signaled to the final user, etc... Let's suppose user X download my application. X does not have access (read/write/connect)
|
| Fatal Execution Engine Error (7A060941) (80131506) | 26 Jul 2007 13:54 GMT | 2 |
I have a web service that I've built and is running at a customer's site. We have been having issues with it dying in the middle of the day, sometimes completely silently, other times with errors in the event log. When there are errors, there are always two:
|
| get Network bandwidth | 26 Jul 2007 12:27 GMT | 1 |
In order to detect the occupation of the network I need to know how much of the bandwith is used. (More simple, I want to get the percent you can have in the window task manager when you choose netwrok tab).
|
| Developers using different service packs | 26 Jul 2007 10:45 GMT | 1 |
What problems (if any) are there with one developer using Visual Studio 2005 and another using Visual Studio 2005 SP1. Cecil
|
| Is there a way to get Devenv to ignore build dependencies ? | 26 Jul 2007 06:51 GMT | 8 |
I am wondering if there is a devenv switch that will ignore build dependencies that are set in .xxproj files. At the command line I am attempting to build individual projects that I do not want subjected to the build dependencies set in the project files.
|
| How to determine is there any data stored on the clipboard in C#? | 26 Jul 2007 05:48 GMT | 2 |
How to determine is there any data stored on the clipboard in C#? Many thanks for your replying.
|