| Thread | Last Post | Replies |
|
| RegEx to NOT find matches | 31 Dec 2006 18:30 GMT | 2 |
In my project, I get the HTML code of a website, and I need to check for three texts: "Mail was send to...", "No data matching your search input" and "Request timed out" Problem is, one of the matches fits always and comes back very fast, the
|
| Sharing data between processes | 31 Dec 2006 12:03 GMT | 1 |
I am designing an application in which several processes need to share *secure* data. Some of these applications will be written in .Net (managed) code and some in C++ (unmanaged). To centrally store this data, I considered a few solutions:
|
| SQL Row Number | 30 Dec 2006 05:00 GMT | 3 |
I want to know if it is possible to retrieve a row no. for each row of a SQL Statement, row no below is not a part of the Table, but needs to be generated by the SQL Statement ??? Row Name State City
|
| Hidding collection items | 29 Dec 2006 09:55 GMT | 2 |
I've created my own UITypeEditor to edit string collections in windows forms apps. Now I'd like to hide the collection items from the property grid. Does anybady know how? Thanks in advance.
|
| Javascript call in Sub Procedure | 28 Dec 2006 18:40 GMT | 3 |
I need a little bit of help ... I need to call a javascript function inside of a .net sub procedure. Here is my code: ClientScript.RegisterClientScriptBlock(Me.GetType(), "", "<script language='JavaScript'> function OpenChild() " & _
|
| generate TypedDataSet with custom DataTable via designer | 28 Dec 2006 17:49 GMT | 5 |
Im using the VisualStudio 2005 designer to create typedDataSet (drag & drop from the service explorer). All the DataTables in the generated code inherit from System.Data.DataTable, I would like the dataTables to inherit from
|
| BACKGROUND PROCESS APPEAR ON TASKBAR | 28 Dec 2006 16:52 GMT | 1 |
I was using IE6 when I had a problem that a number of additional windows appeared on the taskbar. I have since investigated these windows and they seem to be background processes for applications I had running when IE6 crashed - has anyone seen this problem before and if so any ...
|
| Dictionary with duplicate values | 28 Dec 2006 14:02 GMT | 5 |
I need to use a Dictionary structure, but I need the key value to be duplicable. What generic collection can I use for this? TIA, Martin.
|
| asp.net page send smtp mail too slow | 28 Dec 2006 08:37 GMT | 1 |
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. But sometimes even when I'm just sending one e-mail the web page takes a minutes ...
|
| 2.0/3.0 Compatibility | 27 Dec 2006 21:29 GMT | 5 |
Are there any compatibility issues to be concerned about if developers have 3.0 installed, but the production environment only has 2.0? As long as no 3.0 specific code is used I wouldn't think there's anything to worry about, especially since the 3.0 assemblies are mostly ...
|
| Manually Install .Net 2.0 | 27 Dec 2006 21:07 GMT | 4 |
Is it possible to manually install the .Net 2.0 framework? What I mean is can I simply copy the framework onto a machine that does not allow installing software? I already have 1.1 installed.
|
| How to invoke a function in dll dynamically in .NET? | 27 Dec 2006 01:56 GMT | 3 |
The path of the dll will be known in run-time. Thanks!
|
| WINDOWS VISTA, WINDOWS XP ( X64 ) PRO CORP SP2, OFFICE 2007, PROJECT 2007, PUBLISHER 2007, HACKING LESSONS 1-17, other 2006/December/20 new programs | 26 Dec 2006 16:29 GMT | 1 |
WINDOWS VISTA, WINDOWS XP ( X64 ) PRO CORP SP2, OFFICE 2007, PROJECT 2007, PUBLISHER 2007, HACKING LESSONS 1-17, other 2006/December/20 new programs ------------------------------------------------------------------------
|
| Configuration problem | 26 Dec 2006 15:08 GMT | 3 |
I have trouble reading configuration files (configuration for class library (dll) project). Although I've added configuration file and properly added configuration file,
|
| Retrieving DataTable results programmatically | 26 Dec 2006 13:47 GMT | 2 |
I am using DataTable/DataSet in VS 2005, The sql statement is coded in script, i want to know how to retrteve results by changing the SQL commandtext progrmmatically something like this (possibly)
|