| Thread | Last Post | Replies |
|
| C# Prototype & Delegate in Compact Framework | 20 Sep 2006 08:56 GMT | 3 |
I have a PocketPC .Net application (Compact Framework) that calls a Win32 DLL. This DLL in turn has a WINAPI type callback. Following is the actual prototype. Win32 DLL Function Prototype
|
| Negative values in GridView | 20 Sep 2006 08:28 GMT | 1 |
I have a negative values in my Amount column in GridView could U tell me how to display them with no (-) sign in front, knowing that my gridview is bounded to a DataView. Thanks
|
| WHAT?? Exception handling somehow disabled in my environment? | 20 Sep 2006 08:12 GMT | 2 |
Hi, right now, something is very strange... The .net exception handler is disabled!! When I throw an exception or if I try to use an object that is not set ( = null) I do not receive any exceptions at all.
|
| PLEASE HELP ME! (playing audio) | 20 Sep 2006 08:00 GMT | 1 |
I play a video using mciSendString - statements. The audio is played by the on-board sound device (default sound) Can anyone tell me how to send this sound to an output of my (4 channel) sound card device?
|
| SqlConnection and DB connection failures detection | 20 Sep 2006 07:10 GMT | 9 |
i'm writing an application, which should be connected all the time to the database. So i want to test it in few ways if reconnection works in order. First thing i tried to do is killing my apps process from MS SQL (2005 Express). Problem is that after i have still "Open" status for
|
| Click once using localhost? | 20 Sep 2006 06:14 GMT | 1 |
Hey guys I am using clickonce which i love btw. However for testing i am deploying to localhost. But i wanted to test with someone remotely and i have my home pc hooked up
|
| How to convert an Image file to PDF file | 20 Sep 2006 06:11 GMT | 6 |
I am dealing with a project in which I have to convert the image files as PDF files. Can anyone please suggest how can we achieve that. I tried on google for it, but I found some commercial components, is there any alternative way to achieve this.
|
| How to typecast the first object from an IEnumerable? | 20 Sep 2006 06:08 GMT | 1 |
I'm working on someone else code I don't quite understand it. It has a class with a method like : private IEnumerable<Product> GetProducts(int count) {
|
| add to 2 dimensional arraylist | 20 Sep 2006 05:22 GMT | 1 |
I want to add index and total to the arrayList, any ideas how i should do that? I think i have to declare a 2 dimensional arraylist I want to also be able to find using contains in a two dimensional array
|
| Async sockets vs synch sockets and threads | 20 Sep 2006 04:06 GMT | 4 |
I'm writing a server application connection to multiple clients using sockets. I want one socket for each client, and the comunication needs to be async. I could use the async sockets methods (beginsend, beginrecv...) or I could start a new thread for each client and run the
|
| Q: String array | 20 Sep 2006 03:59 GMT | 10 |
Got a simple question. I am new to c# but this is not making me any sence. If i declare: string[] myStringArray = new string[0]; How the heck could i fill it with more than one element? Regards
|
| Co to C# converter? | 20 Sep 2006 03:03 GMT | 6 |
I want to use C code libraries within a C# application. Besides creating a separate DLL for the C code and calling the DLL from the C# app, is there any kind of converter out there for creating C# code out of C code?
|
| Int input from Console | 20 Sep 2006 02:58 GMT | 7 |
Sorry for very silly question. But, how can I input an integer from keyboard in C# Console applications? Like this, in C++ code:
|
| SQL WHERE Command Help [C# Win] | 20 Sep 2006 01:11 GMT | 3 |
I'm having problems with my WHERE Clause syntax with in my SQL CommandText. The error that it is display is "You Have No Data". My problem lies with in the WHERE clause not finding up my passed variable from my get/set function. I have done watch's on the variable and the data ...
|
| Is this possible to optimize this method ? | 20 Sep 2006 00:56 GMT | 6 |
Is this possible to optimize this method ? It's the method than I call most offen in my application (result of Sampling Profiling in Visual Studio Performance report) I use this method to find a particular Node in a List<Node>.
|