| Thread | Last Post | Replies |
|
| Help creating a Keylogger porgram | 12 Aug 2006 14:26 GMT | 2 |
I'm looking for help creating a keylogger program.It doesn't have to be hidden because I want to allow people access to what they have written. Can anyone help me with this or send me tutorials or code on how to create a keylogger.
|
| How to turn OFF visual styles | 12 Aug 2006 14:16 GMT | 1 |
I'm not SURE if Visual Styles is what I'm delaing with, but there is my situation. On computer A which I have chosen "Classic Windows" as my "Theme" my application appears the way I want it to. That is my progress bars are solid when I tell them to be, my tool strips aren't ...
|
| Load word file and html file into richtextbox | 12 Aug 2006 11:02 GMT | 2 |
How to open a word file and HTML file (Without tags) into richtextbox control.file is opening by this code but it is opening in plaintext format but i want to open in word format IDataObject Data1;
|
| How to math multiline using C#? | 12 Aug 2006 09:57 GMT | 1 |
I met a question when I would match some lines using the pattern "<td>(.*?)</td>" in flows : =============== <td>Hi
|
| Problem with HttpWebResponse class | 12 Aug 2006 09:44 GMT | 1 |
I have a method (very bottom of this post) which I am using for doing XMLRPC calls. This works fine locally in Cassini (debug mode in VS2005, WinXP SP2), however when I run this on my production server (MS Win 2k) I am
|
| slow loading symbols | 12 Aug 2006 07:12 GMT | 2 |
Hi, in VS 2005 suddenly a program that used to start in the debugger within a couple seconds now takes a couple minutes to start. The problem appears to be thrashing about constanting loading and unloading symbols. Once started the program also runs about 50-100 times more ...
|
| What's the recommended name convention for the control? | 12 Aug 2006 03:35 GMT | 2 |
Hi, guys, I have a simple question, what's the recommended name convention for the user control on the form. If I put a button on the form, by default, it will be called button1,
|
| Max number of cursors opened exceeded | 12 Aug 2006 02:27 GMT | 1 |
I have an ASP.Net web site built on C# that uses Oracle database, in some pages, I get an error "max number of cursors opened exceeded". I've a tipo on www.CodeProject.com that asks to call Dispose method for every Command object. So I made this, but I'm still receiving this
|
| Looking for Enterprise Grade Forum & Blog software package in C# | 12 Aug 2006 00:54 GMT | 4 |
I am looking for a very good Enterprise Forum with Blog. This will be used for our public website which serves about 1.5 million users. This software cannot be cheesy, and must be as flexible as FuseTalk (www.fusetalk.com). FuseTalk authentication has never worked and their
|
| Stange error... | 12 Aug 2006 00:47 GMT | 1 |
At the startup of my application (in a new enviroment without Visual Studio but with .NET 2.0 Framework and SQL Server 2005 Express), I get the following error and I don't know at all where it originate... If I go back to my developement environment, everything is OK...
|
| Dumb if question | 11 Aug 2006 22:06 GMT | 9 |
In a sub Private Mysub (string strLang) { if (strLang = "FR") Won't compile.
|
| C# books | 11 Aug 2006 21:33 GMT | 2 |
Can some recomend some good C# 2.0 and .net books, with a good slant towards database programming Thanks Robert
|
| Check if a Windows service running | 11 Aug 2006 20:31 GMT | 12 |
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to check to see if the status is in stopped
|
| ComboBox and SelectedIndex Firing unexpectedly | 11 Aug 2006 20:30 GMT | 5 |
I am adding a class to a ComboBox - and all is fine except that I fill the combobox on the Form_Load Method and it causes the method private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
|
| TreeView | 11 Aug 2006 20:08 GMT | 1 |
I am trying to load child nodes to a TreeNode in a TreeView in a ASP.net web application. The Treeview with parent nodes are loaded on a Page_load while doing if( ! ISPostback ) and then in the Treeview event I am dynamically
|