| Thread | Last Post | Replies |
|
| Application Config File Overwrite Problem .Net 2005 | 29 Mar 2006 18:40 GMT | 1 |
I have a VB.Net 2005 solution that uses an installer project to install. When I do an install I would like the app.config/application config file to be installed only when there isn't one already on the users
|
| REPOST: preventing more than one user from working on the same record | 29 Mar 2006 18:27 GMT | 1 |
I am working on an app that will display the list of all scheduled call records in our database to the users. All users of the application will see the same list of call records and will select any record and try to call the contact person for that record and edit the record. ...
|
| multitier app | 29 Mar 2006 18:27 GMT | 3 |
I am new to multitier app development. I am working on a windows app that will have business layer and data access layer components. When users log into the client app, it connects to the business layer to get a list of records that it then uses to populate a datagrid. The ...
|
| Splitting without getting delimiters in array | 29 Mar 2006 18:25 GMT | 1 |
I use a regex (?<!\\?)('|\\+|:) to split a string to a String[]. The String[] i get after splitting is correctly splitted but contains all the delimiters i use to decide where the string should be splitted. Do I have to loop through the array and find every index containing a ...
|
| object/sql/access datasource | 29 Mar 2006 18:19 GMT | 1 |
This may be a really dumb question but is there any way to manually read the data in a datasource???? Is binding a datasource to a control the only way to see and manipulate the actual data?? If I want to read a value from a database in code, is there any way to do
|
| IContainer is ambiguous in the namespace System.ComponentModel | 29 Mar 2006 14:18 GMT | 5 |
I am getting this error on comppile of a VS 2005 VB project. I have pointed the system dlls to the Framework64 folder so as to run the app in 64bit mode referencing the 64bit Framework libraries
|
| SMTP for not only US | 29 Mar 2006 08:04 GMT | 3 |
Hallo NG. Within Framework 1.1 we send SMTP-mails the following way System.Web.MailMessage mail = new System.Web.MailMessage(); mail.BodyFormat = System.Web.MailFormat.Text;
|
| Monitor the windows file system for file additions, deletes, modif | 29 Mar 2006 05:14 GMT | 3 |
Is there any way to create an app in vb.net where i can specify a folder in the windows os (windows 2000 and above) so that when files are added , deleted or modified then an event can be raised so I can perform some specific action? (for instance display a message box or log the ...
|
| Registration the TLB of .NET-COM-Assemblies (Interop) | 28 Mar 2006 22:38 GMT | 1 |
I must register and unregister the TLB-File of a .NET-COM-Assemblies (Interop). To do that I can not use whether the Microsoft-Tool REGASM.EXE nor Windows-Installer. I can use only WIN32-API or .NET-class-library.
|
| How to get date correponding to 2nd wednesday of each month. | 28 Mar 2006 22:11 GMT | 2 |
How to get date correponding to 2nd wednesday of each month.
|
| In IDE: JavaScript required to sign in when asking a question | 28 Mar 2006 20:22 GMT | 1 |
This is strange. I've been using the integrated community in the 2005 IDE since I installed it back in November. Nice feature. Imagine my surprise when I went to log in this morning and I got a message that said, "JavaScript required to sign in". Huh? As far as I know, nothing
|
| Web Service --> XML --> Crystal Report? | 28 Mar 2006 20:01 GMT | 1 |
Is it possible to get a XML return from a web service then directly PUSH to Crystal Report? How? Thanks for any help! Tedmond
|
| Validation | 28 Mar 2006 19:28 GMT | 7 |
I placed a RegularExpressionvalidator on a webform to test a textbox for a proper email format. I am trying to test for a failure but can't seem to get a value. Here is what I tried: EmailValidator.Validate()
|
| SendMessage() to other App w/ a "String" | 28 Mar 2006 19:15 GMT | 1 |
I want to send a SendMessage(hwnd,...) to an another application containing eighter a "String" or a PIDL... I know that the pointer lives in its own process so the other app will have problems reading it. How was it done to create the String / PIDL in a common memoryspace?
|
| problem with IE automation when used in webservice | 28 Mar 2006 18:15 GMT | 4 |
I have encountered a problem with IE automation (.NET 2.0, C#, mshtml, SHDocVw). I am writing a class for manipulating specific html pages with frames. It is supposed to be used from a web service. The problem is that when I use the InternetExplorer object in web service,
|