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# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Regex for parsing methods in csharp code16 Oct 2007 00:13 GMT1
I have built an AddIn for VS2005 and I need to parse a source cs file
inside
the IDE.
My goal is to search all method in a file using regex class.
problem sizing a DataGridView15 Oct 2007 22:40 GMT1
.NET 2.0
I've created a User Control which contain a DataGridView. This User Control
is displayed on a TabPage. This TabPage is added to the TabControl during
runtime.
Appdomain15 Oct 2007 21:16 GMT5
im looking for samples to load and unload dlls...
all the testing ive been doing (new at this)
the memory usage keeps going up
is there a way or a example of loading and unloading
run time Compiling15 Oct 2007 21:15 GMT13
I have a idea...and dont know if it is possible......
we have a pretty huge system at work and
we send EDI Special formatted Data to Several
Other Companies, via sFtp,dial up, vpn depending on these customers
XML to SQL in Orcas Beta 215 Oct 2007 21:13 GMT4
  What is the best way to write XmlNodeType.Element Text into an SQL
table with identical column names?
Thanks,
lausivcid
Open XML doc from MemStream15 Oct 2007 20:37 GMT9
I have a memory stream that I saved an XML doc to.
I can open an XML file in I.E. using:
System.Diagnostics.Process.Start("C:\\MyXML.xml");
My question is what is the syntax for:
Using ado.net15 Oct 2007 20:04 GMT4
Hello!!
I have earlier used ADO.NET 1.1 when working with VS2003.and I'm quite used
to that.
We have now VS2005 so I can now use ADO.NET 2.0.
simple managementobject question15 Oct 2007 19:36 GMT2
I am in a situation where I need to find the a unc path of a
particular drive or I have a unc path, I need to find the drive.
Either way will work. I do not want to use dllimport to make the win32
api call. So after some research I found out that I could use
Regex with double and char15 Oct 2007 19:22 GMT2
In the following example, the Matches operation never returns 4
matches as I am expecting.  What's wrong with my syntax?
private const string DOUBLE_REGEX = @"[-|+]?[0-9]*[.]?[0-9]*";
private const string HEMISPHERE_REGEX = @"[N|S|E|W]";
APP_CODE directory and Conversion to VS 200515 Oct 2007 19:13 GMT5
I've converted a VS 2003 project to VS 2005. I have one utility class that
it put in the APP_CODE directory. When I try and compile I'm getting this
error...
Error 1 The type or namespace name 'WelcomeToPFP' could not be found (are
Multilanguage15 Oct 2007 18:17 GMT3
My database contains multiple languages such as Englisg, French, Chinese,
Japanese...(16 languages). Can any one tell me how I can detect which kind
of language is saved in a column without any additional flag by program?
Send ICMP message to my router via. Raw socket15 Oct 2007 17:58 GMT1
I have written piece of code to send message to my router.
       static void Main(string[] args)
       {
           Socket mySock = new Socket(AddressFamily.InterNetwork,
vacation accruals design15 Oct 2007 17:12 GMT1
hey all,
i was task with tracking vacation hours for each employee in a company. the
way i did it was i calculated the accruals and hours taken on the fly and it
worked just fine. but then some changes came along and the solution
detect "task manager end process"15 Oct 2007 17:10 GMT5
Im trying to detect when a user "kills" my c# app using windows task
manager, i've tried with the form events _closing and _closed managing
for example putting an if inside to detect it:
    if (e.CloseReason == CloseReason.TaskManagerClosing)
COM Excecption in VS 200515 Oct 2007 16:34 GMT2
I created a test application that uses a dll that uses a external com
objet (what i didn't create and i don't have sources).
When i start the application from vs 2005 i have a com error (see
below).
 
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.