| Thread | Last Post | Replies |
|
| Send a message to a Single Instance Application | 28 Feb 2007 22:05 GMT | 2 |
Thanks to many useful posts in this newsgroup and others, I've been able to come very close to something I've been wanting to do for a very long time. I've figured out how to create a new custom protocol handler in
|
| Create a child process where main process runs As Administrator | 28 Feb 2007 19:43 GMT | 2 |
Question on Vista Run As Administrator. If i have exe which creates a child process, using the Process class, and this exe is Run As Asministror, is there a way to have the child process also Run As Asministror with out confirmation for this (as this is already
|
| how to use inbuild crystal report in dotnet2003 | 28 Feb 2007 19:35 GMT | 1 |
sir i am facing the some problem in my report!!! like i hd make a report on my laptop..without using dataset. next time when i implement that report on another system it create a problem...like server erorr!!!!!!
|
| DateTime.Parse with custom date format | 28 Feb 2007 19:35 GMT | 1 |
How do I use DateTime.Parse or DateTime.ParseExact to create a DateTime object from a string? I tried this without luck: string dateString = "27-02-2007";
|
| Manipulate / Strip String | 28 Feb 2007 19:35 GMT | 4 |
Does anyone have any code handy which will take a certain part of a string and save it as an independant string? For example: "Thank you for visiting our web site. You were sent here by Michael Smith
|
| Is it possible to draw lines between two froms? | 28 Feb 2007 17:39 GMT | 9 |
Hi, All Greetings! I want to develop as appllication that requires a line-drawing function in the blank area between two forms. I have looked up the MSDN, it says that
|
| DragOver vs DragEnter | 28 Feb 2007 17:20 GMT | 1 |
I just implemented drag drop in one of my programs. In researching there are implementations that use DragEnter, a few use DragOver, and a some use both. From the available documentation it is difficult to tell just why this is. Can someone clarify?
|
| extracting frames from popular movie formats | 28 Feb 2007 16:03 GMT | 2 |
sorry for my bad english, i hope this group is appriopriate for this question task i am tryin to do is to write code [c#, managed] to extract some frames from popular (popular
|
| Programmatically Format Removable Disk | 28 Feb 2007 15:55 GMT | 2 |
Hello all, is there a way to programmatically format a SD card?
|
| put icon in my app | 28 Feb 2007 15:40 GMT | 1 |
I have c# 2005 express edition and I can't find the icon creator so I assume theres not one...How can I put an Icon in my app please? Thanks, Trint
|
| Checking for a decimal digit | 28 Feb 2007 15:28 GMT | 7 |
I want to check if a character is a decimal digit (0-9). I've found Char.IsNumber() and Char.IsDigit() but couldn't work out from Help how they differ. Also, do I need to worry about how digits get converted when typed into keyboards in different countries? Can I assume that Char ...
|
| adding lines to a multiline textbox... | 28 Feb 2007 15:00 GMT | 1 |
My code is just adding to the first row instead of adding to the next: TextReader tr = new StreamReader(@"C:\Program Files \webResponse3\websiteLog.log"); string lineTime;
|
| unlimited size for varbinary Sql Server 2005 parameter in C# | 28 Feb 2007 12:45 GMT | 5 |
I am executing a Sql Server SP from my C# app One of the parameters is of type varbinary. Since the content length of this parameter is variable I cannot set it to a pre-defined length. What do I set the parameter size to ?
|
| SessionEnding Event in Window Service not working | 28 Feb 2007 10:26 GMT | 1 |
I tried all the options below but did not work. Your suggestions please. Thanks, Chitra G
|
| Marshaling variable length arrays | 28 Feb 2007 10:20 GMT | 4 |
From a C# program, I need to call an unmanaged (C++) dll. The dll fills an array with variables and returns that to the C# program. When I have a fixed sized array, this works fine by using the attribute [MarshalAs(UnmanagedType.ByValArray, SizeConst = 25)]
|