| Thread | Last Post | Replies |
|
| VB.NET 2003 FileSystemWatcher Problem - Too many changes? | 21 Oct 2004 21:58 GMT | 1 |
I have created a windows service which runs the FileSystemWatcher component. If the service is running and monitoring a directory (ex. "c:\temp") during heavy folder access the service generates the following error: "Too many changes at once in directory:".
|
| Looking for a pre built dotnet corporate or small business website | 21 Oct 2004 19:47 GMT | 1 |
Looking for a pre built dotnet corporate or small business website template.
|
| FINANCIAL ANALYST (MS CUBE) needed! | 21 Oct 2004 17:38 GMT | 1 |
I'm a recruiter for a $600 million sales company. We are looking for an individual to work out of our beautiful corporate offices in Southern California. This individual would be versed in MS Cube, but I'm having problems finding people with this type of technical expertise.. ...
|
| XP visual style | 21 Oct 2004 17:34 GMT | 4 |
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/vbtchShapedWindowsFormsControlsInVisualStudioNET.asp I've tried everything in the article http://msdn.microsoft.com/library/default ...
|
| Datagrid and events to perform essential task | 21 Oct 2004 17:26 GMT | 1 |
I have an the below datagrid which displays as follows: - ADDRESS Databound SELECT Databound SELECT
|
| Send email through windows application | 21 Oct 2004 17:04 GMT | 1 |
Hi, I am trying to find a way to send emails through windows application by vb.net. I was using system.web.mail.smtpmail when I am doing the web application, but I couldn't find it on windows application. Can
|
| FileSystemWatcher getting Word temp file | 21 Oct 2004 16:23 GMT | 3 |
My app is creating a word document which my app calls saveas() and saves it to a given directory that is being watched by a fileSystemWatcher. The problem is that the fileSystemEventHandler for creation is only called for the temporary filed created by word which shows up as ...
|
| FileSystemWatcher Events | 21 Oct 2004 16:07 GMT | 1 |
I need to be able to tell if a file has been copied more than once. I don't see where this is possible using the FileSystemWatcher objects. Any Suggestions? I cant use the File.GetLastAccess method either because that changes for more than a single event. Thanks
|
| MOD and Remainder functions in c# | 21 Oct 2004 14:47 GMT | 5 |
I can't find a Mod or remainder function in .net. Does anyone know if these fuctions exist?
 Signature Thanks in advance,
|
| Enum Windows | 21 Oct 2004 14:45 GMT | 1 |
Is there a .Net class that you can use to Enumerating Top-Level Windows like the win32 EnumWindows() ? Thanks in advace. Sid S.
|
| Collaboration between C# and VB.Net | 21 Oct 2004 14:27 GMT | 3 |
Hi community, Based on the promise that classes developed in C# and compiled into a *.dll can be used from a VB.Net project I tried the following: I need to develop a class PeriodDate in which I hold an integer representing
|
| Problem with XSLTransform Class in .NET | 21 Oct 2004 11:47 GMT | 1 |
Hi, Following template matches correctly in MSXML4 but NOT with .Net XSL translator: <xsl:template
|
| Help me to keep my job (: | 21 Oct 2004 05:42 GMT | 1 |
Hi, This is my scenario.We have both, Client application & WebService application running on same machine , but on different Solution/Project. Since we are using n-tier architecture, we have
|
| Datatable/Hashtable Question | 21 Oct 2004 01:57 GMT | 1 |
I have the following code which allows me to display records from a table named "lkup_Specie" in a datagrid. If I create a second datatable and a second hashtable for a table named "lkup_Grade", how would I incorporate that logic into my existing logic? Would it go after Next ...
|
| For ASP .Net display use databind or implicit Response.Write (<%= | 21 Oct 2004 01:56 GMT | 5 |
For ASP .Net display of a protected value what's better <%# %> (with DataBinding) or the ASP <%= %>? Is one more efficent or is there no difference? Thank you.
|