| Thread | Last Post | Replies |
|
| Assembly | 26 Jul 2005 16:52 GMT | 2 |
how do i get an assembly for a process which is not the own process. and i also do not want to load a new assembly. please no answers with Load, LoadFrom or GetExecutingAssembly. jeff
|
| ADSI adding a group to a group | 26 Jul 2005 16:19 GMT | 3 |
I have a C# application in which I need to add one Active Directory group as a member of another group. I have tried using the same steps that work for adding a user to a group, but that isn't working. I'm just adding the distinguished name of one group to the member property of ...
|
| DatatAdapter ADO.Net | 26 Jul 2005 15:46 GMT | 4 |
DataAdapter configuration wizard not accepting my 130 column Access table which previously contained 30 columns for a local application. Used Query Builder to "check" additional DB columns. Wizard Error states "Select" statement can't be created. Is there a limit to the no of ...
|
| Randomly Assigning Array | 26 Jul 2005 15:32 GMT | 4 |
Just learning C#. What's the easiest way to assign numbers 1-10 randomly to an array? Basically I just want to take the numbers 1-10 and arrange them randomly in slots 0-9 of an array.
|
| form inheritance | 26 Jul 2005 15:08 GMT | 1 |
I have two forms, frmBase and frmInherited. frmInherited inherits from frmBase. On frmBase I have 8 controls, these 8 controls show up on frmInherited but not always in the same position as they are on frmBase. I have the following questions:
|
| Cannot insert the value NULL | 26 Jul 2005 14:23 GMT | 3 |
I'm trying to insert data into 2 tables (parent-child) using the ADO.NET's SetParentRow method. The parent table has an identity column as primary key. When I execute the code below I get the following message: "Cannot insert the value NULL into column 'hdtID', table
|
| Which form is active but hiden | 26 Jul 2005 14:15 GMT | 2 |
I am building a Pocket PC application and I have 5 forms (form1, form2, ...). Form1 starts up and I click a button for Form2 to show up. Form1 is hiden. On Form2 i click a button for Form3 to show up. Now Form2 is hiden. Then in Form2 I click a button to show Form1. How can i just ...
|
| using MSSCriptControl with C#, params keyword question | 26 Jul 2005 14:03 GMT | 1 |
I need to offer scripting possibilities in my app, and have to use MSSCriptControl for some reasons. I would like to use the feature that's called variable number of arguments, that is done in C# using the params keyword. However, if I AddObject the instance to the ...
|
| How to get a particular selected row ID from a grid view . | 26 Jul 2005 13:44 GMT | 4 |
Hi groups, How to get a particular selected row ID from a grid view control where i have placed imagebutton. On click event how i can get the ROW ID ?
|
| Dataset serialization | 26 Jul 2005 13:25 GMT | 4 |
wonder if anyone can help me here, i've a framework 1.1 dataset which i serialize in framework 1.1 and deserialize in framework 2.0. This is fine, problem is that i want to modify some of the records in
|
| Open a popup window as modal | 26 Jul 2005 13:09 GMT | 3 |
Im trying to display a popup window (similar to a context menu) and return a result from the selection. I want to do this as a modal popup ie. The code runs and displays the popup but pauses until the window is closed and then returns the result very similar as to ShowDialog()
|
| Use unmanaged dll | 26 Jul 2005 13:08 GMT | 1 |
I have a following problem: We have a unmanaged dll wrote in C. In this dll we have 2 classes: class Foo and class Foo_Impl that inherited from Foo. Foo class was created to be exported from dll, like interface. So, there is a function in the dll,
|
| How to compare types by variables | 26 Jul 2005 12:11 GMT | 6 |
I am trying to determine if an object inherits a given interface at runtime and cant figure out how to do it. if we knew the interface type at design time... if (x is typeof(InterfaceName))
|
| Having trouble with step 1 | 26 Jul 2005 11:43 GMT | 4 |
I'm a newbie starting up with ASP.NET, and I'm getting off to a wonderful start - and when I tell you "wonderful" I'm being sarcastic. My OS is Win 2000 SP4.
|
| Handle Http Session | 26 Jul 2005 10:58 GMT | 1 |
My webserver application (a http handler) accepts a sequence of requests from client. Each request requires an access to database (password/username supplied in the request). I am looking at improving the performance of the webserver. My questions:
|