| Thread | Last Post | Replies |
|
| how to sort a generic list of a structure | 10 Sep 2007 19:02 GMT | 9 |
Hi I have a generic list that is populated with a structure. I would like to be able to sort on values in the structure. I have public struct mergoutstruct {
|
| Mixed language programming | 10 Sep 2007 18:41 GMT | 3 |
I am looking for specific documentation on how to call C# Windows Forms or DLL's from say Delphi for example. Thanx in advance, Greg
|
| C# .Net Keyboard problem | 10 Sep 2007 18:31 GMT | 7 |
===== I am trying to do a simple exercise using Visual Studio C#. I have a form with one picturebox and some buttons. I want to be able to control a picture box graphic using the keyboard
|
| Windows.Form help | 10 Sep 2007 17:14 GMT | 2 |
Well, this is my first foray into Windows forms and I've hit a snag already. I'm using a borderless form as a dialog box of sorts and I have a web browser control inside of it. When the user clicks on a link label, it pops up the the windowless form which will show some
|
| hosting a c# custom control in webbrowser | 10 Sep 2007 15:26 GMT | 4 |
this prob isnt the right forum but i got no response from the other forums so i hope someone can point me in the right direction. I know you can write a custom control in C# and host that control in a web browser, but it requires that control be served from a actuall
|
| TCP connection to MAC address | 10 Sep 2007 14:53 GMT | 6 |
I would like to convert to following process to code. Any advice is welcome. I have a hardware device which requires the this procedure to set it's IP address. First create an static ARP entry for the device's MAC
|
| Interesting results in speed comparison with C++ | 10 Sep 2007 13:14 GMT | 13 |
I wrote two trivial test programs that do a billion iterations of a virtual method call, first in C# (Visual Studio 2005): Thing t = new DerivedThing(); for (System.Int64 n = 0; n < 10000000000; n++)
|
| Exchange cdoex problem | 10 Sep 2007 12:30 GMT | 2 |
Hi I'm trying to save a mail to a file but it doesn't create any and doesn't come with errors, can anyone tell what is wrong with the saveto option ? I can't seem to find anything on this. using System;
|
| dock fill control with a menustrip | 10 Sep 2007 11:31 GMT | 1 |
When you have a control on a form with Dock.Fill and you also have a menustrip, the top of the control is under the menustrip. Is this by design?
|
| Value comparison in sorting a generic list class | 10 Sep 2007 11:03 GMT | 3 |
I have created a small program that illustrates the problem. I would know how to address the fields that I want to sort on in the greaterThan comparison. Anybody who knows?? using System;
|
| How to open my gridview to a google spreadsheet | 10 Sep 2007 09:51 GMT | 1 |
Hi Friends, I have a webpage, which has a gridview. I want to export my gridview to a google spreadhseet. I want this urgently. Can you pls give any solution.
|
| Playing FLV file? | 10 Sep 2007 09:10 GMT | 10 |
Can anybody get me started on how to play an FLV file? Like you play e.g. mpeg files using the wmplayer control, I want a box on my form where the FLV is played and the playback is controlled byt the user. Cheers,
|
| Problems Updating label Value | 10 Sep 2007 09:04 GMT | 5 |
hey guys, I've got a weird one for ya....i have a form which takes user input in the form of textbox's etc. It then grabs some details from a file and updates some of the labels with some info like numbers etc.
|
| Find text within HTML file | 10 Sep 2007 08:43 GMT | 7 |
Having a keyword i need to search HTML file for keyword dismissing all the tags, and checking only plain text. Is there an easy way to do it in C#? Thanks
|
| Double vs double | 10 Sep 2007 07:34 GMT | 8 |
Is there a difference between: private Double[,] B = new double[2, 2]; and private double[,] E = new double[2, 2];
|