| Thread | Last Post | Replies |
|
| .NET Deployment Project Variables | 01 Aug 2005 00:00 GMT | 2 |
I am trying to setup a rather simple install using the .NET Setup and Deployment facility. When using the Setup's Registry Editor I first came across "[Manufacturer]" and am at a loss as to how to define that. I am sure there are a collection of other such variables that I can't ...
|
| Storing and then retrieving ValueMember info from a list or combo box | 31 Jul 2005 19:23 GMT | 2 |
Dim intCurID As Integer *** outside of code and available to all *** Dim strConnectionString As String = _ "Provider=Microsoft.Jet.OLEDB.4.0;" & _
|
| ASP.NET User Controls With Javascript | 31 Jul 2005 18:47 GMT | 1 |
I have a user control in an ASP.NET web page. I setup some client side javascript to populate an asp.net label based on the value of an item selected in an asp.net listbox. The registered javascript cannot "see" either the listbox or the label. How can I get the javascript to ...
|
| dot.net application momory usage | 31 Jul 2005 17:03 GMT | 1 |
The question is: I would like to know how to reduce my dot.net application memory usage, I have already tried to the SetProcessWorkingSetSize method with reduced the memory in 7MB, but that’s not good enough.
|
| OnLine Techinal lessons for .NET | 31 Jul 2005 16:12 GMT | 1 |
Hya, I found within MSDN website: the .NET show http://msdn.microsoft.com/theshow/ where is possible watch and learn by about Microsoft technologies,
|
| The variable bit cpu | 31 Jul 2005 07:43 GMT | 2 |
I think I might have just invented the variable bit cpu :) It works simply like this: Each "data bit" has a "meta data bit". The meta data bit describes if the bit is the ending bit of a possibly large
|
| Registry SetValue stores double as REG_SZ | 31 Jul 2005 06:31 GMT | 1 |
using Microsoft.Win32; RegistryKey key = Registry.LocalMachine; key = key.OpenSubKey("....."); ..
|
| Stop Excel connecting to Internet? | 30 Jul 2005 23:51 GMT | 5 |
I am creating an instance of Excel in a WinForm application. When I try to run this application, there is a long wait followed by a message from my firewall that my application is attempting to connect to the internet. Is there any way to stop automation instance of office from ...
|
| why so is it? i don't appreciate it | 30 Jul 2005 19:24 GMT | 1 |
it's about combobox. when the properties of datasource and displaymember are being set, the event of SelectedIndexChangedx will be active. why did microsoft do that????
|
| textbox webcontrol | 30 Jul 2005 16:25 GMT | 1 |
In a dollaramt field, if I enter 123.45, and I want to change it to 123.46, I must place my cursor after the 6 and press backspace. If I place it before the 5 and hit delete, nothing happens. Is that really the behavior of this control, or is there something else I need to do?
|
| .Net Framework 2.0 Collection classes with Delegates? | 30 Jul 2005 15:01 GMT | 2 |
Is is just my imagination or was there a Beta or VS2005 where an overload Arrayist.Sort(Delegate d) existed? Now Iam using Beta 2 and cannot find it anymore. I think that delegates are a very good alternative instead of using
|
| Error closing VB2005 | 30 Jul 2005 14:34 GMT | 1 |
I get the following error when closing VB2005 beta 2. Everything runs fine. Just wondering what the error is and how to eliminate it. ******** The control System.Windows.Forms.MdiClient has thrown an unhandled exception
|
| Stack trace | 30 Jul 2005 13:01 GMT | 7 |
I managed to get error checking does in my application. In using the Exception object I can get all the information I need about the error like the line # where the exception occurred. IS there a way I can have it also return my the physical line of code at that line number in ...
|
| Dot Net Newbie | 30 Jul 2005 07:15 GMT | 1 |
I need to create a shell listview with additional columns in it. The additional columns would each contain a check box and one or more columns would contain a drop down combo box. I know I can accomplish this functionality by creating the component from scratch. However, I would ...
|
| Calling an mfc dll from .NET | 30 Jul 2005 07:14 GMT | 2 |
What steps need to be taken when calling an mfc dll from .NET application? I am getting an ASSERT error from the dll on afxCurrentResourceHandle. Do I need to define anything specific in my .NET application to get this to work
|