| Thread | Last Post | Replies |
|
| Plzz reply urgently | 12 Aug 2007 18:25 GMT | 1 |
hiii i m having a .cs file which i have included in my project--- using this i want to retrive records from a .txt file (plz reply how to retrive records from datatable) this is .cs file------------------->>>>>>>>>
|
| use windows event log | 12 Aug 2007 18:23 GMT | 1 |
how can use the windows event log to add my applications event?
|
| Problem with MsSQL Connection | 12 Aug 2007 17:53 GMT | 3 |
I am currently using SQLEXPRESS as a local db file and it works fine when I access it with C#. However, when I try move the whole application and the db to another computer running the SQL standard edition. I keep getting the following error message.
|
| Clipboard in another thread of non-Form class | 12 Aug 2007 09:34 GMT | 5 |
class Engine { Thread Worker; public event ... EngineMessage;
|
| pattern to get single instance reference into MANY objects | 12 Aug 2007 02:17 GMT | 4 |
I suspect the answer might be in one of the words of my subject, but here goes anyway. I'm working on a system that will execute a very long (300+) chain of task objects. Here is some quick pseudo code to illustrate:
|
| ActiveXInstance is null after InitializeComponent(); | 12 Aug 2007 01:32 GMT | 1 |
WebBrowser control has ActiveXInstance property. I tried to access this property right after InitializeComponent();, but it was null. It looks like I have to wait for a sec to have this property initialized. The problem is that I cannot know when. I tried to find an event
|
| C# Deque found on the web--thanks to The Game Programming Wiki | 11 Aug 2007 23:12 GMT | 9 |
One thing I like about C# / Csharp is that it's a "popular" language so you have good samaritans like the one below who post code to be freely used. For example, I could not find a deque in the C#/Csharp generic library (just a stack), but I found one on the web, at the
|
| Get system local strings? | 11 Aug 2007 22:50 GMT | 2 |
I'm trying to get some strings from the local Os inside my .Net application...I mainly look for the strings which is used in Windows Explorer for file operations such as Cut,Copy,Paste, etc... I couldn't find any information about this in the internet, does anybody
|
| Do you want to know about ISLAM | 11 Aug 2007 19:35 GMT | 1 |
Do you want to know about ISLAM, the fastest growing religion in the World ? If yes, please visit this site : http://www.al-sunnah.com/
|
| How to raise an event in UI thread? | 11 Aug 2007 18:20 GMT | 4 |
Suppose class Engine do something in another thread and raise events. class Engine { Thread Worker;
|
| New Thread with multiple parameters | 11 Aug 2007 17:47 GMT | 5 |
Is there anyway I can start a get a job done by starting a new thread with MULTIPLE parameters?
>From what I can see, the BackgroundWorker and ParameterizedThreadStart operations only take a maximum of 1 parameter?
|
| How to Convert double to bytes? | 11 Aug 2007 17:43 GMT | 1 |
I already knew how to convert bytes[] to Double, use BitConverter.ToDouble(). but, How to convert double to bytes[]?
|
| Securely accessing an Access 2007 database...and are Access 2007 databases secure? | 11 Aug 2007 16:49 GMT | 2 |
I've written a password management application using .NET and c# that stores several lists of passwords in a password protected Microsoft Access database. My first question is this...
|
| TreeNode Selected Item Color | 11 Aug 2007 13:18 GMT | 3 |
How do you change the color of the selected item (ie clicked) in a TreeView control ?
|
| Gridview databinding with nested types | 11 Aug 2007 10:04 GMT | 2 |
Is there an *easy* way to use declarative databinding when biniding an ASP.NET 2.0 Gridview to an ObjectDataSource that consumes custom entities that contain nested types?? For Example, suppose I have the following classes in my BLL (Business
|