| Thread | Last Post | Replies |
|
| in C# how do i get to total number of kilobytes of memroy total and available for the current machine? | 29 Jul 2005 16:34 GMT | 3 |
in C# how do i get to total number of kilobytes of memroy total and available for the current machine?
|
| how to get managed .net threads status | 29 Jul 2005 16:25 GMT | 3 |
I am writing a service which will check a process and its threads for their state ( alive or dead ). The process has 5 .net managed threads created using thread.start and each have been assigned a name.
|
| Custom Control Help | 29 Jul 2005 16:13 GMT | 2 |
I have a control i've written which works fine... but my question is this... some of the properties in the control are actually a class and i want to be able to view the properties of that class... e.g. like Font, so i want to able to display a + - next to it
|
| Text Size | 29 Jul 2005 15:54 GMT | 1 |
Why does a 8 text point size (any font) on my VS form look like size 12. For example, if I open MS-Word and change some text to point size 8 it looks like size 8 because I can't read it even with my glasses on. Do I address the display?
|
| Boxing confuses MS VS 2003 also | 29 Jul 2005 14:53 GMT | 2 |
I am sure that this is a bug in MS VS 2003; Consider the following code: ---- public static void Main() {
|
| Config File for COM+ | 29 Jul 2005 14:22 GMT | 6 |
Hi All, I have created a COM+ Component Foo.dll, I was wondering where I can store its Config File and what should I name it? this COM+ Component calls a WebSvc too! the IDE Created an app.config for me in the project workspace but somehow that isn't working....
|
| reflection invoke with output parameters | 29 Jul 2005 13:29 GMT | 12 |
Hi, I´m triying to invoke a member using reflection, but this member requiere two parameters, the first patrameter is a string and the second is a reference to a dataset (output parameter). The parameters has to be passed in an array of objects.
|
| TreeView and node duplication question | 29 Jul 2005 12:58 GMT | 1 |
I'm new to C# language and wonder if the code is correct syntax wise but not necessarily logic wise. private void nodeMoveUp(TreeView tv) {
|
| How to use iTextSharp in c# | 29 Jul 2005 11:59 GMT | 1 |
i need to use iTextSharp to generate the PDF in c# web application. if any one know it will be of greate help. Thanks
|
| Fastest way to read a file | 29 Jul 2005 11:46 GMT | 14 |
Does anybody know what is (factual please -not just guess) the quickest method to read data from a file? I am not interested in the format of the data (i.e. blocks, bytes, string etc) just that the IO to read the data is very quick. I am currently using a Streamreader and have ...
|
| Converting Regular expression match | 29 Jul 2005 11:41 GMT | 5 |
Hi Just started using c# to do a task I usually use Perl to do and hit a limit in my knowledge :-) I have a program which reads from a large text file, extracts certain lines then gets a string from these lines.
|
| Data Access in C# | 29 Jul 2005 11:37 GMT | 6 |
I'm new to C# from VB6 and I'm playing around with SQL server. I can show the value of each field in my datatable with the following loop ... foreach(DataRow myRow in dt.Rows)
|
| Graphics Question | 29 Jul 2005 11:24 GMT | 4 |
I am trying to simply embed a opaque image over another image... if i use a windows form it works.. e.g. Graphics g = this.pictureBox1.CreateGraphics();
|
| Throw statement | 29 Jul 2005 10:52 GMT | 6 |
I'm reading the enterprise library documentation and there I see the throw statement. try {
|
| C# Get class properties | 29 Jul 2005 09:22 GMT | 1 |
I'm trying to write a class that will get all the properties of a class and store it in xml file. So far I'm able to do this on a basic class, meaning a class that has no array's or instances of other classes within it, just some basic properties (ie. strings, ints, etc)
|