| Thread | Last Post | Replies |
|
| File lock | 19 Jul 2007 20:11 GMT | 5 |
I have several processes accessing files from one folder, but only one process should ever access each file. Once one process has the file, no other process should be allowed to access it, even after the first process is finished with it, except in the case where the first
|
| User Controls: Handling Events | 19 Jul 2007 19:18 GMT | 4 |
I have a problem regarding an user control in which I need some help. This user control should behave like a Button. The problem is that the user control has child controls that cover it's entire area. So, when I click the user control (myButton) the envents are listned by it's
|
| Static - Thread Safe? | 19 Jul 2007 18:49 GMT | 2 |
I am developing an application using asp.net 2.0. I created all my business objects in my app_code folder. As of right now, all my classes are public. In my aspx pages, I am declaring the class like so
|
| Creating Multiple MS Access Tables | 19 Jul 2007 17:36 GMT | 4 |
I have given my users the ability to create a new MS Access database. I want to do this through code (VB.Net 2005). I am able to create the DB, add 1 table, and add constraints to it using SQL syntax in one pass. However this DB has 10 tables in it and i want to add all 10 ...
|
| Batch Print | 19 Jul 2007 17:12 GMT | 1 |
Is it possible to batch print files as either a list or from a specific directory location? Thanks Rob
|
| REALLY simple question im sure | 19 Jul 2007 14:56 GMT | 6 |
just trying to grasp the insane differences between vb6 and vs2005... 2 buttons on a form. 1 button creates a new instance of a second form, and shows the form. why cant i access this form from the second button?
|
| Webclient.Download using .config file type generates 403 error | 19 Jul 2007 13:42 GMT | 3 |
I am using Webclient.download to HTTP download a file from an IIS 6.0 server. It works for all the files I have except for those type .config. If I rename the files to .txt extension, it works. I've added MIME types to support .config files as application/xml but I
|
| Crystal Reports for VS 2005 Error on Print | 19 Jul 2007 13:34 GMT | 2 |
I created a page in Visual Studio 2005 with a Crystal Reports web viewer attached to a report. The report previews fine, but clicking the embedded Print button produces an error: "HTTP 403.1 Forbidden: Execute Access Forbidden
|
| Lisbox in a Gridview's templated field | 19 Jul 2007 05:38 GMT | 2 |
To all, I'm trying to bind a dataset to a listbox control that is in a gridview's templated field. However, in the code behind the intellisense does not recognize the ID name of my listbox control....thus not giving me an
|
| Testing my access to the managed newsgroups | 19 Jul 2007 05:29 GMT | 2 |
I have been having a lot of trouble posting to the managed news groups. Can someone please tell me if this post qualifies as one that is in the managed news groups and would be answered within 2 days as part of my MSDN unversal benifits?
|
| Get files list from URL | 18 Jul 2007 22:45 GMT | 1 |
Is it possible to get list of files from a URL folder programmatically? p.s. The 'directory browsing' option is on for that folder in IIS. Thanks
|
| AutoResetEvent... use WaitOne or WaitAll? | 18 Jul 2007 20:48 GMT | 3 |
If I have a multithreaded app, and there's one common class for all threads, I (of course) need to syncrhonize access to it... so, if I use AutoResetEvent, question is wich (and why) method I should use to wait for "entrance" of a thread into a common class? ;)
|
| Newbie seeking help with adding xsl to xml | 18 Jul 2007 20:06 GMT | 3 |
I am working on a project where I need to insert the following into an xml document: <?xml-stylesheet type="text/xsl" href="C:\MyStyle.xsl" ?> How do I go about doing this?
|
| Have to know the actual column name from alias | 18 Jul 2007 18:34 GMT | 1 |
i have a requiremet ,where in i have a view which has some alias.so at runtime using an application i will get the info about the view using SP_HELP stored proc,but this only gives me the alias names ,but i need to know the original column name(as in the table defintion part
|
| Additional Rows and Columns in Excel 2007 | 18 Jul 2007 15:38 GMT | 1 |
I have installed Office 2007 on my machine and when I open Excel 2007 I still have 256 columns and 65,536 rows. I know in the 2007 version that you have the ability to have more than this. If I add new rows and colulmns it will not insert any additional ones. If I open a workbook ...
|