| Thread | Last Post | Replies |
|
| DataSet loses original value across an interface | 29 Oct 2007 14:48 GMT | 5 |
I have a dataset which holds (amongest other things) a string. - The dataset gets loaded from the database via a middle tier - The string value contains "\r\n" - Its serialised to the web application
|
| sync main windows with solution explorer | 29 Oct 2007 13:08 GMT | 3 |
I was supervised that Vista is so difficult to use(e.g. search), lost so many good features (e.g. go upper level folder) and so unstable(even MS own programs will hang up, back to Windows 95/98 era). Now I am surprised again that VS 2005 is lacking of some basic features VS 2003 ...
|
| Caching data/persisting objects in LINQ | 29 Oct 2007 12:16 GMT | 4 |
In Winform RDLC reports running in local mode I use expressions like =Customer.GetName(Fields!CustiId.Value) GetName() family of functions are implemented in static assembly (CodeModule) as
|
| MultiLine TextBox - KeyPress Question | 29 Oct 2007 11:01 GMT | 4 |
In multiLine textBox, enter moves to the next line, how can i overwrite it, so enter will move to the next control and ctrl + enter will move to the next line? Thanks,
|
| long line truncated on vista 2048 | 29 Oct 2007 09:45 GMT | 8 |
I'm writing to a logfile in My Documents. I'm want to write a rather long line approximately 2200 chars. On XP it works as expected but on Vista only the first 2048 chars are written.
|
| Connecting using socket class to server: Scalability/Performance | 29 Oct 2007 08:35 GMT | 5 |
I am building a C# app that creates anywhere from 10 to 100 connections to a specified server and sends 1000s of TCP requests and processes the responses. (it is a stress tool) I planned to create a Socket object for each connection and do a
|
| Copy from datagridview and paste to second datagridview | 29 Oct 2007 07:41 GMT | 2 |
I need usage possibility when I double click on any row in datagridview, that row must be copied in second datagridview. Any good link about that?!
|
| Object serialization | 29 Oct 2007 06:31 GMT | 1 |
What is object serialization? Thanks
|
| How to properly use Form.Show with Form.Close | 29 Oct 2007 04:44 GMT | 1 |
I have a main form that can open a settings form. The settings form has an "OK" and a "Cancel" button to call this.Close(). In some rare instances "frmSettings.Instance" referencing the code below, returns null. Am I going about this implementation the right way? I don't
|
| How to bind ListView to Dataset | 29 Oct 2007 01:28 GMT | 5 |
Is there an easy way now in 2005? Need full example url etc.. Thank you,
|
| Reading the Login UserID from XP | 29 Oct 2007 00:24 GMT | 2 |
Hej I want to read the current Login at XP user Login to my C# Windows program. I know how to use Namespace Microsoft.win32 and registryKey and Registry class but I got a string i REG_SZ format not in normal Uni16 format by use
|
| Windows right-click menu | 28 Oct 2007 23:26 GMT | 4 |
Dear Group, I have written a software (C#/VS2005), which enter current directory, match all requested files and rename it recursively (removing special chars, etc). What I want is to add in right mouse click menu an item,
|
| exec stored proc from c# | 28 Oct 2007 22:09 GMT | 3 |
does anybody know how to execute a stored proc from a different database tks Analizer1
|
| sqlAdapter | 28 Oct 2007 22:08 GMT | 3 |
sqldapter ms sqlserver 2005 hi i have a main database 1 databasemain 2 databaseother
|
| Using Multiple HttpWebRequests | 28 Oct 2007 20:57 GMT | 4 |
I am implementing some functionality within my application where I need to use the HttpWebRequest to call a 3rd party service (messaging). The URLs that I use have the form of: https://www.foo.com/Service?name=BOB&.....
|