| Thread | Last Post | Replies |
|
| ComboBoxes in DataGridViews bound to DataSources | 01 Dec 2006 17:42 GMT | 5 |
I've got a DataGridView bound to a DataTable, and I need to make some of the columns into ComboBoxColumns. I've tried some of the solutions listed here, but I can't seem to make them work. They might not be the solutions I'm looking for; I just want to have a few
|
| C# Call back function - Evalcom2 | 01 Dec 2006 17:29 GMT | 1 |
I am trying to use the EvalCom2.dll to validate a MSI - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/ivali date_setstatus.asp I have the following code so far... using System;
|
| Creating a Select/Deselect all checkbox in a datagrid | 01 Dec 2006 17:15 GMT | 1 |
I run a search on my database and get items that fit that search in a datagrid. There are checkboxes already for each item. I need to create a select/deselect all checkbox at the top of the column and be able to select.deselect all items that I have found. I am using C#.Net
|
| Problem using System.Diagnostics.Process to launch Internet Explorer | 01 Dec 2006 15:58 GMT | 4 |
I have been trying for some time now to launch Internet Explorer from my code. I have read the MSDN notes on this way of starting processes and used their example but couldn't get it to work. I then searched the forums and made ammendments suggested to previous
|
| Help with protected text in RichTextBox | 01 Dec 2006 15:47 GMT | 2 |
I need to programmatically delete protected text in a RichTextBox. The problem is that I can't find a way to do it without getting undesirable results in the undo buffer. If I unprotect the text and delete, 2 entries go into the undo buffer.
|
| Document style web service? | 01 Dec 2006 15:18 GMT | 3 |
Does Microsoft now support Document style web service as part of .NET 3.0 (Windows communication foundations)?
|
| WMI in my c# app to get mac & IP address | 01 Dec 2006 15:17 GMT | 4 |
I'm writting a c# app, and I've got a computer that has two built in nic's. One is a Intel Pro/100 and the other is a Intel Pro/1000. I want to get the mac and ip address assigned to the Intel Pro 100. Anyone have idea, examples of how I can get that information to display to a
|
| marshaling a structure by value from managed to unmanaged | 01 Dec 2006 14:52 GMT | 6 |
********************** My Situation ********************** I am working on project that involves passing a structure to unmanaged code from .Net world (well using C#). Perhaps an example will prove useful.
|
| BISYNC | 01 Dec 2006 14:31 GMT | 1 |
Does someone have a free or commercial set of classes to set up BISYNC communication from C# to a UNIX machine? Or maybe a good link showing how to realize this using C#? Thank you.
|
| Automating Word Viewer with C# | 01 Dec 2006 13:55 GMT | 1 |
can word viewer be automated with c# ?
|
| C#, .NET and Shareware? | 01 Dec 2006 13:27 GMT | 8 |
Sorry for the cross-post but I didn't know which group would be better.....anyway: I have a small app that I would like to release soon. It was written in C# and .NET 2 (using things
|
| Render or RenderControl | 01 Dec 2006 13:12 GMT | 1 |
Hi, if I am writing a web custom control, do I override the Render method or the RenderControl method - and what is the difference? Thanks, Peter
|
| Is it possible to intercept an attempt to access of a property before it happens? | 01 Dec 2006 13:10 GMT | 3 |
just wondering.... Say i have a class with 3 nonstatic properties P1, P2 and P3. Now somebody creates an instance of my class and calls any of them (instance1.P2)
|
| SELECT MAX(*) TO A VAR | 01 Dec 2006 11:57 GMT | 3 |
I'm newbie on C#... Can anybody tell me with a code example how to make a select max(*) and put it on a variable. Thnks a lot!
|
| Unmanaged API returning an array of pointers | 01 Dec 2006 10:13 GMT | 2 |
I am using the Advapi32.dll CredEnumerate function through P/Invoke. The CredEmunmerate is declared like this : BOOL CredEnumerate( LPCTSTR Filter,
|