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# / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How can I use Reflection to call a com made by matlab??22 Sep 2005 20:54 GMT2
I wrote such code:
Assembly asm = Assembly.LoadFrom(@"Tools.dll");
The Tools.dll is made by matlab, which contain some fuctions wrote in
matlab.
How to read text from the interface of another application?22 Sep 2005 20:03 GMT2
I want to write a C# windows application that reads some text from the
interface of another (separate) application, and am looking for a few ideas
as to where to start.
Specifically, I would appreciate some help with the following questions:
How to monitor files create by a specific process22 Sep 2005 19:56 GMT2
I have a program that will be launching another process.  I want to be
able to monitor the files created and/or modified by this second
process.  I know about FileSystemWatcher, but there's no way to limit
it to a specific process that I know of.  Any ideas?
Style Question: Event handling22 Sep 2005 19:25 GMT2
The canonical way of declaring delegates for events is to include a
parameter representing the sender as well as an EventArgs derived class
(or EventArgs itself) as the second parameter representing the data that
accompanies the event. For example:
Regular Expression check for non matching string22 Sep 2005 19:08 GMT1
I am trying to write a regular expression to ensure the selected value
is not equal to a specified string.
something like !~/^(Select Salesperson)$/;
Thanks!
Decrypt string encrypted in Java22 Sep 2005 18:35 GMT6
Hi there!  I have a string that was encrypted in Java using the classes
DESKeySpec, SecretKeyFactory, SecretKey, and Cipher.  It looks like using the
SecretKeyFactory puts a transparent layer on top of the bytes from our key so
when I try to decrypt using the classes in C#, I get ...
Reference counters22 Sep 2005 18:32 GMT12
Is there a way to determine the number of references to an object? I only
need a reference count.
Thank you,
Bill
Q: How To Set a mask on a TextBox22 Sep 2005 18:32 GMT2
Is it possible to set a mask on a TextBox control?
I want to limit the chars to be entered, in one box i want just numbers 0-9
and in another box i want to separate the areacode in a phonenumber
automaticly...
Syntax for regular expression to highlight text in HTML string22 Sep 2005 18:26 GMT2
I'm relatively new to regular expressions and was looking for some help on a
problem that I need to solve.  Basically, given an HTML string, I need to
highlight certain words within the text of the string.  I had it working
somewhat, but ran into problems if one of the ...
HttpWebResponse getting attributes22 Sep 2005 18:25 GMT5
How can I get all the attributes of an HttpWebResponse? I do a request
to this site: http://pipa.inov.pt/cgi-bin/camera but originaly it comes
with a PAGE attribute that gives me the time in clock ticks of the
captured image like this:
Custom Thread Pool (by Mr. Jon Skeet) Enhancement22 Sep 2005 18:24 GMT5
I'm currently in the tail end process of developing a high scalability
server for my employer. Essentially it receives short socket based
connections with an ASCII message, parses that message, does some
processing and then sends out a string reply on the same connection.
Are delegates true type safe?22 Sep 2005 18:22 GMT3
I was just reading this article
http://www.netobjectives.com/resources/downloads/Best_Practices_CSharp_Delegates.pdf
In which the author had mentioned
<quote>
Can web page contents be retrieved?22 Sep 2005 17:30 GMT1
Hi, I was trying to find the right set of objects to retrieve a web
page and display its contents.  I don't want to display the page, just
the HTML.  I used to use XMLHTTP Request, but I don't see a lot of
examples with .net and c#, so I thought it must have been replaced with
Bitmap PixelFormat Conversion22 Sep 2005 17:12 GMT3
Is there some way to convert a Bitmap from one PixelFormat (16bit or with
indexed colors) to another(24bit), without doing per pixel operations?
Startangle and sweepangle22 Sep 2005 16:57 GMT1
I was just wondering what is a start angle and sweepangle in a
graphic.drawarc(pen,rectangle,startangle,sweepangle)
I have got the coordinates of the rectangle but i want to get the start
angle and sweep .
 
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.