| Thread | Last Post | Replies |
|
| Trim() question | 09 Feb 2007 11:15 GMT | 4 |
If I apply Trim() method to string consisting of two x0D and x0A characters the resulting string is not empty but contain the same two charaters: x0D, x0A. But according to the help Trim() method
|
| system.diagnostics.process OutputDataReceived not quite firing | 09 Feb 2007 09:24 GMT | 1 |
I seem to be missing something in this straightforward example.. but i have a vbs file that is now simplified to one line: Wscript.Echo "test" When i run the process, i'd like output to be returned asynchronously
|
| Will WPF succeed CAB/SCSF? | 09 Feb 2007 08:35 GMT | 1 |
I'm just learning CAB/SCSF and it seems pretty complex. I'm also wondering, though, if Windows Presentation Foundation (WFP) will make CAB/SCSF obsolete in the future (i.e. that it would have been a waste to implement CAB/SCSF anyway if we could wait for WPF).
|
| DataGridView row spanning? | 09 Feb 2007 08:23 GMT | 1 |
Is it possible to span multiple rows with a single column? For example I may want to associate two items with a persons name and want that name spanned accross both rows (each item) . Is this possible? If not what control could this be done with?
|
| PictureBox | 09 Feb 2007 08:23 GMT | 5 |
How this vb6 code convert in c# dotnet2 ----- Image1.Visible = False Image1.Picture = LoadPicture("c:\image008.jpg")
|
| Loading assembly from AppDomain not working anymore | 09 Feb 2007 07:49 GMT | 4 |
I have a .NET 2.0 application divided in two assemblies; the exe and a dll. The application generates a plugin-dll which is then loaded in a separate AppDomain (along with a second instance of my application dll). It's been working for months and now the it's not working from my
|
| Inherit app | 09 Feb 2007 05:35 GMT | 1 |
Hi, I want to load some conf information into my app this app is a service running back end server what i want to do ..and not sure how to approach this... is have a class attacthed to the top app class
|
| Overriding methods but force base class's method to be called. | 09 Feb 2007 00:54 GMT | 6 |
I have a question about overriding i was wondering if anyone could help me with, or even suggesting a better/different way. I have no idea if this can even be done or not. I was wondering if there was anyway to force a class to call a base
|
| SqlDataReader::GetValue problems | 08 Feb 2007 22:52 GMT | 4 |
This is what I am trying to do double utmx = (double) (pSqlReader.GetValue(pSqlReader.GetOrdinal("UTM_X83"))); and this is the exception that I get
|
| hide existing property | 08 Feb 2007 21:58 GMT | 6 |
I derived a control to create my custom control. However, some of the control base properties are useless from my point of view and i would like to avoid control user to change them. How can i do that ?
|
| Update a textbox ??? | 08 Feb 2007 21:00 GMT | 3 |
I'm wanting to run through a for loop, and update a text box control to the value as I loop through, but the only value thats's ever displayed in the text box is that last value of the counter. Am I missing something??? As I step into the code, I can see the textbox1 test gets ...
|
| DSOFramer Successor | 08 Feb 2007 20:54 GMT | 3 |
Does anyone know if there is going to be or already is a successor to the DSO Framer? I wonder what ever happened with the ActiveDocumentHost.... We use the DSO Framer in one of our C# apps but strange things are happening when using it with Word 2007 including some missing ...
|
| WCF Basic Sample fails with err "This collection already contains an address with scheme http." | 08 Feb 2007 20:33 GMT | 2 |
I'm new to WCF as well as services and am having trouble running the WCF samples. We've chosen to pursue the WCF model to communicate from a client WinForm GUI to a service running within a LAN. We plan on using the TCP protocol for communication. I've been trying to run the
|
| ListView and column | 08 Feb 2007 19:37 GMT | 1 |
In standard Listview, when we add new column to collection, it can only be a text column. Is it possible (without writing my own control) to customize the ColumnHeader Collection editor to make it works with other column types
|
| Clear Keyboard Buffer | 08 Feb 2007 19:28 GMT | 2 |
Does anyone have a simple function to clear the keyboard buffer? I need to make sure and clear any keystrokes before I exit my application. Thanks,
|