| Thread | Last Post | Replies |
|
| Resource problems .net 2005 | 25 Jan 2006 22:04 GMT | 1 |
I have recently moved an application from .Net 2003 to .Net 2005. It is an MFC / C++ app not using any of the .Net Framework stuff. I am experiencing very buggy behaviour when editing resources, i.e. dialogs etc.
|
| Type.GetType("System.Drawing.Point")) error... | 25 Jan 2006 20:59 GMT | 5 |
I'm building a dataset that writes out a Point type value. Here's the code that I've got: 1 Dim dsContent As DataSet = New DataSet("content") 2 Dim dtAsset As DataTable = New DataTable("asset")
|
| Microsoft .NET 1.1 Framework installation problem | 25 Jan 2006 20:35 GMT | 7 |
While installing the .NET 1.1 framework I have been getting problem like this. "Microsoft .NET Framework Setup failed. If this problem continues, contact Product Support Services."
|
| Dragging User Controls in Visual Studio 2005 | 25 Jan 2006 20:13 GMT | 1 |
In Visual Studio 2003, I could create a new user control such as panel1. The name panel1 would appear in the toolbox under "My User Controls." I could drag this panel1 from the toolbox onto another panel or dialog box. This worked great.
|
| WebBrowser control - know when user saves. | 25 Jan 2006 19:28 GMT | 1 |
I'm using the WebBrowser control to display a document. I need to know if the file changed at all once the user closes the document. I have the Saved property of the document, but that doesn't tell you if
|
| Forced Property Assignment | 25 Jan 2006 18:36 GMT | 3 |
I am building a class template that forces the user to override functions/subs. I need to force the developer to set the value of a property also but don't know how. How do I force the developer to set the value of a property as design time?
|
| FileSystemWatcher UNC Path Invalid | 25 Jan 2006 18:18 GMT | 1 |
I'm attempting to use the FileSystemWatcher class to monitor a folder on a remote server. My app is running as a Windows service, currently on an XP machine, but it will be on Server 2003 in production. Everything works fine when I set the Path to a local drive (i.e.
|
| ASP.Net security | 25 Jan 2006 17:42 GMT | 1 |
Forgive me for asking such a rudementary question but I can't seem to find an answer for this particular instance and this is not my area of expertise. I have an intranet site that I am building. We will be hosting it on Server A and the sql backend on Server B. We would like ...
|
| Send email under VB.Net? | 25 Jan 2006 17:36 GMT | 1 |
I would like my App to send an email message (with an attached file) . How would you do that in pure .Net VB code (without using .COM components if possible) Regards
|
| Comparing 2 datasets... | 25 Jan 2006 16:39 GMT | 4 |
Developing an app where the user fills out a sometimes quite lengthy form of chkboxes, txtboxes, radbtns, etc. User responses are saved to a mySql db, which the user can later edit. When the user chooses to edit, I pull the responses from the db, toss
|
| Locking Down a File | 25 Jan 2006 15:53 GMT | 8 |
I am writing a web application in ASP.NET that allows a user to download an XML file to their machine that contains all of their work. Then later they can upload that file to the server and continue working. Is there a way that I can protect that file so that the user
|
| ASP | 25 Jan 2006 15:50 GMT | 1 |
Hello all, I have windows 2000 Pro. Running PWS is this not good enough to run an ASP.net 2003 project. I really want to develop this on my local machine but I get the following error. Visual Studio .Net has detected that the specified Web Server is not
|
| Web App and Crystal Report .NET 2003 | 25 Jan 2006 15:22 GMT | 1 |
I am getting the following error: "Cannot find KeycodeV2.dll, or invalid keycode" I found a solution on MSDN titled "Deploying Web or Web Service Applications with Crystal Reports"
|
| File browser in c# | 25 Jan 2006 14:56 GMT | 4 |
I want to be able to show a file browser embedded on a form - a browser which is similar to the browser you get by SHBrowseForFolder(). Is that possible ? Thank you in advance.
|
| File Upload to Access Database | 25 Jan 2006 12:15 GMT | 5 |
Dear Experts, I currently trying to use the FileUpload control from asp.net 2.0 to upload files. The uploading of the file I would like to store it in the Access Database. Unfortunately, I've no idea how I can do that. Can anyone provide
|