| Thread | Last Post | Replies |
|
| Clipboard | 27 Apr 2005 03:40 GMT | 1 |
I'm trying to copy/paste via the clipboard a queue of objects Clipboard.SetDataObject(myQueue) 'the queue contains 7 of my objects some place else I do iData = Clipboard.GetDataObject()
|
| How to tell if windows is non-U.S. version? | 27 Apr 2005 03:34 GMT | 5 |
OUr .NET app is written specifically to run on the English version of Windows server. Some customers are running Windows Frenchm other versions. I'm not talking about regional settings, but actually French Windows itself. How can one tell if Windows itself is English, versus ...
|
| Opinions on online training? | 27 Apr 2005 03:21 GMT | 3 |
I've been looking into several interesting online training places for me and several of the developers that work for/with me. I am interested to know what other developers think about companies like http://www.vtc.com that charge just $30 per month and give unlimited
|
| Retrieving values from dynamic controls | 26 Apr 2005 23:04 GMT | 1 |
I have dynamically created n number of text boxes in a form like txtQL(1), txtQL(2) , ...txtQL(n) How I retrieve the values in a loop? I'm confused as to how to approach this! Please help.
|
| Need some logic help | 26 Apr 2005 19:27 GMT | 1 |
Hey guys I need some help with updateing an access database. I used OleDB controls to set up my connection, adapter, and dataset. The access table I am trying to update has these columns in this order: CustomerID
|
| Dotfuscator & Setup Projects | 26 Apr 2005 19:10 GMT | 1 |
I have a solution with 6 or so projects, some dts dll's, a couple images, etc. I have a working setup project that creates a nice installation msi. Cool. Now I want to obfuscate my .exe and my .dll's, & have the Setup project
|
| J# browser control scripting examples... where? | 26 Apr 2005 18:40 GMT | 2 |
I've been working with the J# browser control. I understand that v1.1b is scriptable, but can't find any examples on how to do this. Can someone point me in the right direction? thanks,
|
| Which is better? VS.NET or Eclipse? | 26 Apr 2005 17:33 GMT | 3 |
In a neutral perspective, which one is better? Regards, Sam Hwang
|
| NO MORE FILE IDENTIFIERS? | 26 Apr 2005 16:42 GMT | 1 |
I have a database client app written in vb.net. It runs continuously for a couple days and then it loses its connection to the the file server. Actually, if I open up Windows Explorer to open a network folder I get a system error "No more internal File identifiers".
|
| Passing table to MSSQL stored procedure | 26 Apr 2005 16:42 GMT | 2 |
Any suggestions on the best way to pass a set of values to a stored procedure that will use them in a query? Specifically, I want to call a stored procedure from .NET that takes a set of phone numbers and returns a resultset of records containing these numbers from a table. Is ...
|
| VB.NET databind to drop down list | 26 Apr 2005 16:01 GMT | 1 |
I have a stored procedure in SQL Server that returns a list of names that I would like to bind to a drop down list. This is the code I have, but it is not working correctly. The drop down contains System.Data.DataRowView Dim ConString As String = ConfigurationSettings ...
|
| I have a problem with a service I created | 26 Apr 2005 16:00 GMT | 3 |
I created a service to execute every 2 hours but it only executes once at startup. This is part of the code Protected Sub Test(ByVal obj As Object) Dim sDate As String = Date.Today.ToShortDateString
|
| Free ASP Web Server Engine... | 26 Apr 2005 15:05 GMT | 5 |
after some time of hard work it was impossible to bring my IIS back to life. My complete OS (XP-Pro) is heavily damaged due a hardware crash. i had to recover my harddsik from a heavily damaged one over to a new h-disk. after that "transition" my xp was no more able to run the iis ...
|
| oledb invalid path... | 26 Apr 2005 14:57 GMT | 1 |
This code is NOT working. Well, the error is saying that the path is invalid. But how... Before i open the connection, i am doing, if f.Exists(file) then. so, if that returns true, why the connection thinks that the file does not exists?
|
| Deleting rows in Access database table | 26 Apr 2005 14:52 GMT | 6 |
I get an error message when deleting rows from a table in Access database. My understanding is that the error message relates to the sharing of the Inetpub and the wwwroot directory. While I have set the directories to "Share" in the properties window, it
|