| Thread | Last Post | Replies |
|
| Service not starting after reboot | 04 Dec 2006 17:17 GMT | 1 |
I have a c# windows service that works fine when started manually. The Startup type is set to automatic, yet if the machine rebotted, the service fails to start unless I start it manually. The service needs to have SQL Server running first and I came across this
|
| How to create events in c# using COM interop | 04 Dec 2006 16:22 GMT | 1 |
This is my COM wrapper written in c#. using System.Runtime.InteropServices; namespace SAFE_NAMESPACE_NAME {
|
| asp.net and Micromeda DreamWeaver | 04 Dec 2006 16:10 GMT | 2 |
hi iam making an interface for my project using asp.net using MS visual studio pro edition. sometimes iget angry because i can't make what i really want to do using
|
| IE Toolbar programming | 04 Dec 2006 15:48 GMT | 2 |
Hi. My app interfaces with IE. I think the best way of accessing the app functions would be a toolbar in Internet Explorer. Any advice on where I should start in terms of making this? I am new to toolbar programming so any advice would be appreciated. I want to start with
|
| .NET3 and VS2005 with.NET2 | 04 Dec 2006 13:12 GMT | 2 |
i downloaded the last .NET version and i want test it... but how do ? i not rember me how change the compiler framework in VisualStudio. thanks. steph
|
| Difference between 'this.CreateGraphics()' and 'Graphics.FromHdc(hDC);' | 04 Dec 2006 12:48 GMT | 8 |
Please pity me, i am on a dial-up connection for the first time in 5 years :( ! Does anyone know how the resulting Graphics objects differ ...? What i really mean is can someone explain it to me please?
|
| How to have DataTable/DataSet in Business Object Class | 04 Dec 2006 12:44 GMT | 2 |
I am implementing Business object, but while implementing this I want to have DataTable or DataSet as part of Business Object. For example, I want to bind controls directly to these Business Objects. So please suggest me how can I achieve this??
|
| Caricare ComboBox | 04 Dec 2006 12:27 GMT | 3 |
Ciao a tutti, ho un problema probabilmente banale ma che non riesco a risolvere per caricare in modo statico una combobox di un valore chiave e un valore che venga visualizzato
|
| command line arguments not recognized | 04 Dec 2006 11:15 GMT | 2 |
static void Main(string[] args) { .... ....
|
| Open my mail client from Winform without send message ? | 04 Dec 2006 10:56 GMT | 1 |
I'm working under windows 2000/XP, with VS 2005 and C# 2.0. I'm deveopping an winform app and one feature is : - I want to get a textbox message and transform it in Attachment to my future e-mail.
|
| Pointer | 04 Dec 2006 10:51 GMT | 5 |
Hi, friends. I am new in this group and I have a problem. I am just started to program in cSharp and I need a help. I need to import a ddl and to use one of its function. The function, in C language, require in input a pointer char:
|
| Class library | 04 Dec 2006 10:37 GMT | 4 |
I wrote class library that contain a struct stX and a new class library that get the first class library as referance and implement a function foo that one of its parametrs is of type of the struct stX; I wrote an application(exe) that get the first class library as a referance
|
| Passing object with null member | 04 Dec 2006 10:12 GMT | 7 |
.Net 2.0 Hi, I'm getting a nullreferenceexception when calling a function from a worker thread: private void CallbackProc(string response, Exception ex)
|
| flatten multi-dimensional array to on-dimensional array | 04 Dec 2006 09:46 GMT | 8 |
I have a two-dimensional array of data, f.x int's. We can imagine that the array is "really large". Now I want the data in it and store this in a one-dimensional array. The obvious way to do this is a nested for-loop - but we all know
|
| Wroking with Active directory | 04 Dec 2006 09:18 GMT | 1 |
I'm working with active directory and I've used: directorysearcher search =new...; search.propertiesToLoad.Add("cn"); That give me the user name. now if I'm also getting the "memberof"
|