| Thread | Last Post | Replies |
|
| string manipilation question | 29 Oct 2006 19:25 GMT | 2 |
I have a string which contains the character ',' I want to remove all the text after this character. For example: if my string was
|
| Q:Inserting a value to a dataset. | 29 Oct 2006 19:12 GMT | 3 |
I have a dataset, BindingSource, tablaAdapter. I issue a BindingSource.AddNew() After that i want to set a value in the dataset with table name projects and fieldname projectsub to a specific value. (The value differs from time to
|
| how to add drag&drop to a panel ? | 29 Oct 2006 18:29 GMT | 1 |
Is there any way to use D&D functionality with panel ? Ex. I have 2 panels: panel 1 and panel2 I want to drag panel1 over panel2 and change parent value of panel1 after Drop
|
| Debug trace | 29 Oct 2006 18:09 GMT | 3 |
I'm an MFC programmer and know little about .NET programming. Now, for some reasons, I'm developing an ASP .NET application... What I need to know is how to output into VS's Output Window like what MFC's TRACE macro does (during debugging).
|
| Exited event does not to be triggered for ClickOnce process | 29 Oct 2006 17:52 GMT | 3 |
I want to know when a clickonce app exits. I have code snippet below. But the Exited event is not triggered. If I change the process to Notepad.exe(see comment line), it works fine. Any suggestion would be appreciated.
|
| Regular expression question | 29 Oct 2006 17:28 GMT | 2 |
Suppose i have string like: string str="The Message Subject:bla bla bla bla. The Body: rerere rerere"; Is there is some way to cut string beetween The Message Subject and
|
| Process question | 29 Oct 2006 15:55 GMT | 3 |
In my c# program I need to call an old legacy program for doing data conversion. For that I have written a code like this follows Process proc = new Process(); proc.StartInfo.CreateNoWindow = false;
|
| Click once and change of server | 29 Oct 2006 15:24 GMT | 3 |
Hey guys I use CLickOnce for deployment...which i love i should add. However once you deply and your clients install, thereafter they download from my site any updates on runnin gthe app.
|
| ASP.NET error | 29 Oct 2006 13:19 GMT | 3 |
Visual Studio 2005 New Project Project Type: Visual C# Project Template: ASP.NET Web Application
|
| VB to .Net migration | 29 Oct 2006 11:45 GMT | 4 |
We are planning to migrate one VB project to .Net. But I have a common questions. can any one clarify my below questions. 1. Is there is any advantage of using C# than VB.net. I feel both are same in terms of performance, security and etc., Is it correct?
|
| C# and SQL-Server Stored Procedures | 29 Oct 2006 11:40 GMT | 10 |
I have got a little problem with stored procedures and C#. I have got a stored procedure which should only insert something in a table. For example: ALTER PROCEDURE DBO.PROC1
|
| How to Share a folder? | 29 Oct 2006 09:56 GMT | 2 |
How can I create a share for an existing folder and set a permitions for it?
|
| Raising events | 29 Oct 2006 09:46 GMT | 9 |
Can someone explain why this code DOES NOT raise a null reference exception? //////////////////////////// Program.cs ///////////////////////////////////////////// using System;
|
| Hiding Text-a question | 29 Oct 2006 09:39 GMT | 4 |
if anyone can tell how, by C# working with Binaric files' by "filestream", can hide a text in picture file?
|
| Unit Tests & access modifiers | 29 Oct 2006 09:29 GMT | 6 |
I've just inherited a fairly large project with multiple classes. The developer also wrote a huge number of unit tests (using NUnit) to validate that the classes work correctly. However, I don't think that the class itself should include unit tests, especially since it has to ...
|