| Thread | Last Post | Replies |
|
| Splash Screen | 22 Dec 2005 14:31 GMT | 4 |
Howdy folks, How would one go about making a splash screen (message appearing while main program loading) in c# cheers in advanced
|
| Creating a timeout | 22 Dec 2005 14:27 GMT | 3 |
I have a webservice which takes a hostname and drive letter as input and returns the free space for that drive on that host as a long. Sometimes it will take forever to get information from a recalcitrant host, but it keeps trying far longer than I want it to. How can I set up a ...
|
| I need help with Reflection | 22 Dec 2005 14:07 GMT | 5 |
Hi all, i have a question about the framework reflection. I have a project with some pages and a component class file. Inside this file I've placed some custom objects. Using the reflection and the Fieldinfo[] class i can look inside my
|
| About slot machine code | 22 Dec 2005 14:04 GMT | 1 |
Are there any slot machine c# sample codes for reference ? Thanks !! Best regards, Paul
|
| Datetime convert | 22 Dec 2005 13:59 GMT | 2 |
can someone explain me, when to use: (DateTime)DataBinder.Eval(Container.DataItem, "dateField") OR Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "dateField"))
|
| Can't remove title bar from CE.NET app | 22 Dec 2005 13:19 GMT | 1 |
I have removed text from the Text property of the form, and removed the control box, and it works in the designer... no title bar. But when I deploy the app to CE.NET, the bar is still there (albeit with no text and control box).
|
| private new void | 22 Dec 2005 12:25 GMT | 4 |
I have seen some code recently that had the following method signatures: private new void Push(object o) And
|
| COM Interop Show only some classes | 22 Dec 2005 10:16 GMT | 2 |
How can I expose some classes within my assembly to COM but not others? Thanks Alan
|
| Something like NDoc for CF2.0 | 22 Dec 2005 09:26 GMT | 5 |
NDoc doesn't seem to work for Compact Framework 2.0. Are there other Tools available for Documentation? I tried Document X, but it didn't work because it cannot find HTML Help!
|
| out Parameter And Base Class ? | 22 Dec 2005 09:26 GMT | 11 |
I think I had a problem with using out parameter , why the instance of 'SubClass' can't convert to 'BaseClass' ? my code is : ---------------------------------------------- using System;
|
| newbie question | 22 Dec 2005 07:56 GMT | 6 |
Hi. Can anyone confirm please. Basically, the difference between const and readonly is that const fields need to be known at compile time, whereas readonly fields are unchangeable fields that can be initialized at runtime. Am I getting this right?
|
| How do I set the datagrid column to currency format? | 22 Dec 2005 07:55 GMT | 3 |
Data in datagrid shows all numbers to the 1000th place. So, $3.00 is shown 3.0000 How do I set the datagrid column to currency format? DataGridColumnStyle colStyle4 = new
|
| parsing a full name from a strong | 22 Dec 2005 06:46 GMT | 7 |
I'm a beginner to C# programming and working on some exercises. I have form where a user enters their name and when they click on a button it parses their name and puts it on 3 seperate lines. Problem is I'm not sure how to get this to work if the person only enters their first ...
|
| TextBox backgrounds yellow (some of them) | 22 Dec 2005 05:19 GMT | 6 |
I'm developing Web Applications with C# code behind. I have found that, because of the particular nuances of my company, I am stuck with positioning the items on the page with tables. No problem with that though. The problem is that some of the controls on the screen are displayed ...
|
| .NET Component security consideration. | 22 Dec 2005 04:52 GMT | 1 |
I'm designing new distributed application which may result in many .net assemblies (dll/exe). Obviously there has to be mechanism for them to communicate with each other. But I don't want to reveal datastructes in my components i.e. how should i take care all individual components ...
|