| Thread | Last Post | Replies |
|
| Newbie GridView question | 02 Apr 2008 20:55 GMT | 1 |
Hello I have a form that uses a Gridview to display data obtained from the database. The problem I am having is that the data I receive is tremendous amount of text.
|
| Looking for a SqlBulkCopy that can do UPDATE... | 02 Apr 2008 20:38 GMT | 5 |
Using : MS-SQL 2005 / .NET 2.0 / VS2005 I have two server with the same database def but different data. I would like to import data from Server2.TableA to Server1.TableA. If a row doesn't exists on Server1.TableA, it should be added; if the data already
|
| How to use Intptr as BYTE* or HANDLE* | 02 Apr 2008 19:34 GMT | 2 |
I have a question about Intptr and how I can use it I have a C++ code which do the following: DWORD nBufferSize = 0; BYTE *pBuffer = NULL;
|
| looking for IDE vs 2005 forum | 02 Apr 2008 18:42 GMT | 8 |
any one can give me a link where to post questions about the vs 2005 ide? thanks I got one of my panels "Pending Checkins" under view toolbar not to open when I start my IDE, all the others are openning fine, (we use co-op for
|
| Cached Windows Service? | 02 Apr 2008 18:30 GMT | 3 |
i've written a windows service using .net framework 2.0 and c#. the service runs already for a couple of month and everything is fine so far. now i came to the point, that the service needs an update of the exectutable and a classlibrary it depends on. funny thing is, even if
|
| Regex | 02 Apr 2008 18:28 GMT | 4 |
I have a Regex: Regex regex = new Regex(@"22 22 22 22 22 22 22 22 22 22(? <centervalue>.+)33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33");
|
| From a myTextBox.Text to a mySecureString. | 02 Apr 2008 18:21 GMT | 1 |
What's the best way to handle this situation securely? I'm currently manually converting the string to a SecureString, but for some reason it looks ugly. public SecureString ConvertToSecureString (string str)
|
| milk tities | 02 Apr 2008 17:44 GMT | 4 |
For only fetish maniacs. Here is a free sample movie from musha-burui.com http://rapidshare.com/files/102726682/Lactating05.rar http://rapidshare.com/files/102101127/lactating003.rar
|
| end of stream vs !DataAvailable | 02 Apr 2008 16:48 GMT | 1 |
For NetworkStream, what is difference between ReadByte() return -1 indicates "end of stream" and DataAvailable = false?
|
| How do I change the current path for OpenFileDialog ? | 02 Apr 2008 16:21 GMT | 7 |
I want to change the current path in the OpenFileDialog in runtime. When the user presses OK-button I'm checking the selected path if it's valid for my application. If it's not valid I want to set the path to a valid one in the FileOk-event and set the e.Cancel = true.
|
| Windows Console App Align | 02 Apr 2008 16:11 GMT | 2 |
Hi, I'm a rookie about C# and im starting developing some Basic Console Aplications, but i was just wondering if there's a way to center a message when using the "Console.WriteLine("");" command, lets say i want the message to appear centered when running the program. Thank you ...
|
| events and backgroundworker thread | 02 Apr 2008 15:41 GMT | 3 |
Hi ... I have lets say 4 backgroundworker thread running they all connect to sqlserver2005 does some processing where im having problems..its on critical errors
|
| Problems creating collection properties | 02 Apr 2008 15:23 GMT | 6 |
I am trying to create a property of a class that holds a collection. Inside the main class is a property that is defined as a collection. When I try to assign values to it I keep getting all sorts of errors. The main one that I get now is 'Can't convert Contracts.ContractModel ...
|
| Free transformation of image shape. | 02 Apr 2008 15:21 GMT | 1 |
I would like to transform the shape of an image in any ways. For example: I have a square image and let the corners be called a, b, c and d. Now I would like to "move" corner c straight up a few pixles and corner a straight down a few pixels.
|
| XMl Linq question | 02 Apr 2008 15:15 GMT | 2 |
I am trying to find a first element from an xml file using the following code XElement t = xml.Descendants("Element").First(); This works fine, but when there is no result set ofcourse the first
|