| Thread | Last Post | Replies |
|
| Chinese Characters | 09 Jan 2008 09:12 GMT | 6 |
I'm having a problem working with foreign characters (well....foreign to me anyway) I have a textbox control on a form. The font is set to MS Arial Unicode. If I use the Chinese input method I can type characters
|
| updating all row in one time in datatable | 09 Jan 2008 09:05 GMT | 5 |
i have data table containg 5000 rows to update it i am using foreach loop an updating very row with same value. buts its too slow.is there any way to update all the rows in single. foreach(datarow dr in dt.rows)
|
| Limitations | 09 Jan 2008 07:37 GMT | 1 |
I hope i can get the answers for the following questions : 1. What are the limitations of C#.NET ? 2. What are the differences among the C#.NET, VB.NET, ASP.NET and ADO.NET etc.,
|
| how to search tfs by name of file or contents in file? | 09 Jan 2008 07:18 GMT | 2 |
how to search tfs by name of file or contents in file?
|
| Visual Studio Express 2008 - Target Platform | 09 Jan 2008 07:11 GMT | 10 |
I've developing on xp64, and from a couple other topics I'm supposed to change my target platform to X86 if i wanna do some specific 32bit stuff. However, the option is supposed to be in Project properties - build tab... but it's not there, where did it go? Do I have to do ...
|
| Heirarchical DataBinding in Windows Forms. | 09 Jan 2008 07:08 GMT | 4 |
I am sure this is a common need, so I hope I can be brief. I have a heirarchical database setup such that one customer can have multiple contracts and those contracts can have multiple child records, and so on. I would like very much to be able to move from one
|
| binary data in database | 09 Jan 2008 06:53 GMT | 6 |
Say I have a binary(8) column in my database, how would I manually enter data into the row? I know its something like 0x00000000000?? Is there a chart somewhere online that you guys know of?
|
| C# Windows Service - allow multiple defined services? | 09 Jan 2008 05:48 GMT | 6 |
We have a service written in C#. The generated code "hardcodes" the service name into the exe. We have a situation where we would like to allow multiple Windows Services to be defined. These would differ by the command-line parameters passed to
|
| Pleaes Explain >> Programmatically Clicking Derived ToolStripButton Button (Code Block Included) | 09 Jan 2008 03:08 GMT | 2 |
The included code block demonstrates programmatically clicking a non-derived ToolStripButton in the OnShown() method. When I derive a button from ToolStripButton and override the _private_ OnClick() method (also shown in the code block) ... the button works
|
| StatusStrip control appears to be always "raised" | 09 Jan 2008 02:47 GMT | 1 |
I noticed that the statusStrip control seems to be always "raised". I tried looking for a property that would change this behavior. I tried the LayoutSyle property but it has no effect whatsoever. Any ideas?
|
| Online help | 09 Jan 2008 00:30 GMT | 2 |
Sorry if this is off-topic but I couldn't find a more appropriate NG. Can someone simply confirm that MSFT's "HTML Help Workshop" program is still relevant for creating online help (".chm" files). My (VS 2005) app is targetting XP or later. Anything new that's specific to Vista ...
|
| Impersonate in 2.0 Winforms | 08 Jan 2008 23:22 GMT | 3 |
I've been in the asp.net world for over a year now, and now have a new need.....non asp.net. Is there a better way to do impersonation in 2.0 than there was in 1.1 in a winform or console application?
|
| How to access to WebService on remote computer | 08 Jan 2008 23:06 GMT | 2 |
I'm playing with WebServices in C# and when I test my project it works on machine where is webservice, but when I want to access to same webservice from remote machine in my local network it doesn't work. In internet browser i'm opening address for example:
|
| trimming strings | 08 Jan 2008 22:48 GMT | 3 |
Hi, I have " 'anyword' ", and i want to trim out the '. Ive tried using: string test = " 'anyword' ". char[] DeleteChars = { ''' };
|
| How to change what directory tfs "get latest version" saves to? I made it desktop the first time it prompted me but want to change the directory to somewhere else.. | 08 Jan 2008 21:09 GMT | 1 |
How to change what directory tfs "get latest version" saves to? I made it desktop the first time it prompted me but want to change the directory to somewhere else..
|