| Thread | Last Post | Replies |
|
| Error initializing the cache for disk storage | 20 May 2004 21:24 GMT | 1 |
I've made a program that fetches data from an ODBC data source. Everything works fine when the table contains only a few rows. The problem is that when there are many rows (6000, in this case), the program terminates with the following OdbcException "ERROR [26000] [ATI][OpenRDA ...
|
| How to convert Content-Type to file extension | 20 May 2004 21:17 GMT | 2 |
I managed to get Content-Type (i.e. image/gif) from file extension (.gif) in Windows Registry, but the reverse way (from Content-Type to extension) is more tricky. Does anyone know a way to do so? Thanks and regards,
|
| how to check wether a user is idle | 20 May 2004 21:12 GMT | 1 |
I'm creating an app. in C# that shows a popup, but it only should if the user is really working on the computer. It shouldn't popup if e.g. the screensaver is running.
|
| Get User Name | 20 May 2004 20:41 GMT | 1 |
My web.config has this line: <authentication mode="Windows" /> My page has a label named MyLabel My page load event has this code:
|
| Missing files from enterprise localization kit | 20 May 2004 19:51 GMT | 1 |
Can anyone send me these files: ApplicationCultures.txt Applications.txt ControlTypes.txt
|
| Gate$ Selling MSFT shares at an 'astounding' rate !!! | 20 May 2004 17:09 GMT | 9 |
April and May have been busy months for Billy Boy as he rapidly divests himself of the Microsoft dinosaur. Why is the /leader/ of Microsoft abandoning his stock so rapidly ! Look at these sales -- it's 3 or 4 times a day or more!
|
| Read from access database with anonymous user | 20 May 2004 15:11 GMT | 1 |
Hello, I have a site that uses windows authentication and I demand credentials for files inside a specific folder. (through web.config). My problem is that when I try to read something from my access database with a user that is not yet authorized I always get an error. (I am ...
|
| Upload File | 20 May 2004 12:41 GMT | 1 |
I have an ASPX page that I am using to upload files to our server, I would like to change the default file size set by .NET, any ideas how I do this, I know there is an XML file that contains the settings, I just can't remember where it is? Thanx Kristian
|
| Textbox, hidden, no value | 20 May 2004 07:51 GMT | 2 |
having some troubles with a BOUND textbox. The BOUND (text property) textbox is hidden on the form. Just before I update the database I stopped the code in debug and when I use me.C_ID.text it gives back the value "". When I make the control
|
| RGB | 20 May 2004 07:49 GMT | 1 |
I need to set colors in an MSGraph.Chart object using RGB values What is the C# code to use RGB to get a color value?
|
| Am I the only one with doubts about .NET for commercial apps? | 20 May 2004 06:44 GMT | 17 |
Just like everyone else, I am excited about how easily one can create Windows applications with the .NET platform, but for shareware, I have some serious reservations 1. Your code can be easily decompiled. This would make it very difficult to implement any sort of ...
|
| When Will GNU/Linux Be Ready for Joe User? | 20 May 2004 05:06 GMT | 26 |
I'm doing a survey. When do you think GNU/Linux will be ready for the average Joe? What obstacles must it overcome first?
|
| How to connect to foxpro database? | 20 May 2004 04:36 GMT | 4 |
I develope an application in VB.Net. I want to connect to foxpro database. I use the following code Tr Dim cnn As New OleDbConnectio cnn.ConnectionString = "Provider=VFPOLEDB.1;" +
|
| connection close problem | 20 May 2004 02:45 GMT | 3 |
Hello group, I have a function which is used to initiate sqlDataReader object. I was trying to invoke the close method on the DataReader object but
|
| Can an object serialize/deserialize itself from XML? | 20 May 2004 01:11 GMT | 4 |
H I was wondering if it possible for an object to serialize/deserialize itself from XML. I'd be guessing that it would need to use the XmlSerializer class, but that seems to want to create a brand new object when deserializing. In my case I have an existing object that I'd like to ...
|