| Thread | Last Post | Replies |
|
| Need Regular Expression Help | 29 Jul 2006 01:24 GMT | 3 |
I want to parse the following string into 3 parts per match. I almost got it, but my expression has a flaw in it. I tried this, but didn't quite work the way I expect on the second match b/c there's no space before the > symbol.
|
| Multiple instance with Arguments | 28 Jul 2006 21:37 GMT | 1 |
Can any one please let me know how to to run Multiple instance of a exe with Argument. but only one instance per argument. any ideas ?
|
| Active Directory Throws An Error | 28 Jul 2006 18:19 GMT | 1 |
I am using this code(.NET2.0 ) to create the user on the domain Controller which is installed on my machine: try { DirectoryEntry objUsers = new DirectoryEntry
|
| Where can I get SQLDMO | 28 Jul 2006 17:55 GMT | 1 |
I don't seem to have SQLDMO after installing SQL Server 2005 Standard Edition. Is there an SDK or something that provides SQLDMO? Thanks and Cheers,
|
| Regarding Excel | 28 Jul 2006 15:37 GMT | 1 |
I am doing a Windows Application in VB.NET. In the source code, I want to know the installation of Excel in the system. If Excel is not installed, then I want to give a message saying 'Excel not installed' and to stop further processing.
|
| Session problem with ASPX | 28 Jul 2006 15:19 GMT | 3 |
Hi, I am a programmer and I have a question about a ASP.NET peace of code. I have a program that has a session timeout of 2 minutes configured in Web.config file:
|
| XSLT and browser differences...(Mozzie err. and they dunno) | 28 Jul 2006 14:28 GMT | 6 |
I wrote a TOC treeview using xml and xslt, with help from this forum and MSDN help(thanks) Great in IE 6. (expect IE 5 as well, articles were circa 2000) However, Mozilla FireFox (latest), gives me the following error.
|
| Biz-talk............. | 28 Jul 2006 14:15 GMT | 1 |
can anybody give me information abt biz-talk or any exact link please...... thx. Sachin.
|
| write delegate & callback in dll | 28 Jul 2006 11:20 GMT | 5 |
I want to write some delegate function to the DLL. How can I output the value to my main program? (Do not output the value to the UI) Any good idea for this program?
|
| Type of member ... is not CLS-compliant | 28 Jul 2006 05:45 GMT | 1 |
I get the following warning when building a VB .NET 2.0 project: "Type of member 'CrystalReportViewer1' is not CLS-compliant" What can I do to make the class CrystalReportViewer CLS compliant? Why is this class not compliant?
|
| TreeView Question | 28 Jul 2006 04:25 GMT | 1 |
I have a living UI treeView element. I need to push a button and begin adding nodes to it recursively. There are a lot of nodes to add to the tree. My questions is: is there a mechanism by which I can cause the tree to not update itself UI wise, until I'm done adding all the ...
|
| What is this statement mean? | 27 Jul 2006 23:32 GMT | 3 |
I found this method code in Enterprise Library 2.0 and I really don't have idea what does it mean. public virtual void SetParameterValue(DbCommand command, string parameterName, object value)
|
| Deleting this | 27 Jul 2006 21:49 GMT | 4 |
I'm writing an unistall program (unistall.exe). When I install my application, I also install unistall.exe. When I execute unistall.exe, I want to be able to delete the current folder and contained files.
|
| error when trying to programmatically access a mapped drive | 27 Jul 2006 18:03 GMT | 1 |
I am developing an application in visual basic 2005 that will run continuously in the background on a users workstation. This application will automatically transfer files from the local machine to a remote server and vise versa. It checks for the files on a timed interval. I ...
|
| how to dynamically create web controls without placeholder | 27 Jul 2006 15:09 GMT | 4 |
i need to dynamically add a web control to a page without using placeHolder. i'm looping through all the files in a folder and creating a table row as string for each file. the contol is to be nested in that row as follows: sTblRow = "<tr><td>" + sFrom + "</td><td><asp ...
|