| Thread | Last Post | Replies |
|
| Unknown Client Info | 11 Mar 2004 15:53 GMT | 1 |
In my web application, I use Request.Browser.Platform and Request.Browser.Browser (with C#) to get client information, I got the correct information for all clients but one, for this client, my code told me client's platform and browser are unknown, but client told me he has ...
|
| Deprecated in .NET | 11 Mar 2004 15:07 GMT | 1 |
Is there something like 'Deprecated' of Java in the .NET Framework? Thanks, Eduardo Klein ---
|
| drivers installation package, register driver, please save me ! | 11 Mar 2004 14:55 GMT | 2 |
Hi group When i plug any mouse on my computer, windows *knows* that it is a mouse, and genrally *knows* what driver to use. I have an RFID antenna, and its drivers. I am making an install package
|
| tabcontrols in .net | 11 Mar 2004 14:35 GMT | 3 |
i have one problem in .NET winforms developement with C#. i am having one tab which is having 10 tabpages.Among that tabpages,one tabpage in turn has 20 grids which i can't put within this tabpage. also i can't put a tabcontrol within a tabcontrol which becomes very
|
| help in richtextbox. | 11 Mar 2004 14:33 GMT | 1 |
I'm using RichTextBoxt control as text editor. In that we are in need of following things: (1) Left Margin with light gray color. (2) If mouse left button clicked at any line, then in it's margin area
|
| List Shares of a server on network | 11 Mar 2004 14:27 GMT | 1 |
I would like to connect to a server on my network and list the Share, then go through the shares and list the 'open files' and 'sessions'. I would like to also be able to 'close' open files and 'sessions'. Does .NET include functions for any of this? I would authicate as ...
|
| Installed Win2003 and install Net1.1 - ASPX pages don't work | 11 Mar 2004 14:17 GMT | 4 |
I as stated I install on a new machine Win2003 - tried to run some ASPX Applications that run on Win2000 with net1.1, they did not work Installed Net1.1 - Still did not wor ? I am lost
|
| Bug in XmlTextWriter.WriteString ? | 11 Mar 2004 12:13 GMT | 1 |
Bug description: calling XmlTextWriter.WriteString with a one-character long argument could have no effect (nothing is written) Workaround: use WriteRaw or insert a white space before Circumstances: I could not reproduce in a standalone program. In my complete application, the ...
|
| Why does Win32_Logicaldisk accessing take so long time? | 11 Mar 2004 10:36 GMT | 1 |
I am using some code to find out the logical harddrive's serial number. The code I use is the one you see below. By some reason this code takes quite some time to execute. How come? Is there a faster way to do it? Thanks for your help.
|
| Embedded Email attachments in SmtpMail | 11 Mar 2004 10:16 GMT | 2 |
Is there a way to do embedded email attachments using SmtpMail? I have normal attachments working (see below) but there seems to be no other properties to set on the MailAttachment object for embedded attachements I am trying to send an email with an embedded signature graphic. ...
|
| Which reporting tool | 11 Mar 2004 10:09 GMT | 1 |
we are evaluating different reporting tools/engines and would appreciate any help/suggestion. What we need in first line is a tool with an high level report designer (WYSWYG). We would like to avoid a raster engines, which would make the
|
| DataSet and events | 11 Mar 2004 10:06 GMT | 1 |
I have a problem in the order that events are fired when adding new rows to a typed Dataset The problem is i have a multi filed primary key, and some of the fields are not set by the user, ie, they are set in code The problem is that the DataSet is validating the row and rejecting ...
|
| DotNet Framework 1.1 Classes | 11 Mar 2004 10:01 GMT | 5 |
Can anybody help me in getting the DotNet Framework 1.1 Classes Tree View , I want to see all the dotnet Class as a chart. Regards Mohamed Afifi
|
| How to know application is asp.net or not | 11 Mar 2004 09:29 GMT | 1 |
I'm trying to write .net dll for asp.net applications and non asp.net applications. Is it possible knowing if the dll is used with asp.net or not at runtime? A class in the dll should have two different initialization
|
| ProviderFailure in ManagementClassCollection | 11 Mar 2004 09:11 GMT | 2 |
When I want to get the count of the ManagementClassCollection, I get a ProviderFailure. I don't know why I get this error and what this error means. Can anyone help me? Thank you.
|