| Thread | Last Post | Replies |
|
| Development server hardware | 21 Jun 2005 19:21 GMT | 12 |
I need to build a new .NET development server (Visual Studio) for 50 users who will be accesing the server using Windows Server 2003 Terminal Service. Do you have any advice in terms of how big/fast the box should be, how many processors, RAM, disk drives, etc.? I appreciate ...
|
| VB 2003 w/ Norton Internet Security Hangs VB 2003! | 21 Jun 2005 18:47 GMT | 1 |
I'm running VB2003 on a new Dell Laptop where Dell in its infinite wisdom put on Norton Internet Security. UGH! Maybe I should have paid business rather than home prices:-) At any rate with Internet Security turned on, when I debug my console
|
| save MyControl properties | 21 Jun 2005 18:36 GMT | 1 |
I create my personnal control name MyGrid inerit Control.Grid. I want to add a other control, like MyGridMenu. When I'm in desing mode if I try to modify the MyGridMenu's properties it work but it never saved! I close the file .cs and when I reopen it the
|
| ListView Items | 21 Jun 2005 17:08 GMT | 3 |
I have added items to a listview using the listviewitems collection editor. However they are coming out in different columns not in different rows as in VB 6.
|
| Redirecting standard-output of current process | 21 Jun 2005 16:06 GMT | 2 |
Is there any way to redirect the standard-outputstream or standard-errorstream of the currently running process ? I know that i can spawn a new process and redirect its standard-outputstream or standard-errorstream, but i need access to the streams of the CURRENT
|
| Show/Hide multiple TabControls at runtime | 21 Jun 2005 14:57 GMT | 5 |
Visual Studio 2003 C# Windows: I have a tree view control as my main menu control down the left side of my application. This has 2 Parent Nodes on it (Jobs and Employees). beneath these 2 main functions I have 2 sub functions under each("Add Job", "View
|
| unicode chars standard names? | 21 Jun 2005 14:13 GMT | 4 |
hi group! is there any table with the unicode standard names in the form: Aacute, U000C1, =capital A, acute accent, [LATIN CAPITAL LETTER A WITH ACUTE]
|
| Using ViewState to pass variables | 21 Jun 2005 11:15 GMT | 2 |
Hi, would like to know whether I can use ViewState to pass variables from one web page to another. I've been trying do this but all I managed to do is to pass the variable to the target page but am unable to extract the variable
|
| how to save textbox values to 2 tables using sqladapter | 21 Jun 2005 09:56 GMT | 2 |
how to save textbox values to 2 tables using sqladapter I am new with this. Do I need to ADO.net? what is the simplist correct way? or can I write a query in my vb.net form
|
| Combo box | 21 Jun 2005 09:23 GMT | 1 |
Is it possible to somehow place items in a combo/Dropdown list so that it does something without autopost / javascript? i.e.. <a href=""somesite1.com">site1</a>
|
| Folder Encryption | 21 Jun 2005 08:21 GMT | 1 |
I want to achieve the following ----> I want to Encrypt an empty folder and all the other files and folders copied under that folder should also be encrypted(recursively). Does anyone has a Idea of how to encrypt a folder in c# .NEt?
|
| Execption handling for Thread | 21 Jun 2005 07:14 GMT | 3 |
I will appreciate your comment on the followings: From the main program I start threads. After starting the thread the main program do some other processing. If any of the threads throws any error during their processing, I want to capture that exception from host and log
|
| Convert this c# to VB.net - bitwise | 21 Jun 2005 03:25 GMT | 3 |
Does someone know the equivelant to this in vb.net? c# if ( (someChar & 0xFF80 ) == 0){ // Evaluated, do something....
|
| Stupid question - where would I find namespaces like system.data? | 21 Jun 2005 03:24 GMT | 2 |
is it stored in a directory on hard drive, if so where?
 Signature Adam S
|
| Usage of Open Type Fonts with .Net | 21 Jun 2005 02:42 GMT | 9 |
I am working on a project that creates Banner images programmatically. I have the application working but need to use the Hevetica Neue font but it does not appear in the font list. My understanding is that .net supports True and Open Type fonts. I just downloaded this font from ...
|