| Thread | Last Post | Replies |
|
| General design question | 28 Feb 2006 23:42 GMT | 3 |
This isn't specific to C#, but that is what I am using to develop my app. I am trying to figure out how to organize my code and I'm not sure what the best way of doing it is. For the sake of simplicity let's say I have three classes - car, engine, and body. The car class has an ...
|
| rich text editor | 28 Feb 2006 23:40 GMT | 4 |
I would like to know how people these days are creating their own rich text editors for use in web pages. Does anyone know where to find material on how to go about doing this? I would just like a basic control for bolding and highlighting text. Do I need to learn active-x?
|
| TabControl Change event | 28 Feb 2006 23:39 GMT | 4 |
I am not sure how to use this even properly. When I have it as follows I have to click on the tabPage1 for anything to show. TIA. namespace TabLayout {
|
| Control from HWND | 28 Feb 2006 23:08 GMT | 1 |
I have just started using .NET and C# from a c++ background using win32. Now i want to do something that i used to do, without using the win32 API. I use Spy++ to get a HWND from another application in hex form from a
|
| Strange behavior when setting the icon of a window. | 28 Feb 2006 22:31 GMT | 1 |
The following program simply sets the icon of a form called form1. When I get the name of the embedded icon using GetManifestResourceNames(), I store the name in a string variable called s. The value of s is "test2.icon1.ico". This program will compile and run just fine from ...
|
| How to file-read ASCIIZ (null-terminated strings)? | 28 Feb 2006 22:06 GMT | 3 |
I need to read a binary file which has mixed data types embedded in it. Fixed length strings, 16-bit integers and zero (null) terminated ASCII strings. (akak ASCIIZ) The first two types are no problem, but the zero terminated string is a
|
| Saving to XML file; something locks the file after first use; Any ideas? | 28 Feb 2006 21:17 GMT | 4 |
I'm new to Crystal Reports, so this may be a dumb problem, but I just can't figure it out. Basically, I want to control the selected data in the C# code as opposed to Crystal Reports (since SQL is truly for querying, and
|
| Updating DataTable cell? | 28 Feb 2006 21:07 GMT | 3 |
Is there a way to update data in a DataTable cell? I have column dates that are string type. I want to add another column to this table: dt.Columns.Add(new DataColumn("Datecolumn2", typeof(DateTime))); Then loop through the table adding all of the string dates to the same
|
| Where is the C# Text Editor Options? | 28 Feb 2006 20:57 GMT | 3 |
I've just started using VS(2005) and the first couple of projects I've used VB since it's easy and I wanted to get my feet wet with the framework. Now I want to start on some C#, but I can't find the editor options for
|
| WebBrowser Doubleclick Selection | 28 Feb 2006 19:56 GMT | 2 |
With WebBrowser control in .NET 2.0, in DesignMode, when I double click a word to select it and then try to type, it won't let me, until I press Delete or Backspace and manually click on the page to reset the carriage. Clicking and dragging to select text works as expected, it's
|
| Getting serial port information over WMI | 28 Feb 2006 19:41 GMT | 4 |
how to get information about all serial ports in the PC? I use the following code, but i got only the data of the FIRST serial port. All other serial port information are not available with this code sample: ManagementObjectSearcher searcher = new ManagementObjectSearcher("Select *
|
| Event Invocation List | 28 Feb 2006 19:18 GMT | 3 |
I'm trying to serialize my menubar for use later, however I want to use XML to serialize this list. Not a problem with the Text property of the MenuItem control, however the ClickEvent is a bit trickier. I managed to find some code in the MSDN on getting a class method (and ...
|
| Convert String to Char[] | 28 Feb 2006 18:28 GMT | 6 |
Hi guys, i've seen it in VC++ but in C# how do i conver string to char[20]?? in c++ is like http://support.microsoft.com/?kbid=311259 Regards
|
| OO - Question | 28 Feb 2006 17:40 GMT | 4 |
Please excuse me if this is not the right group to ask in. Assume that I have a Person object that reflects data held in a datastore (DB, XML FIles, etc). Gernally, where should the job of populating that object be bound?
|
| How far\ | 28 Feb 2006 17:05 GMT | 1 |
 Signature Warm Regards, Lee "Upon further investigation it appears that your software is missing
|