| Thread | Last Post | Replies |
|
| float.Parse(string) xml localization issue | 11 Sep 2006 16:01 GMT | 3 |
i've run into some trouble using data from xml inside my app. the scenario is simple. input data looks more or less like this: <item> <name>MyName</name>
|
| Interop - string from dll issue | 11 Sep 2006 15:45 GMT | 5 |
I am trying to retrieve string data from a c++ dll: extern "C" __declspec( dllexport ) const char * getbagstr(); extern "C" __declspec( dllexport ) const char * getbagstr() { const char * buff = g.getbag()->getbagstr(true).c_str();
|
| writing dataset to table | 11 Sep 2006 15:39 GMT | 3 |
How do you write a dataset that comes from an OleDb Connection to a Sql Server database?
|
| Adding checkbox to table | 11 Sep 2006 15:31 GMT | 1 |
I am a novice with c# and have a small problem. When I try to add a checkbox into a table dynamically from within a c# program. I get a message that it "must be placed inside a form tag with runat=server" even though the table is set that way in the corresponding aspx file.
|
| how to prohibit writing to a collection by other threads ? | 11 Sep 2006 15:14 GMT | 9 |
Does anyone have a simple example on how to prohibit that any thread other than the current thread modifies a certain object (a collection) while we are in a certain section of the code? In other words: while we are inside this codeblock whoever might think
|
| Looking for examples | 11 Sep 2006 14:51 GMT | 1 |
I am looking for an example of client side of C# (C Sharp) that will access a WEB Service, preferably CICS. Using HTTPGET and HTTPPOST.
|
| Help : Open source code when double click in VS2005 | 11 Sep 2006 14:50 GMT | 3 |
Hi Does anyone know how I can change the default dbl click in VS 2005 to open the source code and not the Resource editor thanks.
|
| how to draw crosshairs on a chart that go to the height and width of the chart and move with the cursor position? | 11 Sep 2006 14:41 GMT | 1 |
I am at a loss with graphics to know how to draw crosshairs on a chart that go to the height and width of the chart and move with the cursor position? Ideally i would like to have the behavour the same as the smaller crosshairs of the standard cursor but enlarged to the edges of ...
|
| Stop and start windows service programatically | 11 Sep 2006 14:08 GMT | 7 |
I am working at .net 1.1, writing in c#. I have windows service with a COM object. Every unexpected time The COM object throw an error that make my service get stuck (do not respond).
|
| Controls Value | 11 Sep 2006 13:58 GMT | 1 |
Iam working on a porting proj I have controls populated dynamically and when a control is checked then the "oK " button has to be enabled. basically in VB6.0 we have something called Controls c
|
| does not exist in the current context | 11 Sep 2006 13:46 GMT | 2 |
I'm trying to use HttpUtility.UrlEncode method but I get this error "The name 'HttpUtility' does not exist in the current context". After adding "using System.Web", then typing in System.Web., IntelliSense just shows 3 methods available (AspNetHostingPermission ...
|
| Xml Validation - splitting good and bad elements | 11 Sep 2006 13:20 GMT | 2 |
I'm using C# in VS.NET 2005. I have got the code working to validate an entire XML file and raise events for validation errors and warnings (see below). My question is how can I modify this code so that I end up with two XML documents, one with the valid records and one with ...
|
| C# enums with SQL Express DB | 11 Sep 2006 13:03 GMT | 2 |
This is a performance issue.... How about storing static data in integers in the database, querying it using integers as well, while displaying that static I'll use Enums - for example a 1 means "Kitchen".?
|
| MS SQL 2005 caching dependancy.... | 11 Sep 2006 12:45 GMT | 1 |
Is it possible to build an MS sql 2005 caching dependancy stucture similar to what is offered by the SqlCacheDependency class for use with non asp.net applications using MS sql 2005 notification services and C# ? Cheers
|
| specify sound output with mci-statements | 11 Sep 2006 12:43 GMT | 1 |
Does anyone know, where i can specify a channel of my sound card to play a mci-video? Now, i play a video and the sound is on the on-board sound-output. But i have a soundcard with 4 sound outputs and i want to specify where
|