| Thread | Last Post | Replies |
|
| Disconnected Architecture | 31 Mar 2004 23:03 GMT | 2 |
We are looking to build a system where the admin portion of the system will be ASP.NET based residing on a central server and the field service portion of the system will be WinForms based. The field service personal will be running the WinForms app on their laptop to collect data. ...
|
| Need Help With On Regex Expression | 26 Mar 2004 09:37 GMT | 3 |
Folks, I have a very large text file to parse and I'm thinking of using a regex. I need to isolate data bounded by "200~" (200tilde).
|
| How to set "SpecialBuild" VersionInfo in C#/VS.NET? | 26 Mar 2004 03:27 GMT | 3 |
I'm searching all over for how to set the "FileVersionInfo.SpecialBuild" property for my C# app from the VS.NET IDE/build environment, and all I can see is how to read the property from an external app file. I need to set this string in order to embed licensing info for an ...
|
| VARIANT array | 24 Mar 2004 07:11 GMT | 2 |
I need to use a VARIANT array. But, I am not sure whether it's available in C#. I found a VARIANT API in the platform SDK (in the OleAuto.h file). Is this is the right one that I've to use? If so, how to include this .h file Thanks in advance Arr S.
|
| Getting Folder Permissions | 23 Mar 2004 11:13 GMT | 3 |
I have to get the NTFS permissions of a folder programmatically. I am using C#. Pls hint me if i am missing anything in the code below. private void GetSecurityPermission(string strShareName) {
|
| XmlValidatingReader ERROR !!!! | 22 Mar 2004 05:19 GMT | 3 |
I need to validate a XML Document using the W3C XForms Schema I'm doing it like thi reader = new XmlValidatingReader(xml, XmlNodeType.Document, null) reader.Schemas.Add(XmlSchema.Read
|
| FileSystemWatcher Problem | 22 Mar 2004 02:36 GMT | 1 |
I am a bit confused. I am using a 3rd party COM object that adds records to a SQL DB through OLE (that's what they use). I can get this working perfectly in .NET. Now, when I add the FileSystemWatcher to the code,
|
| c# postbuild event | 20 Mar 2004 13:22 GMT | 1 |
I have an c# application including lots of different dll projects. On project options, I have coded a postbuild event script shown below to gather all my files in different project in one path after successfull build.
|
| help with getting tags for SlickEdit | 20 Mar 2004 05:12 GMT | 1 |
I am a newbie to C# and .NET, but I am a long term C/C++ coder by trade I started working on a side project that is written in C# using .NET. I do not use Visual NET... I use SlickEdit v7.01. I would like to add tagging information for common namespaces, like System, etc.. but the ...
|
| nmake tool | 20 Mar 2004 04:57 GMT | 1 |
I would like to say that a DLL is dependent upon all the source files found in a particular directory and below. For now it lloks like I must list each and eavery subdir that contains a dependent source file. How can I do that ?
|
| datatablenavigator custom command | 16 Mar 2004 23:51 GMT | 1 |
I am working on datatablenavigator. Does anyone know how can I add custom command? while playing back the data to caller fetched from a sqlquery if caller should be able to say that command such as (transfer/mainmenu) ect. What is grammar template property? I tried to add grammar ...
|
| Install issues | 15 Mar 2004 07:50 GMT | 1 |
I recently installed Visual Studio .NET 2003 on my computer which is running Windows XP Home Edition. After the installation I have two additional users on my computer. Both of the accounts are limited accounts that
|
| C# ASP .NET Newbie problem. | 15 Mar 2004 05:50 GMT | 1 |
I'm sure this is an easy one for someone out there I'm trying to access the QuickStart files in my .NET FrameWorkSDK however I'm having problem When I follow the links in the SDK to reach the directory http://localhost/quickstart/ASPPlus/ it opens the default.aspx just fine ...
|
| windows application http client | 14 Mar 2004 00:37 GMT | 4 |
what are the http client classes i can use in a windows application?
|
| get MAC ID of remote machine | 13 Mar 2004 11:29 GMT | 1 |
how can one get the MAC address of a remote machine on an Ethernet LAN from a dotnet application ( without having a remote component on that machine TI
|