all groups > dotnet general > june 2006 > threads for wednesday june 21
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Send email error : could not access 'cdo.message' object.
Posted by liuage at 6/21/2006 8:04:01 PM
Hello.
I have a strange question about send email in .net.
I use the following code to send email.
Sub SendMail(ByVal mailFrom As String, _
ByVal mailTo As String, _
ByVal mailSubject As String, _
ByVal mailServer As String, _
... more >>
initialize an ADO object from an array of string
Posted by lluum NO[at]SPAM yahoo.com at 6/21/2006 5:48:37 PM
Hello All,
I have a newbie question on ADO. I understand that I can initialize
ADO objects from the results of a query to a database, or from a csv
file. I have an array of strings. How can I pump the array of string
into an ADO object with one or two lines of code (like initalize ADO
from... more >>
Beginner's question
Posted by R.A.M. at 6/21/2006 4:56:15 PM
Hello,
I have started learning .NET and I have general question: what are
differences in applications of languages C# and VB? when to use each
of these?
Thank you very much
/RAM/... more >>
Beginner's question
Posted by R.A.M. at 6/21/2006 4:47:48 PM
Hello,
I have such question: is it possible to call from managed code a
procedure from unmanaged DLL?
Thank you
/RAM/... more >>
Stupid Question
Posted by SR at 6/21/2006 4:13:44 PM
What group would be best for posting a question about ASP.NET 2.0 using
Master/Content pages? I am trying to assign a style sheet to a content page
and I have no idea how to do so...
TIA
... more >>
How to make a generic Queue array?
Posted by Back 9 at 6/21/2006 1:50:03 PM
Hi all,
I would like to make a generic Queue arrry in C# like below.
Queue<int> [] queue = new Queue<int> ()[10];
But the compiler keep complaining about the part and honestly I don't know
how to make it right.
Can you give me a tip on how to do it?
Thanks,... more >>
GetFiles returns "Access to the path 'C:\System Volume Information' is denied."
Posted by Rob R. Ainscough at 6/21/2006 1:21:27 PM
I'm not sure why I'm getting this error when searching thru my local hard
drives using My.Computer.FileSystem.GetFiles?
I've got FileIOPermissions set in code:
Dim f As New FileIOPermission(PermissionState.Unrestricted)
f.AllFiles = FileIOPermissionAccess.AllAccess
... more >>
How to embed a SQL database into a .NET app?
Posted by feudalac! at 6/21/2006 12:56:51 PM
I have an app that uses MySql as a data source...
I would like to embed a SQL database into the app so it could be used
without a database server connected to the network.
I couldn't find any examples so i'm asking hele...
The information i have so far is that best choice for embeding is
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reading app.config from a .DLL
Posted by Waldy at 6/21/2006 12:21:58 PM
Hi there,
I added an app.config file to a .DLL project, but the code
does not read the values from it. I understand that these files are
intended for executables rather than .dlls. What is the standard approach
to this problem?
... more >>
declarative security on abstract classes
Posted by Nick at 6/21/2006 11:55:02 AM
Is there a way to do declarative security on abstract classes? I am working
on a data access layer and would like to place all permission requirements on
the base class so all inherited classes contain the permissions. Is this
possible, and if so can anyone provide an example?... more >>
OT (slightly): Coordinating Multiple Developers
Posted by Smithers at 6/21/2006 11:01:39 AM
Until now I have worked on small teams (1-3 developers) and we've been able
to stay out of each others way. Now I'm about to start work on a project
that will have 5 developers. I would appreciate some guidance on how we can
proceed to develop without having to worry about "who is working on w... more >>
String Formatting in VB.NET
Posted by L. Scott M. at 6/21/2006 10:46:58 AM
Have a quick simple question:
dim x as string
x = "1234567890"
-------------------------------------------------------
VB 6
dim y as string
y = format(x,"(@@@) @@@ @@@@")
y is now ---------------------> (123) 456 7890
(think that is the correct VB 6 syntax)
------------------... more >>
ClickOnce silent update possible?
Posted by seanbrasher NO[at]SPAM gmail.com at 6/21/2006 8:49:29 AM
I've been asked to create an app that deploys in the way ClickOnce
does, and updates itself silently, with no user interaction at all.
Is this possible using ClickOnce or does the user always get prompted
when a new version is available?
... more >>
Overridable Functions/Procedures
Posted by MDFS at 6/21/2006 6:20:02 AM
Hi,
I was wondering if anyone has any information on the performance impact of
using functions declared as overridable?
To Explain more fully; By default every function created in VB is NOT
declared as overridable. However 90% of the time when creating resuable
components/classes you don't... more >>
Threading problem...i didn't even know I was using threads
Posted by Cliff at 6/21/2006 6:17:50 AM
I have a Class FWControl defined in FWControl.dll (a .net class
library). It doesn't inherit anything other than Object.
FWControl has an event StatusChanged, which is actually raised in
response to a file changing. The File is being watched with
FileSystemWatcher
I have an application FWMo... more >>
Warning: do NOT use SerialPort class!!!
Posted by herbert at 6/21/2006 4:44:01 AM
The SerialPort class in .NET 2.o is buggy, has misleading and incomplete
documentation and should by no means used for LOB / mission critical /
factory automation projects!
For example: mixing ReadByte() and Read(byte_buffer,offset,length) creates
phantom data!
Microsoft: scrap it! Redes... more >>
Window desktop search
Posted by DK at 6/21/2006 3:08:01 AM
Anybody knows how to uninstall it? nothing in the 'add or remove' in control
panel. Thanks. After I have installed Window Desktop Search, whenever I
closed my Outlook 2000, an error message report comes up and asks me whether
to send or not send to Microsoft. What's wrong? I tried to do resto... more >>
Problems With Installing 'vs.net 03 update' [error 1935] [error 29
Posted by Jack at 6/21/2006 2:49:01 AM
Hi,
I'm having problems installing the 2003 enterprise developer update cd,
error messages 1935 or 2908 show after less than a couple of minutes. This is
very frustrating, has anybody got any advice? All suggestions are welcome,
thanks.
Jack... more >>
Visual Studio 2005 - Plugin for CVS
Posted by veerleverbr NO[at]SPAM hotmail.com at 6/21/2006 12:48:39 AM
Hi,
We have Visual Studio 2005 installed. We want to connect to a NT CVS
through the protocol SSPI. When looking in the menu Tools -> Options ->
SourceControl in Visual Studio 2005, it is clear that there is no
plugin for sourcecontrol whatsoever is installed.
Where can we find the currect ... more >>
Opening a Word mailmerge Main Document (form letter)
Posted by Colin Halliday at 6/21/2006 12:00:00 AM
I have a Word 2003 mail merge main document (form letter) that is linked =
to another Word document data source for the mail merge.
If I open this doc using the Word GUI, it first asks me to confirm that =
I want to run a query to select the data from the data source file, then =
it opens the... more >>
How to: Implement a Client of the Event-based Asynchronous Pattern
Posted by Allan Steffensen at 6/21/2006 12:00:00 AM
Have anyone tried this sample..
How does this work with threads ??
Clicking the button just freeze the UI..
MVH
Allan Steffensen... more >>
Regarding Datagrid Events
Posted by Rupesh at 6/21/2006 12:00:00 AM
hi all,
i am working on datagrid, i need to capture the row in datagrid
whenever we have double clicked on it.
plz guide how to do that
thanks & regards,
Rupesh
... more >>
|