| Thread | Last Post | Replies |
|
| Adding line breaks in label | 19 Oct 2006 17:38 GMT | 2 |
I have written a program and the label.text is retrieve from the database. However the length of the string could be very long and i would wish to have line breaks in certain portion
|
| .NET webservice returns a class that can not be cast | 19 Oct 2006 16:40 GMT | 3 |
This is only a model program, because it would take too long to demonstrate the real solution. Anyway, I have 3 projects - ClassLibrary1, ConsoleApplication1 and WebSite1 (which hosts webservice).
|
| C# is good for memory usage? | 19 Oct 2006 15:44 GMT | 9 |
Anyone suffers from the high memory usage of C# in windows applications? Is there a solution for that problem? Thanks...
|
| Why each time I compile The Version Number Changes. | 19 Oct 2006 15:31 GMT | 5 |
Why do my Assebmly changes it's version each time I compile altough I didn't modified the Code at all. - - - Salution X Contains ClassLab Y and WebProhect Z
|
| Change screen resolutions quickly. | 19 Oct 2006 15:30 GMT | 1 |
I have a 1600x1200 screen at my desk which I love. Problem is when my boss comes in and I want to show him something - he has to squint and get real close to the screen. So in an ideal world, I would switch it over to 1240x1080 when he comes in. I know I can go through the screen ...
|
| C# destructor and finalizer - guarentees? | 19 Oct 2006 14:18 GMT | 5 |
I remember reading a few years back about destructors not being guarenteed to be run. Doing a search all I can find is a reference to some bugs with finalizers and appdomains in 1.0 and 1.1. Are destructors guarenteed to be called in every case? Are there any
|
| Performance problems with StoredProcedure in Web application | 19 Oct 2006 13:57 GMT | 9 |
imagine there's a WEB application reading data from an Oracle database to visualize in using DataGrids in the clients browser. Yes, sounds simple, just create OracleConnection + OracleCommand + DataAdapter, bind a DataGrid to the DataAdapter, that's it.
|
| Scroll bars in image | 19 Oct 2006 13:43 GMT | 7 |
I'm trying to load an image in a PictureBox but I want the PictureBox has always the same size and if the image is bigger, show a scrollBars. How can I do it? Thank you
|
| Scrolling! | 19 Oct 2006 13:43 GMT | 2 |
I am using the flow control (can't remember its full name), to display a few dynamically created controls based on the tags the user has added to my system. This works fine, except when a user scrolls this control area (when there are a lot of controls) the screen update is ...
|
| Copyright © 2006 | 19 Oct 2006 13:31 GMT | 7 |
How do I set the text property of label on a form as above ?
|
| Reading the contents of a page through its URL | 19 Oct 2006 12:58 GMT | 2 |
I am trying to read the contents of a page through its URL. My code snippet is as follows: public void mtdGetPageDataHWR() {
|
| Conversion | 19 Oct 2006 11:51 GMT | 2 |
does anyone know how to convert from Int16 or short to Hexadecimal and vise versa?
|
| Pointer, is this ok? | 19 Oct 2006 10:45 GMT | 4 |
I've got a pointer to a byte and want to set the byte it points to to zero as well as the three bytes after. I could do this dstPtr[0] = 0; dstPtr[1] = 0;
|
| What is the equivalent of API WNetAddConnection2 in C#? | 19 Oct 2006 09:53 GMT | 1 |
We know that windows API WNetAddConnection2 can make a connection to a network resource. but how to do this job in C#? i'm wondering about it. Thanks -Zhilin
|
| Sending data to dll plugin problem!! help. | 19 Oct 2006 07:59 GMT | 2 |
I have 3rd party dll plugin COM interface, when loaded executes the following functions. public class Test: IPlugin {
|