all groups > c# > july 2007 > threads for wednesday july 4
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 31
Communicating with Exchange 2003
Posted by news.orange.nl at 7/4/2007 11:36:33 PM
Hi
On our ASP dotnet intranet I'm trying to build pages that access our
Exchange Server.
More specifically, I'd like to be able to filter and edit addresses in the
address book located in our public folders.
I'm pretty new at C#, and I'm just getting the hang using both Visual C#
Express ... more >>
including an uninstall capacity
Posted by Jerry at 7/4/2007 11:06:00 PM
Hi Nicholas
Thanks for your advice.
Can you point me to an example of such a utility?
Thanks
Doug
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:eMcsVTMvHHA.4732@TK2MSFTNGP06.phx.gbl...
> Jerry,
>
> Since your installer should create an... more >>
Looking for a currency control
Posted by Jeff Williams at 7/4/2007 10:46:48 PM
I am looking for a Currency control/Number Control which has the
following behavior.
If you are entering a number such as 123.67 the control behaves like this.
1. The field (control) is right justified.
2. when entering the field the value is highlited and when typing starts
the field cle... more >>
Why are C# conversion operators static?
Posted by Sameeksha at 7/4/2007 10:28:00 PM
Suppose there are 2 classes A and B with a int parameter called 'val' in
each. Both of them provide a public constructor with int type parameter.
Suppose class A provides a explicit conversion operator taking B object as a
parameter and returning an A object.
A objA = new A(10);
B objB = ... more >>
How to determine version of MS Office installed programmatically?
Posted by Leonid Lastovkin at 7/4/2007 10:02:01 PM
I would like to be able to find out which version of Microsoft Office
is installed on the host computer. How can I implement this query in
C#? I do not need the whole program, but a relevant code snippet will
be appreciated.
Thanks.
... more >>
Remote Control App
Posted by Cralis at 7/4/2007 9:27:27 PM
Hello!
Started a new job as a novice c# developer. My line manager has asked
our team to do a test on an application the company has already made.
Basically, he wants a small tool that can control the app, remotly.
Basically, the app needs to send a command to the app, and theapp will
open cert... more >>
is it interesting to develop c#/visual c# 2005 express to get a lot of customer
Posted by david at 7/4/2007 8:45:14 PM
hello,
I have a question, I'm developping a software and I want of course
many people use it.
I chose c# visual studio 2005 express for development. is it a good
choice?
I mean, people to use it need to download framework 2.0 right? is it
included in vista or for XP in service pack? or you hav... more >>
ANSWER: Remove/Hide the (Name) property for a control in a propertygrid
Posted by pigeonrandle at 7/4/2007 4:56:06 PM
Hi,
I hope this helps someone else because despite the fact that this is
obviously a common problem, after 5 hours of googling i found no exact
answer, just a load of 'do this, implement this, etc..' rant.
class LabelNoName : System.Windows.Forms.Label,
ICustomTypeDescriptor
{
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ConfigurationManager in .net 2.0
Posted by -pb- at 7/4/2007 1:17:22 PM
Hi,
I am tring to read the custom configuration form a config file but I
am not getting any way to read the data from the config file. Here is
tha sample.
config file
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="Group1">
<secti... more >>
Zweidimensionales Array gruppieren und summieren
Posted by Mark Ancher at 7/4/2007 12:42:36 PM
Hallo,
Hat jemand eine Idee, wie ich ein Array der wie folgt definiert wurde:
object [,] dataObj;
DataObj =3D new object[5,3];
q w 2
w z 5
w z 4
m d 2
q w 4
performant gruppieren und summieren kann, so dass ich als Ergebnis
q w 6
w z 9
m d 2
bekomme?
Gr=FCsse
Mark
... more >>
The Tower OF Hanoi
Posted by shaghayeghcute2003 NO[at]SPAM yahoo.com at 7/4/2007 11:17:02 AM
I'm currently trying to write The Tower Of Hanoi (http://
illuminations.nctm.org/ActivityDetail.aspx?ID=40) in C#.
I have a panel on the form and I draw pegs on the panel inside the
form class. I passed GraphicObject to drawDisk method in disk class to
draw disks' pictures.
I used MouseDown/Up... more >>
Trying to load MSDN into Visual Studio 2003
Posted by Mufasa at 7/4/2007 10:35:08 AM
I just reformatted my hard drive and am trying to install the MSDN to run
with Visual Studio 2003. But when I try to do it from the install screen
from Visual Studio, I get a window that looks almost like a list of options
for the install and then does nothing.
Does anybody know how to get ... more >>
Paste in Excel generate exception
Posted by dom_perron NO[at]SPAM hotmail.com at 7/4/2007 9:44:29 AM
Hi,
I have a problem when I want to paste data from a workbook to another
in excel using the clipboard. Each time a try to paste the data in the
active sheet I got an exception "Microsoft Office Excel cannot paste
the data." I tried 3 differents method but I always got the
exception.
Here... more >>
c# Thread problem
Posted by cty0000 NO[at]SPAM gmail.com at 7/4/2007 2:27:23 AM
I have some question..
This is my first time to use thread..
Following code does not have error but two warring
The warring is
Warning 2 'System.Threading.Thread.Suspend()' is obsolete:
'Thread.Suspend has been deprecated. Please use other classes in
System.Threading, such as Monitor,... more >>
Problems with DllImport and a Delphi native DLL.
Posted by Thomas Due at 7/4/2007 2:07:19 AM
Hi,
I manage an rather old application in which we have some fairly complex =
(ugly) Delphi code. This is Delphi 6 we're talking about.
Among all this Delphi code there is method for formating a print layout =
for slip printers. Pass a few parameters to this method and it returns a =
Delp... more >>
Strange behaviour with ProcessStart
Posted by mcw.willart NO[at]SPAM interpolis.nl at 7/4/2007 1:03:18 AM
Hi,
I notice some strange behaviour with Process.start; when I start an
mmc-console,
e.g. Process.Start("c:\\tools\\AdminConsole.msc"); everything works
fine, but when I try to start it with the following code (using a
username and password) I get "The specified executable is not a valid
Win... more >>
Multithreading, timer and form updating
Posted by JL at 7/4/2007 12:00:00 AM
Hi all,
I have a problem that I can't get rid off, and after many searches on the
Net I finally need your help! It seems like a basic multithreading thing,
but it's not as simple.
Let me explain the thing : I use a method with long time calculation. This
method comes from a SDK so I can't... more >>
change color of row in a Datagrid view.
Posted by kjqua at 7/4/2007 12:00:00 AM
Hi all,
I am newbie in c# and i have a question regarding DataGridView
I have a Table with 3 Columns
(0)IdLeggiSeriale <Is Primary key>
(1)ValoreSeriale <Is Integer>
(2)DataAcquisizione <Is DateTime>
I will like to change the color of each row that
in the in column(1) "Va... more >>
new session start on new window
Posted by Puja at 7/4/2007 12:00:00 AM
Hi all,
Does anybody know how to force a new session when opening a new browser
window from a link in current page?
In my project, after user logs in, on certain link when user opens a new
browser window, it continues to identify user i.e. browser continues same
session in new window a... more >>
Concurrency with win forms app and Access
Posted by Rotsey at 7/4/2007 12:00:00 AM
Hi,
I have a Access 2003 talking to SQL 2005 express DB via
linked tables.
I also have .NET forms application that also talks to the
SQL DB.
I want to know how to handle concurrency in the .NET app.
I don't want to have to change the Access app though
Is there a method that would wo... more >>
|