Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / February 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Send a message to a Single Instance Application28 Feb 2007 22:05 GMT2
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 Administrator28 Feb 2007 19:43 GMT2
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 dotnet200328 Feb 2007 19:35 GMT1
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 format28 Feb 2007 19:35 GMT1
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 String28 Feb 2007 19:35 GMT4
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 GMT9
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 DragEnter28 Feb 2007 17:20 GMT1
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 formats28 Feb 2007 16:03 GMT2
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 Disk28 Feb 2007 15:55 GMT2
Hello all, is there a way to programmatically format a SD card?
put icon in my app28 Feb 2007 15:40 GMT1
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 digit28 Feb 2007 15:28 GMT7
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 GMT1
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 GMT5
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 working28 Feb 2007 10:26 GMT1
I tried all the options below but did not work.
Your suggestions please.
Thanks,
Chitra G
Marshaling variable length arrays28 Feb 2007 10:20 GMT4
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)]
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.