| Thread | Last Post | Replies |
|
| Read data from an asynchronous Socket | 28 Dec 2006 08:21 GMT | 2 |
Hi everytbody, I'm experiencing some problems trying to asynchronously read data from a Socket object. What I do now is: 1) call th BeginReceive(...) method on the Socket object;
|
| I have 2 listboxes with SelectionMode = MultiExtended and I just cannot figure out why I get the error below: | 28 Dec 2006 08:20 GMT | 4 |
I have 2 listboxes with SelectionMode = MultiExtended and I just cannot figure out why I get the error below: System.IndexOutOfRangeException was unhandled Message="Index was outside the bounds of the array."
|
| Application events | 28 Dec 2006 08:02 GMT | 1 |
I have got an application (some part of which is written by me). There is a control on which events are blocked (not processed) (do not work OnPaint, OnMouseDown, OnMouseOver and other event raising functions).
|
| How to: DataGridView (for WinForms) adding multiple bands... | 28 Dec 2006 07:54 GMT | 2 |
Does the Microsoft DataGridView control support multiple bands (i.e. expanding rows with embedded grids). If not, can anyone recommend a good third-party solution for someone needing to manually build out a multi-band grid without a fixed data source. The Infragistics controls
|
| 4 way of Asynchronous Programming, what is the differenen between the first two? | 27 Dec 2006 23:23 GMT | 4 |
I read Microsoft SDK, ms-help://MS.NETFrameworkSDKv1.1/cpguidenf/html/cpovrasynchronousprogramming overview.htm there are 4 ways to call EndInvoke:
|
| PhysicalAddress From Endpoint | 27 Dec 2006 23:14 GMT | 3 |
How can i get a PhysicalAddress object if i only have an EndPoint object ? I have an app that is a terminal emulator (vt100). When the telnet app connects i want to get the MAC of the terminal. I can get the terminal's IP with the RemoteEndPoint object of the TcpClient.Socket.
|
| Help with OO Model | 27 Dec 2006 23:01 GMT | 9 |
I'm designing an OO Model for a large application, and I have some question on how to model a particular situation; it's not directly related to C# but rather to general OO. The applicaiton will be developed in C# 2.0 though, which may have some influence on the OO model.
|
| Need Help Encrypting String | 27 Dec 2006 18:29 GMT | 3 |
I have been given a file to convert to C# and being my bad luck the file is written in VB6 which I have no idea on how to convert the file to C#. I first thought that I would try the Visual Studio Wizard to convert it to VB.NET then maybe convert the VB.NET to C#. But when I
|
| Add chm file to help menu | 27 Dec 2006 16:19 GMT | 1 |
I have an app that i have written a chm help file for. What is the best way to associate that with my help menu and the F1 key. I have added the file to the project already, just not sure of the best way to call it. I have tried
|
| reading data from excel file | 27 Dec 2006 15:40 GMT | 1 |
I want to read data from excel file and export this data to dataset. I know abt the basics of opening a file using application, workbook and worksheet classes. But i don't know how to read data from the excel file to populate it into the dataset. I think i have to use the class
|
| Sort FileInfo in ListBox | 27 Dec 2006 15:33 GMT | 4 |
I'm using the below code to populate a ListBox with file content information. Sorting the information alpha/numerically is now an issue. Would someone please let me know the best aproach to take in doing this.
|
| Querying Solaris LDAP server | 27 Dec 2006 14:58 GMT | 3 |
Hi I've written a code that queries Windows LDAP server and works fine, but the same doesn't work when querying Solaris LDAP server. DirectoryEntry de = new DirectoryEntry("LDAP://server.com");
|
| Crystal Report Engine isn't found | 27 Dec 2006 14:53 GMT | 2 |
Hi, I'm using VS2003, .net 2005 and Crystal Report 11 Rel 2. My C# application runs fine on my Development machine but when I create the setup .msi file and install it on another PC the Crystal Report gives an error about not able to
|
| HELP!!!, about security of asp.net control | 27 Dec 2006 14:51 GMT | 1 |
I am using asp.net now, but I meet a asp.net security problem. I use select control like this: <SELECT id="selTokken" style="WIDTH: 144px" name="selTokken" runat="server">
|
| Reverse a Dataset | 27 Dec 2006 14:45 GMT | 3 |
Anybody knows if is it possible to reverse a dataset? Lets say, if the dataSet has 10 rows, row 1 will row 10 and row 10 will be 1 and so on... Thanks in advance. Paez
|