all groups > dotnet general > july 2007 > threads for july 22 - 28, 2007
Filter by week: 1 2 3 4 5
server error 550 message content rejected
Posted by John Dady at 7/28/2007 9:06:01 AM
I can send and receive all attachments in outlook express except 'word docs'
I have MS XP professional. I do not have 'spam fighter' installed.
Error message. 'An unknown error has occured, subject, 'Another test'.
Account. 'pop.orangehome.co.uk
Server. 'smtp.orangehome.co.uk.
protocol. SMT... more >>
How read e-mail using protocol POP3
Posted by rodny.romero NO[at]SPAM gmail.com at 7/28/2007 5:46:16 AM
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
the other hand.
I am t... more >>
N-Tier Architecture
Posted by at 7/27/2007 8:25:22 PM
***Hi***
For those who haven't read (or quite understood) the hundreds of other
articles on multi-tier development, here is a quick reminder.
http://it-visionist.com/Tutorials/DArch.asp
***Enjoy***
... more >>
Accessing Blackberry Data?
Posted by clintonG at 7/27/2007 2:17:01 PM
Anyway to use the .NET Framework to get and print out the address book in a
Blackberry?
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
... more >>
HTMLEncode: low surrogate char Error
Posted by Alexander Higgins at 7/27/2007 11:44:38 AM
>>Thanks for the response....
>>
>>I don't even know how I got on that post, but I have been
>>contributing for a a while. I responsed to it probably becuase it
>>came up as a search result for something else and the question was
>>still unanwered.
>
>Right.
>
>>As per my post, it probably... more >>
Installing Office Pro 2003 UPG
Posted by taburrell at 7/27/2007 9:12:00 AM
I am attempting to re-install Office Pro 2003 as an upgrade to MS Works 8 and
received the following error message:
Business Contact Manager requires Outlook 2003. Please install Outlook 2003
before running Setup.
Any suggestions to get around this problem? I am re-intalling all the
so... more >>
SqlDataSource
Posted by BrassicaNigra at 7/27/2007 8:50:03 AM
I am writing a sales order application that uses a DropDownList (within the
InsertItemTemplate of a FormView) for the user to select a customer from the
customer table. After the user selects a customer I want to default the
billing and shipping information into the formview. The SqlDataSour... more >>
URGENT: NEED HELP
Posted by MAXX at 7/27/2007 3:10:25 AM
HELLO FRIENDS.
I NEED A STUDENT DATABASE (BASED ON SQL SERVER 2005 EDITION )
CONTAINING THE DETAILS OF ABOUT 500 STUDENTS WITH THEIR ID, NAME,
ADDRESS AND THEIR RESPECTIVE STANDARD.
I WOULD BE OBLIGED IF ANYONE COULD PROVIDE ME THE ABOVE DATABASE.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Iterating through a Repeater Control - Loosing my mind...
Posted by Ryan Smith at 7/27/2007 1:18:00 AM
Dim i As Integer
Dim Collected1 As TextBox
For i = 0 To (Grid.Items.Count - 1)
Collected1 = CType(Grid.Items(i).FindControl("COLLECTED"), TextBox)
Response.Write(Collected1.Text)
Next
This doesn't work and prints nothing even though data is in the textbox.
Any ideas - this is dr... more >>
secure my DLL against use by others
Posted by Michel NO[at]SPAM Voorburg at 7/27/2007 12:42:01 AM
Hi all,
i've built a C# dll / component with some wonderful services to the clients
Payroll service.
As you might guess, i only want MY pogram to use this DLL.
If some developer get's hold of a reference to my dll, he or she could
easily use all methods to raise his or hers salary....
I... more >>
Abstract interface
Posted by Arne Garvander at 7/26/2007 8:16:02 PM
What is the difference between an Abstract Class and an interface in .Net?
--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)... more >>
Formatting of text
Posted by Kimsuz at 7/26/2007 7:48:01 PM
All of a sudden when I try to format a line in a document, eg to centring or
underline all of the lines take on the same formatting. Tried various things
but have noticed when right clicking the option Select text with similar
formatting is displayed in the menu. Any ideas please. Word 2003... more >>
Win TreeView Control Issue
Posted by EdB at 7/26/2007 5:26:03 PM
VS2005
I have a Tree control that after loading when initially displayed, all top
level nodes are collapsed. When the user expands the the node, I want to do
some processing of all the nodes under that one. So I use the AfterExpand
method. However, if the user only clicks the + to expand... more >>
WPF: Own Control Derived From TextBox
Posted by at 7/26/2007 3:21:20 PM
I would like to create a specialized TextBox (WPF) that for instance
only accept integers/decimals/currency/etc. Since I want it to behave
like a TextBox but don't want to write one myself I would like to
create a user control. The idea was to derive a user control (Add
Items...UserControl) from... more >>
Dispose, Dispose(true), Finalize, IDisposable
Posted by tascien NO[at]SPAM gmail.com at 7/26/2007 3:10:35 PM
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
inside my class, DBCONN is closed, when the object is out of scope or
de... more >>
Responding to DataGrid selection
Posted by Patrick at 7/26/2007 3:02:02 PM
With a .Net 2's WinForms which contain
1) a DataGrid which is assigned to a DataSet's DataTable (some columns are
"hidden" on screen)
2) a few TextBox which are aligned to different fields within the same
DataTable
What event do I code for the .Net DataGrid such that the TextBoxes's value
... more >>
Executable's path
Posted by Patrick at 7/26/2007 2:46:03 PM
With .net2, how do I get the path of where the .EXE is located for a WinForms
app? e.g. for "h:\myapps\testapp\test.exe" , "h:\myapps\testapp\" should
bee returned
... more >>
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
Posted by jpf.wk NO[at]SPAM uol.com.br at 7/26/2007 12:11:52 PM
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)
to a network folder called, e... more >>
Do you capitalize "The" and "Family" mid-sentence?
Posted by Marshall at 7/26/2007 10:18:03 AM
In the sentence, "Our efforts in serving "The Pearson Family" span several
years," do you capitalize "The" and "Family"?... more >>
learning exercise... help?
Posted by S Moran at 7/26/2007 9:56:04 AM
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
do it via code... but the slider increments in whole nu... more >>
Outlook Express Error Message
Posted by jceckardt at 7/26/2007 9:06:05 AM
When I try to send a message I get the following message:
The message could not be sent because the server rejected the sender's
e-mail address. The sender's e-mail address was 'jceckardt@juno.com'. Subject
'Re: Sea World..................... SeaWorld[2].wmv [3/5]', Account:
'jceckardt', Se... more >>
Checking if the App.Config file exists
Posted by timexsinclair2068 NO[at]SPAM hotmail.com at 7/26/2007 8:35:04 AM
This is a very simple question. Is there a simple,short way of
checking if the application's App.Config file exists?
Thanks!
... more >>
How read e-mail using protocol POP3
Posted by rodny.romero NO[at]SPAM gmail.com at 7/26/2007 5:42:46 AM
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
the other hand.
I am t... more >>
How to raise an event on a private member (VB.NET)
Posted by RW at 7/26/2007 1:32:05 AM
I constructed a new Class with some private members.
I would like an event to be raised on the moment the value of one of those
private members is changed.
How do I define an event for that private member and how do I raise the event?
--
RW... more >>
Custom Application Setting
Posted by José_Manuel_Nieto at 7/26/2007 12:00:00 AM
Hello, I have a custom struct that I need to save with the rest of my
application settings.
The struct is as follows:
public struct ImageUploadOptions {
public Size ResampleSize;
public bool Resize;
}
How can I save an object of this type??... more >>
get Network bandwidth
Posted by bzh_29 at 7/26/2007 12:00:00 AM
Hi,
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).
In order to get the info, I was using Performance counter :
Bytes Received/sec... more >>
Developers using different service packs
Posted by Cecil at 7/26/2007 12:00:00 AM
What problems (if any) are there with one developer using Visual Studio
2005 and another using Visual Studio 2005 SP1.
Cecil... more >>
How to determine is there any data stored on the clipboard in C#?
Posted by vincent at 7/25/2007 7:32:03 PM
How to determine is there any data stored on the clipboard in C#?
Many thanks for your replying.... more >>
Target 1.1 framework
Posted by Matt F at 7/25/2007 4:05:20 PM
I'm pretty sure I've seen this question before, but can't seem to find it
again ---
I've got a project that I'm working on that I'm not going to be able to
migrate to the V2 framework for a little while.so I'm forced to work in
VS2003. I would MUCH rather work in VS2005 and simply target ... more >>
WeakReference not working?
Posted by Pieter at 7/25/2007 3:53:37 PM
Hi,
We have written a cache, which can have different behaviours. One of these
is a WeakReference-Cache. The purpose is that, once an object isn't referred
anymore in the application, it should dissappear from the cache.
This works almost always fine, but not for some objects, and I can't ... more >>
Vista version
Posted by Marc Miller at 7/25/2007 1:00:07 PM
Can someone tell me what version of Vista is required
as an OS for a .NET 2005 developer. I don't want
to install .NET on the wrong version.
Thanks,
mm
... more >>
Windows Vista where is run... function
Posted by JWster at 7/25/2007 12:38:05 PM
I can not find the run... in Windows Vista which in all the previous versions
of windows is found at start/run
Please help.
Thank you
--
JW... more >>
Severe concurrency issues with .Net 2.0 and SQL Server 2005
Posted by Billiam at 7/25/2007 8:58:01 AM
I am not sure if this is the right group to post to but I fugured I'd start
here. Let me know if there is a more appropriate group. I wanted to try the
forums before I wait 3+ hours on the phone to get a suport incident opened.
I am having sever concurrenct issues with a web app running o... more >>
Slow Serial Communication with VB.net?
Posted by Doug D at 7/25/2007 7:50:01 AM
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
Sleep(200) to receive all of the data back from my ori... more >>
Retrieving and parsing emails from Pop3 server using C#
Posted by Alpana at 7/25/2007 6:36:02 AM
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 ?
... more >>
How to get the 4-part name of an assembly via reflection
Posted by AC [MVP MOSS] at 7/25/2007 5:40:01 AM
Trying to use reflection to obtain the 4-part name of a strong named assembly
(assembly, version, culture, publickeytoken) and immediately release the
reference. I’m currently doing the following:
Assembly projectAssembly =
Assembly.ReflectionOnlyLoadFrom(projectAssemblyFullPath)... more >>
Regarding the integration of Currency convertor into web application
Posted by poorna at 7/25/2007 12:00:00 AM
Hai all
Can any one help how to use currency convertor in Web application as I need
to implement the currency convertor into my project. I tried in so many ways
and was unable to gather any information regarding this.
I tried if they is possibility of any currency convertor web service to
... more >>
tips on declaring connection string globally - newbie
Posted by joel at 7/24/2007 11:13:34 PM
Hi guys,
I am a newbie in programming and i wonder how to do this..
Everytime i code forms i have to declare the connection string
sample:
Private Sub frmItems_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
SqlStrCon = "Data Source=Server1;Initial
C... more >>
Problems with Windows Media
Posted by Mariaha at 7/24/2007 9:14:00 PM
I am having a problem playing a movie on windows media player, its says i
encounterd a error and has to close. What can i do. Before that though it
would pop out it can not play because it is missing a dvd decoder so i went
and i pay for the dvd decoder pack through roxio called sonic cineplay... more >>
Partial Class
Posted by Michael de Vera at 7/24/2007 11:02:02 AM
Just curios to know why a vb class is referred to as partial class.
Especially after adding this item to your project.
Thanks for any clarifications.... more >>
"." in Project Name or Namespace name
Posted by Bob Johnson at 7/24/2007 9:52:44 AM
I'm just wondering if it is perfectly acceptable to have one or more period
(.) in the name of Visual Studio projects and in namespace names?
I would hope not - but I'm having some flashbacks of the nightmares we
endured when the world went away from the old DOS 8.3 file names to long
names... more >>
How to execute a dos commend in C#?
Posted by vincent at 7/24/2007 12:50:00 AM
How to execute a dos commend in C#?
Many thanks for your replying.
private void button1_Click(object sender, EventArgs e)
{
//code here please
}
... more >>
Random crashes with a .NET 2.0 app
Posted by nagar NO[at]SPAM community.nospam at 7/24/2007 12:00:00 AM
I've recently upgraded my .NET 1.1 application to .NET 2.0 and,
especially under Windows Vista, my users are experiencing sudden
shutdowns. The application just quits or the standard .NET 2.0 error
message is shown (the one saying that the application has performed an
invalid operation and will ... more >>
.net client to axis2 server with attachments?
Posted by dwilcoxen at 7/23/2007 10:59:58 PM
I am looking for an example of how to connect from a .Net Windows
client to an Axis (Java) web service, and upload a binary file to it
using SOAP with attachments, or MTOM, or whatever works. If anyone's
done this or found a good reference please point me the right way.
Thanks.
... more >>
Monitor Garble
Posted by Melei at 7/23/2007 5:36:01 PM
This just started, I am playing games and my monitor looks like a mass of
tiny little boxes of different colours. The only way I can get rid of it is
actually turning the computer off at the power source. I know that is not
good, but alt ctrl delete does not work or shutting it off at the to... more >>
Verifying C# Post
Posted by avanti at 7/23/2007 1:57:53 PM
Hi,
I have some code that posts an XML to a URL (WebRequest). The URL that
gets this XML is not up and running yet. Is there a simple way to test
that the Post succeeded and the data posted is valid?
Thanks.
... more >>
.Net and Multi-Core Systems
Posted by Fred at 7/23/2007 12:38:10 PM
We all agree that multi-core is where the industry is headed.
Can the .NET framework take advantage of multi-cores? are the programs
written in .NET multi-threaded by default or is additional tweaking
required? Will there be any new features in the new version of the .NET
framework to extend ... more >>
Could not find file Error
Posted by Amritha.Datta NO[at]SPAM gmail.com at 7/23/2007 10:31:58 AM
Can anyone tell me why the below code returns error?
Exception Details: System.IO.FileNotFoundException: Could not find
file
Dim strLFolder As String = "c:\Temp\F Files"
Dim intClientID As Integer = 1221
Dim XMLStr As String = strLFolder & "\" &
intClientID.ToString... more >>
can't figure out this simple task
Posted by JBeckett [MCSA] at 7/23/2007 9:22:03 AM
I'm using VS to create a form. I want a user to be able to input in to a
field either the html code (<a href="http:\\www.mysite.com" Click here!</a>)
or use some built in function where when the form is submitted and displayed
back to me it displays the label as a hyperlink rather than the ful... more >>
Status of Updater Application Block?
Posted by AlanT at 7/23/2007 8:46:17 AM
All:
I am researching options for deploying WinForms applications across
500+- seats.
We are looking to reduce the IT support cost for installing and
updating the application. We can live with an SMS-like initial push
of the application but would like to have udpates to the application
pu... more >>
Socket programming
Posted by linuxfedora NO[at]SPAM yahoo.com.hk at 7/23/2007 2:38:24 AM
What is the best way to write the following application:
The Main GUI thread will try to send packet to other side in the
network, it could be very slow network or very fast network. How can i
ensure that the sending packet will not miss and the program is
effective?
I tried to use Socket::... more >>
Problem accessing certain web pages via ICS, Mainly Microsoft
Posted by MichaelAfromNC at 7/22/2007 5:54:01 AM
I recently found myself in a position that I had to reload XP Home, SP2 on
two different computers. Right now, I connect to the Internet via a wireless
ISP and connect through my laptop. I have Internet Connection Sharing running
on the laptop. I have to add, that because of this wireless, I c... more >>
|