| Thread | Last Post | Replies |
|
| Application.ProductName Returns Empty String | 07 Apr 2004 22:30 GMT | 2 |
I created a VB.NET application, together with an associated installation project, and in the installation project I specified the ProductName. But when I run the application, if I try to retrieve the ProductName using Application.ProductName, it always returns an empty string. ...
|
| remote web server | 07 Apr 2004 18:49 GMT | 1 |
I am trying to get somewhere with VisualStudio.net. The problem is that my web server is not on my PC (for company security reason) on is remote. Everytime I try to create a project I have some errors.
|
| Server Controls Not Visible | 07 Apr 2004 18:34 GMT | 1 |
I'm using visual studio .Net to create web forms. Server controls added to the design page do not show up when I debug. Why?
|
| Bug in the PropertyDescriptorEnumerator | 07 Apr 2004 15:43 GMT | 1 |
I found a bug in PropertyDescriptorEnumerator and I don't know were to report it, so I do it here hoping that someone from Microsoft will read it. This C# statement
|
| GUI DataGrid | 07 Apr 2004 14:41 GMT | 3 |
On a windows datagrid is it possible to remove the default 'bar' at the very top and the buttons on the left hand side (showing * for new record > for current selection etc). I'm after getting a look more like the list in outlook express where when you select an item it selects the ...
|
| Querying the data in a DataSet in C# | 07 Apr 2004 13:46 GMT | 16 |
I have three weeks of history for all user accounts stored in a DataSet (dsAccountsHistory). I want to be able to narrow that data down to one specific user, at runtime, without having to make another round-trip to the dadabase. I would love to be able to do it with an SQL ...
|
| Create a callback function | 07 Apr 2004 12:03 GMT | 1 |
need to create as function that one parameter is a pointer to a callback function is it possible ?? how .. thks
|
| HTML Escape & UnEscape | 07 Apr 2004 08:58 GMT | 1 |
Is there a .Net class that does it for us? Or do we have to write it our own. Thanks
|
| [VB NET] Syncronize hscrollbar and listview | 07 Apr 2004 07:51 GMT | 1 |
Could anyone know how can I syncronize a horizontal scrollbar with a listview? Actually I can only syncronize the horizontal scrollbar with the listview horizontal scrollbar, but items and subitems don't move.
|
| Hourglass Cursor | 07 Apr 2004 07:47 GMT | 2 |
How can I control the cursor type in a webform - for instance I have a form that executes a function to retrieve rows from an oracle database and populate a grid with the results. I would like to have the cursor change to an hourglass at the beginning of the function and then ...
|
| emailing attachment files in VB.Net | 07 Apr 2004 07:01 GMT | 1 |
Need your help in sending an email message with an attachment in my VB.Net program. Sending a body message is no problem. I don't know how to use the attachment property in an emai Following is an excerpt from the program Imports System.Web.Mai Imports System.Web ...
|
| StyleSheets | 07 Apr 2004 06:58 GMT | 1 |
The following link works correctly in the top level directory however pages in any subdirectories are not linked to the styles, is there a way to specify the path of the MyStyles as being at the top level as opposed to duplicating MyStyles.css in every sub directory ?
|
| memory dump when start Visual Studio.Net | 07 Apr 2004 06:15 GMT | 1 |
I just installed Visual Studio.Net 2000 on my PC. When I start the application, I got a memory dump (the blue scree ). I repeadly tried it a few times, always get core dump. Could amyone tell me what's wrong Thanks Julie
|
| CANNOT INSTALL VS 6.0 AFTER INSTALLING VS.NET | 07 Apr 2004 01:39 GMT | 2 |
Hiee I have VS.NET installed in mymachine, now I need to work on VS 6.0. But while installing the VS 6.0, I ma getiing the message box saying "Visual Studio has detected you have one or more follwoing Visual Studio 97 applications installed......... " But I don't have any ...
|
| Oracle 9i connection | 07 Apr 2004 01:19 GMT | 1 |
I am new to .NET and I am trying to connect to Oracle 9i database. Can someone with this experience please describe the steps or process to connect to Oracle from .Net. I will appreciate it if anyone can recommend a URL or book or document that described this process. Thanks in ...
|