| Thread | Last Post | Replies |
|
| Having problem with class decaration when Building a class libraray | 21 Mar 2006 10:33 GMT | 2 |
I try to build a class library but I run into some problems. In the code for this class library there are some rows that have this kind of look public bool IsBottomMixValid(MeltPracDataGmix.BottomBlowing mix, int
|
| RichEditBox as an immediate window | 21 Mar 2006 10:22 GMT | 2 |
How do I make sure that any character that is typed into my RichEditBox will be appanded to the Text? (I'm using the RichEdit as a console window. I'd like to allow the user selecting any part of the Text he likes, but when typing new chars,
|
| How do I set an Icon property | 21 Mar 2006 10:08 GMT | 2 |
I have an file "painting.ico". I use an class which has an "Icon" property. How can I set this property. I tried
|
| Dllimport, Help needed | 21 Mar 2006 10:04 GMT | 2 |
I try to use a c++ dll in a CS-project. First i call a test method to receive the given parameter an compare both: extern DLLEXPORT char * DLL_Test(char *str){
|
| Dynamic instance creation | 21 Mar 2006 09:35 GMT | 1 |
GoodMorning, I'm an italian developer, so, first of all, excuse me for my poor and incorrect english. I am writing here hoping to find some advice for a procedure that a
|
| How do I save a file? | 21 Mar 2006 09:03 GMT | 3 |
I have data I am reading from a database. I want to take that data, parse it, and put it in between html tags. When I have that row completed in between all the tags, then I want to save that file as an .htm.
|
| Binding a TextBox to a particular cell of an Access database table | 21 Mar 2006 07:59 GMT | 3 |
Hello everyone... Just for the record, I'm a newbie to this data binding thing... In my C# application I need to bind a cell of an Access database table to a multiline TextBox. How should I do it?
|
| How to convert normal date to Julian date upto milliseconds precision | 21 Mar 2006 07:06 GMT | 2 |
I have to draw a real time chart in which I have several entries at the same second (i.e. HH:MM:SS:Milleconds) The charting component only takes julian date for drawing the dates. I am not able to convert the normal C# DateTime to juliandate which takes
|
| long, not too long | 21 Mar 2006 05:53 GMT | 11 |
In Visual Studio 2003, when i debug a C# program, I found: 300L * 10000000l -1294967296 int 210L * 10000000L 2100000000 int How come? a long type can not handle 300L * 10000000l, the result is too
|
| How to use filestream, memoryStream ,byte array and streamreader properly | 21 Mar 2006 03:34 GMT | 1 |
What is the difference among filestream, memoryStream and byte stream, how do i use each properly. i confused by them appreciate for any advice ,please help
|
| Combobox heading | 21 Mar 2006 03:25 GMT | 3 |
I have an owner drawn combobox with multiple columns. I would like to implement headings for the columns. I have attempted to do this within the DrawItem event, but there is no space, I can not draw outside the region, and if I move where the items are drawn (down from e.Bounds ...
|
| Programming databases in .NET - please help | 21 Mar 2006 02:39 GMT | 6 |
Hi, I have already started learning .NET and I have a question. If I want to do anything - Display Data, Navigate, Update - with database (SQL Server) in Visual Studio 2005, do I have to use all this objects : - DATASET
|
| mutithreading in a Winforms app with CDO | 21 Mar 2006 00:25 GMT | 2 |
I have written an application that launches approximately 150 threads with Thread.ThreadStart() Each thread uses CDO 1.21 to logon to a different Exchange mailbox and send/receive a number of mail messages, reporting back to the UI thread
|
| Crazy behaviour!! | 21 Mar 2006 00:06 GMT | 5 |
I am saving a forms location by getting the x and y coordinates as such;- this.Location.X.ToString(); this.Location.Y.ToString(); when i again load the form i am using the saved x and y coordinates as
|
| reading ListView content | 20 Mar 2006 23:29 GMT | 1 |
I have an application that loads data into a ListView object, is there anyway for me to loop through that list row by row, column by column. Currently the user selects a name from a dropdown and the listview refreshes with data on that person, I need to then write that data out
|