| Thread | Last Post | Replies |
|
| Generics And Arithmetic | 17 Aug 2006 09:53 GMT | 8 |
When I do the following public class IAmAGeneric<T> { ...
|
| Scanning component ? | 17 Aug 2006 09:51 GMT | 3 |
I need some .NET component (would be fine if its free) to work with scanner. I am planning to scan text or images. To scan to image files (jpg ...) and *.pdf or *.doc for text.
|
| How do I configure IP Security Policies on Active Directory? | 17 Aug 2006 09:24 GMT | 1 |
I look in the sdk sample but couldn't find any example for this. Does anyone know how to do this in C# please give a hint. Thanks
|
| Registry Backup and Restore | 17 Aug 2006 09:23 GMT | 1 |
I am doing an application in VB.NET , while deals with Windows Registry and it is required to Backup/Restore the Registry hives. Can anyone please suggest me how to implement that through code . Please post your suggesions. Thanks in advance
|
| Code calls method with wrong signature (object vs object[]) | 17 Aug 2006 09:22 GMT | 6 |
I recently ran into a strange behavior which I don't understand. I have two 'Add' method which a slightly different signature which they look like public void Add( string varName, ScriptVarType type, object value )
|
| Collections... Suggestion for next framework. | 17 Aug 2006 09:12 GMT | 3 |
Currently is not possible to remove and item while iterating between them, so ... I suggest something like this.. foreach (MyType CurrentItem in MyCollection)
|
| How to know if i use ASP.NET or Winforms in a DLL | 17 Aug 2006 08:34 GMT | 2 |
I have one dll that can be called by a Winforms or an Asp.Net application, and i would like to know how can i find this environment ?? In fact i want to know the SartupDirectory of these application..I
|
| "\n" appearing as text in textboxes | 17 Aug 2006 08:22 GMT | 3 |
What's with these newline characters and textboxes. I've noticed this in .NET and it wasn't prevelant in Visual Studio 6.0. Unless you have a richtext box, which displays the text representation of the newline character as it reads on paper, the ordinary text box
|
| Read data from Excel file | 17 Aug 2006 08:20 GMT | 1 |
I need to read data from excel file. How do I do it ? Yoav.
|
| How to run a process modally? | 17 Aug 2006 08:05 GMT | 2 |
Process A starts process B. How does process A ensure that process B's window runs modally?
|
| String split and wrapper character in c# | 17 Aug 2006 05:17 GMT | 4 |
I have a csv file exported from excel. On cells where there was a comma in the text, it wraps the character with double quotes. For example: Column 1,"column two, and some more stuff",Column 3 In a c# dll, .NET framework 1.1, I'm reading the file using a
|
| Point | 17 Aug 2006 03:44 GMT | 2 |
What namespace is needed for Point?
|
| Problem closing down the application | 17 Aug 2006 02:35 GMT | 5 |
I have a problem closing down the application, i haven't dont much in the project yet, so it contains a program.cs file (generated by Visual studio) with the main function. Also my main form, now my problem is that, in afew places in my mainForm i want to Exit the application and ...
|
| StreamWriter problem | 17 Aug 2006 00:33 GMT | 2 |
Hi, I'm trying to make a chat program, but it seems to have some kind of problem with the some characters. To be more precise, the only characters giving me problem are "{" and "}". When I try to send them with
|
| How can I concatenate (or append) a string to a byte[] variable? | 16 Aug 2006 23:15 GMT | 1 |
I have a string, "-1608" that I need to append to a byte[] variable. How can I convert the string to a byte[] so I can append it? thanks.
 Signature Thanks.
|