| Thread | Last Post | Replies |
|
| Composite UI Application Block issues | 24 Nov 2006 06:28 GMT | 3 |
I'm trying to figure out how to make a SmartPart visible on my screen through a SmartPartPlaceHolder. I have the following code (I don't have so much understanding of CAB yet so there might be a few things wrong here and there - I hope you can help and correct me):
|
| Current Time in C# | 24 Nov 2006 06:17 GMT | 4 |
Hi, in VB i could use the keyword Now to get the current DateTime, but C# doesnt have that. How can i get the current time? thanks
 Signature -iwdu15
|
| search in AD | 24 Nov 2006 05:55 GMT | 4 |
How Can I do for search a computer in my Active Directory with c# and .net framework 1.1? Thanks
|
| Embedded Resource Files | 24 Nov 2006 05:09 GMT | 3 |
Is there an easy way to copy an Embedded Resource file to the file system? I have a config file that is an Embedded Resource in my project that I want to copy to a location in the file system but the only way I can think of doing it is to read it and then create a new file and
|
| Help! Need to sorted collection accessible by key | 24 Nov 2006 01:31 GMT | 6 |
I need to create a collection of classes (or structures) can be accessed by a string key, eg MyColl("ShortName5").Name for class with key ShortName5. But it also has to be sorted by a second ordering field.
|
| Aray and pointer | 24 Nov 2006 00:43 GMT | 1 |
In Visual C++ we use double **m_domimage[4]; for 3dimension array which has one fix length. How do we use this method in C#?
|
| How do I use HTML textbox in C#? | 23 Nov 2006 23:57 GMT | 6 |
I need to use a HTML textbox in C# code. Any hints, please? Thanks
|
| Regular Expression ( [TAG-I] TEXT [TAG-F] ) | 23 Nov 2006 22:11 GMT | 4 |
Hi.. need help.. Sample text: [NF-I] nnn
|
| Opinions Please - Properties and Constructors | 23 Nov 2006 21:22 GMT | 5 |
Is it better to pass 'data' into a class object through a constructor and then set it as a property internally in that object or is it ok to instantiate a class object with no parameters and then attach 'data' to the class object by merely setting a property?
|
| ValueType reference in objects | 23 Nov 2006 19:25 GMT | 8 |
With the followin code: class MyClass { public int i;
|
| Stack question | 23 Nov 2006 19:22 GMT | 4 |
I've a Stack. Now I would use this to mantain a LIFO objects chain. My problem is that I want to limit the Stack dimension. If the Stack is full and I want to add a object, I eant to remove the bottom element and put the new element in the top.
|
| simple question about ref with object?? PLEASE HELP | 23 Nov 2006 19:16 GMT | 14 |
ok i have a datagridview in my app and i have a function defined like so: public void FillColumns(ref DataGridView theDGV) when i call it ... like this :
|
| Memory Leak | 23 Nov 2006 17:49 GMT | 2 |
Is the file "Microsoft Visual Studio .NET 2003\VC7\INCLUDE\crtdbg.h" (specifically, the new operators) used in any way, shape or form in C# ? I am involved in writing an app that uses managed C++ and C# and I'd just like to verify that the memory leaks we're getting aren't
|
| Code insert values into database | 23 Nov 2006 17:23 GMT | 2 |
I am New to the C#.Net, i want code for insert values into the database.(in C3#.net) Regards, A.Sireesha.
|
| Converting byte[] to float ... | 23 Nov 2006 16:37 GMT | 1 |
I have a four (4) byte array that follows the IEEE 754 format. (It arrives on the windows platform from an embedded system via USB). How can I extract/convert/assign the encoded array to a native
|